pgsql: Add regression test for system catalog toast tables

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add regression test for system catalog toast tables
Date: 2018-07-12 11:16:02
Message-ID: E1fdZZq-000143-RY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)joeconway(dot)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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-07-12 15:14:14 pgsql: Doc: update documentation for requirement of ORDER BY in GROUPS
Previous Message Amit Kapila 2018-07-12 11:14:28 Re: pgsql: Allow using the updated tuple while moving it to a different par