[COMMITTERS] pgsql: Add missing reset of need_initialization in reloptions code.

2010-03-11 Thread 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/acce

[COMMITTERS] pgsql: Add missing reset of need_initialization in reloptions code.

2010-03-11 Thread 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. Modified Files: -- pgsql/src/backend/access/common: relopti