]> granicus.if.org Git - postgresql/commit
Add missing reset of need_initialization in reloptions code.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Mar 2010 21:47:19 +0000 (21:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Mar 2010 21:47:19 +0000 (21:47 +0000)
commit1f44a313bdffd887ddea1f51681420ce5621fb1d
treec13d2a3d3f2e2c52bbd24dac5ef24cd31be438ff
parent924d6ed437ebe1c5e5536575b77856adc18782a2
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.
src/backend/access/common/reloptions.c