reshke commented on PR #1621: URL: https://github.com/apache/cloudberry/pull/1621#issuecomment-4102960849
> > Hi @reshke, for the minor kernel upgrade, we can also update the version string `PG_PACKAGE_VERSION=14.4` in the configure.ac/configure file, which can help us distinguish the base kernel. > > Thank you. check out [b9c8585](https://github.com/apache/cloudberry/commit/b9c8585c58a138e0d2893f4219a6c6a782b58b96) well, ABI checker doesnt like it: ``` diff -I HINT: -I CONTEXT: -I GP_IGNORE: -U3 /__w/cloudberry/cloudberry/src/test/binary_swap/expected/diff_dumps.out /__w/cloudberry/cloudberry/src/test/binary_swap/results/diff_dumps.out --- /__w/cloudberry/cloudberry/src/test/binary_swap/expected/diff_dumps.out 2026-03-21 02:04:04.394326367 -0700 +++ /__w/cloudberry/cloudberry/src/test/binary_swap/results/diff_dumps.out 2026-03-21 02:04:04.394326367 -0700 @@ -1,2 +1,14 @@ GP_IGNORE: formatted by atmsort.pm \! diff dump_other.sql dump_current.sql +55c55 +< -- Dumped from database version 14.4 +--- +> -- Dumped from database version 14.5 +126c126 +< -- Dumped from database version 14.4 +--- +> -- Dumped from database version 14.5 +195c195 +< -- Dumped from database version 14.4 +--- +> -- Dumped from database version 14.5 ====================================================================== Regression diffs found - test failed ``` -- 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]
