pgsql: Add regression test for system catalog toast tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add regression test for system catalog toast tables
Дата
Msg-id E1fdZZq-000143-RY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add regression test for system catalog toast tables

For the moment, this just records which system catalogs have toast
tables right now.  Future patches will possibly change that set.

from Tom Lane via Joe Conway

Discussion: https://www.postgresql.org/message-id/flat/84ddff04-f122-784b-b6c5-3536804495f8@joeconway.com/

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/misc_sanity.out | 67 +++++++++++++++++++++++++++++++
src/test/regress/sql/misc_sanity.sql      | 15 +++++++
2 files changed, 82 insertions(+)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Allow using the updated tuple while moving it to adifferent par
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: update documentation for requirement of ORDER BY inGROUPS