]> 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:25 +0000 (21:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Mar 2010 21:47:25 +0000 (21:47 +0000)
commiteb9954e362127c582efe22e99f7b6c2db9d95dab
treeb187fb38f30aa0a00056ad7fdc169273e0bebd52
parent2875cd24db5109a3b84a07f05d4e61f576d47ec1
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