pgsql: Add missing reset of need_initialization in reloptions code.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add missing reset of need_initialization in reloptions code.
Дата
Msg-id 20100311214725.380F57541D0@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add missing reset of need_initialization in reloptions code.

This resulted in useless extra work during every call of parseRelOptions,
but no bad effects other than that.  Noted by Alvaro.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/common:
        reloptions.c (r1.28.2.1 -> r1.28.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/reloptions.c?r1=1.28.2.1&r2=1.28.2.2)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add missing reset of need_initialization in reloptions code.
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Improve PL/Perl documentation of database access functions.