postgresql/src/bin
Álvaro Herrera e04aca1c4d
Fix dumping of comments on invalid constraints on domains
We skip dumping constraints together with domains if they are invalid
('separate') so that they appear after data -- but their comments were
dumped together with the domain definition, which in effect leads to the
comment being dumped when the constraint does not yet exist.  Delay
them in the same way.

Oversight in 7eca575d1c28; backpatch all the way back.

Author: jian he <jian.universality@gmail.com>
Discussion: https://postgr.es/m/CACJufxF_C2pe6J_+nPr6C5jf5rQnbYP8XOKr4HM8yHZtp2aQqQ@mail.gmail.com
2025-07-16 19:22:53 +02:00
..
initdb Translation updates 2025-02-17 17:51:30 +01:00
pg_amcheck pg_amcheck: Fix inconsistency in memory freeing 2025-02-27 14:06:00 +09:00
pg_archivecleanup Translation updates 2025-02-17 17:51:30 +01:00
pg_basebackup Translation updates 2025-02-17 17:51:30 +01:00
pg_checksums Translation updates 2025-02-17 17:51:30 +01:00
pg_config Translation updates 2025-02-17 17:51:30 +01:00
pg_controldata Translation updates 2025-02-17 17:51:30 +01:00
pg_ctl Translation updates 2025-02-17 17:51:30 +01:00
pg_dump Fix dumping of comments on invalid constraints on domains 2025-07-16 19:22:53 +02:00
pg_resetwal Translation updates 2025-02-17 17:51:30 +01:00
pg_rewind Translation updates 2025-02-17 17:51:30 +01:00
pg_test_fsync Translation updates 2025-02-17 17:51:30 +01:00
pg_test_timing Translation updates 2025-02-17 17:51:30 +01:00
pg_upgrade Fix new pg_upgrade query not to rely on regnamespace 2025-07-04 21:30:05 +02:00
pg_verifybackup Translation updates 2025-02-17 17:51:30 +01:00
pg_waldump Translation updates 2025-02-17 17:51:30 +01:00
pgbench Fix pgbench performance issue induced by commit af35fe501. 2025-02-07 13:41:43 -05:00
pgevent Update copyright for 2021 2021-01-02 13:06:25 -05:00
psql psql: Fix note on project naming in output of \copyright. 2025-07-16 11:50:34 -05:00
scripts Translation updates 2025-05-05 12:22:42 +02:00
Makefile Add pg_amcheck, a CLI for contrib/amcheck. 2021-03-12 13:00:01 -05:00