-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BACKPORT pg15-cherrypicks][#23882] YSQL: Improve cache re-invalidati…
…on for alter table commands Summary: - tablecmds.c: - ATController: - YB master commit 5dc71ea renames the variable `handles` to `ybAlteredTableIds`. It also introduces bad style for the call to `ATRewriteCatalogs()`. - YB PG15 commit 4c65fa6 resolves previous merge conflict on the same lines. - Resolve the conflicts by choosing the YB PG15 changes (to keep the style and the new `context` variable) and then replacing `handles` with `ybAlteredTableIds`. other changes (not due to conflicts): - yb_tablespaces.sql: - YB_TODO: - Remove the YB_TODO. While the issue mentioned (#23825 -- double output due to schema version mismatch) in the YB_TODO is still relevant, it no longer occurs in the test. The YB master commit 5dc71ea fixes the unexpected schema version mismatch. - yb_tablespaces.out: - Remove the YB_TODO (see explanation for yb_tablespaces.sql) and update the test output. Jira: DB-12786 Test Plan: ./yb_build.sh --cxx-test pgwrapper_pg_ddl_atomicity-test --gtest_filter PgDdlAtomicityTest.TestTableCacheAfterTxnVerification ./yb_build.sh --java-test 'org.yb.pgsql.TestPgRegressTablespaces' Reviewers: jason, tfoucher Reviewed By: tfoucher Differential Revision: https://phorge.dev.yugabyte.com/D38280
- Loading branch information
1 parent
5dfe099
commit 251700e
Showing
8 changed files
with
69 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters