Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#23799] test: Fixed PgTableSizeTest.SharedTableSize test for pg15
Summary: The test `PgTableSizeTest.SharedTableSize` was checking the size of the shared tables: `pg_auth_members` & `pg_pltemplate`. For PG15 the table `pg_pltemplate` (supported till PG12 only) is replaced by `pg_authid`, because the table is not available in PG15. The fix is implemented in the `master` branch to have it sync-ed with the `pg15` branch. Jira: DB-12701 Test Plan: ./yb_build.sh --cxx-test pgwrapper_pg_table_size-test --gtest_filter PgTableSizeTest.SharedTableSize Reviewers: mihnea, jason, sushil.kumar Reviewed By: jason Subscribers: yql Differential Revision: https://phorge.dev.yugabyte.com/D37718
- Loading branch information