fix AtEOXact_GUC - add missing_ok=true to GetConfigOptionByName()
authorTomas Vondra <[email protected]>
Wed, 9 Nov 2016 14:05:57 +0000 (15:05 +0100)
committerTomas Vondra <[email protected]>
Wed, 9 Nov 2016 14:05:57 +0000 (15:05 +0100)
commit917888b44b5d22920f1462ee4c7c9c006b2287fb
tree91117ca797a7605e439c4e1760ce0a1d2adb5925
parent55867197c0de8e4cb69071de285c7564afb5e3f5
fix AtEOXact_GUC - add missing_ok=true to GetConfigOptionByName()

Maybe this should be 'false' though, not sure.

Also moved the variable into the block, to minimize difference
with respect to upstream.
src/backend/utils/misc/guc.c