pgsql: Add missing reset of need_initialization in reloptions code. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add missing reset of need_initialization in reloptions code.
Date
Msg-id 20100311214725.380F57541D0@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add missing reset of need_initialization in reloptions code.
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Improve PL/Perl documentation of database access functions.