Thread: pgsql/src/backend/parser analyze.c

pgsql/src/backend/parser analyze.c

From
Tom Lane
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/02/14 18:32:41

Modified files:
    src/backend/parser: analyze.c

Log message:
    Repair problems with duplicate index names generated when CREATE TABLE
    specifies redundant UNIQUE conditions.