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 <[email protected]> Discussion: https://postgr.es/m/caeowx2kggo1n2kdh6osfxhl_5gkg3dqq0pdnul4lh4xstkj...@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(-)
