robertmu opened a new pull request, #38: URL: https://github.com/apache/cloudberry-gpbackup/pull/38
The `gpdb4_objects.sql` script failed on certain database versions as it defined a postfix operator, a feature no longer supported. To ensure compatibility, the unsupported postfix operator has been replaced with a standard binary operator definition. This allows the test to validate the backup and restore of operator metadata across all supported database versions. This change is safe as the test's purpose is to check the handling of the operator's metadata, not its runtime functionality. -- 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: commits-unsubscr...@cloudberry.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org