pgsql: Add regression test for ALTER TABLE .. NO INHERIT on typed table

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add regression test for ALTER TABLE .. NO INHERIT on typed table
Date: 2026-03-17 04:26:11
Message-ID: E1w2M0Q-0006xK-36@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add regression test for ALTER TABLE .. NO INHERIT on typed tables

This test addition has come up as a suggestion by me, while discussing a
patch that manipulates the area of the code related to this command
pattern.

Author: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAEoWx2kggo1N2kDH6OSfXHL_5gKg3DqQ0PdNuL4LH4XSTKJ3-g@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/typed_table.out | 4 +++-
src/test/regress/sql/typed_table.sql | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-03-17 05:35:51 pgsql: Refactor some code around ALTER TABLE [NO] INHERIT
Previous Message Junwang Zhao 2026-03-17 04:03:34 Re: pgsql: SQL Property Graph Queries (SQL/PGQ)