pgsql: Fix pg_get_serial_sequence(), which could incorrectly return the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix pg_get_serial_sequence(), which could incorrectly return the
Дата
Msg-id 20061110225929.464C09FA47C@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Clean up some misleading references to %p being a full path, per
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Suppress a few 'uninitialized variable' warnings that gcc emits