pgsql: Fix pg_get_serial_sequence(), which could incorrectly return the - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Fix pg_get_serial_sequence(), which could incorrectly return the
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix pg_get_serial_sequence(), which could incorrectly return the name
of an index on a serial column, rather than the name of the associated
sequence.  Fallout from recent changes in dependency setup for serials.
Per bug #2732 from Basil Evseenko.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        ruleutils.c (r1.234 -> r1.235)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c.diff?r1=1.234&r2=1.235)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Clean up some misleading references to %p being a full path, per
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Suppress a few 'uninitialized variable' warnings that gcc emits