pgsql: Add missing reset of need_initialization in reloptions code.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing reset of need_initialization in reloptions code.
Date: 2010-03-11 21:47:19
Message-ID: 20100311214719.6C8807541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Modified Files:
--------------
pgsql/src/backend/access/common:
reloptions.c (r1.33 -> r1.34)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/reloptions.c?r1=1.33&r2=1.34)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-03-11 21:47:25 pgsql: Add missing reset of need_initialization in reloptions code.
Previous Message Tom Lane 2010-03-11 21:29:33 pgsql: Modify psql's \d printout to fold exclusion constraints in with