pgsql: Add regression test for system catalog toast tables - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add regression test for system catalog toast tables
Date
Msg-id E1fdZZq-000143-RY@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pgsql: Allow using the updated tuple while moving it to adifferent par
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: update documentation for requirement of ORDER BY inGROUPS