pgsql: Fix inconsistencies for queries on pg_class in type_sanity.sql

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix inconsistencies for queries on pg_class in type_sanity.sql
Дата
Msg-id E1r1ywO-0050Xa-WA@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix inconsistencies for queries on pg_class in type_sanity.sql

Three queries did not consider partitioned indexes and tables, and
surrounding comments have not been updated in a while.

Like 4b9fbd6be442, this is only cosmetic currently as no such relkinds
exist at this stage of the regression tests, but running these queries
on existing clusters could lead to incorrect results.

Author: Jian He, Michael Paquier
Discussion: https://postgr.es/m/CACJufxGsB1ciahkNDccyxhw-Pfp_-_y+Wx+1BOdRyVVxKojAbg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a9f19c1349c22819038842a0debba2c86b4832b8

Modified Files
--------------
src/test/regress/expected/type_sanity.out | 14 ++++++++------
src/test/regress/sql/type_sanity.sql      | 14 ++++++++------
2 files changed, 16 insertions(+), 12 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Fix how SJE checks against PHVs
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add ability to reset all shared stats types in pg_stat_reset_sha