pgsql: Ugly patch to make ALTER SEQUENCE OWNED BY not affect the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Ugly patch to make ALTER SEQUENCE OWNED BY not affect the
Дата
Msg-id 20071025191501.DD4A6754229@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Ugly patch to make ALTER SEQUENCE OWNED BY not affect the currval() state
of the sequence.  Since OWNED BY never existed before 8.2, this seems
unlikely to create any compatibility issues.  Other forms of ALTER SEQUENCE
continue to do what they did before, namely update currval to match the
sequence's actual last_val.  That seems wrong on consideration, but we'll
not change it in a minor release --- 8.3 will make that fix.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        sequence.c (r1.141 -> r1.141.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/sequence.c?r1=1.141&r2=1.141.2.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Fix memory management for new variables -- they must actually
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually