robertmu commented on code in PR #40:
URL:
https://github.com/apache/cloudberry-gpbackup/pull/40#discussion_r2328981041
##########
end_to_end/plugin_test.go:
##########
@@ -142,9 +142,20 @@ var _ = Describe("End to End plugin tests", func() {
if (backupConn.Version.IsGPDB() &&
backupConn.Version.AtLeast("7")) || backupConn.Version.IsCBDB() {
plpythonDropStatement = "DROP PROCEDURAL
LANGUAGE IF EXISTS plpython3u;"
}
Review Comment:
Good catch, thank you! I've refactored the logic to merge the conditional
blocks. It's much cleaner now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]