pgsql: Don't try to assign smart names to constraints - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Don't try to assign smart names to constraints
Date
Msg-id E1rxSmF-002hpB-0d@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix restore of not-null constraints with inheritance
Next
From: Robert Haas
Date:
Subject: pgsql: Restrict where INCREMENTAL.${NAME} files are recognized.