pgsql: Don't try to assign smart names to constraints

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't try to assign smart names to constraints
Date: 2024-04-18 14:30:15
Message-ID: E1rxSmF-002hpB-0d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't try to assign smart names to constraints

This part of my previous commit seems to have broken pg_upgrade on
crake, at least from 9.2. I'll see if there's a better fix, but in the
meantime this should suffice to keep the buildfarm green.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2024-04-18 15:09:32 pgsql: Restrict where INCREMENTAL.${NAME} files are recognized.
Previous Message Alvaro Herrera 2024-04-18 14:08:58 Re: pgsql: Fix restore of not-null constraints with inheritance