Don't use OidIsValid to check the return value of transformGenericOptions,
authorHeikki Linnakangas <heikki@enterprisedb.com>
Sat, 20 Dec 2008 09:40:56 +0000 (09:40 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Sat, 20 Dec 2008 09:40:56 +0000 (09:40 +0000)
commit04eb6d98bce2de0334ab585a182729fb3e5da6ff
tree36c95312248183048a37bc91efcf83330f5a774d
parente4d5cfe0568655c2a03369eb1f696500ec169132
Don't use OidIsValid to check the return value of transformGenericOptions,
because transformGenericOptions returns an array, not an Oid. I'm not
sure if this fixes the crashes seen in buildfarm, but it should be fixed
anyway.
src/backend/commands/foreigncmds.c