Обсуждение: pgsql: Add missing reset of need_initialization in reloptions code.

Поиск
Список
Период
Сортировка

pgsql: Add missing reset of need_initialization in reloptions code.

От
tgl@postgresql.org (Tom Lane)
Дата:
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)