Fix sepgsql compile error caused by oid removal.
authorAndres Freund <andres@anarazel.de>
Wed, 21 Nov 2018 04:03:46 +0000 (20:03 -0800)
committerAndres Freund <andres@anarazel.de>
Wed, 21 Nov 2018 04:03:46 +0000 (20:03 -0800)
commit937e4e509998de93d5e1c04d312f1b13ef153210
treeb46e577ba307eae651510ef65abb306e6f8ccdc3
parent578b229718e8f15fa779e20f086c4b6bb3776106
Fix sepgsql compile error caused by oid removal.

Per buildfarm animal rhinoceros. I (Andres) missed replacing a few
uses of ObjectIdAttributeNumber in sepgsql.

It's quite probable that the sepgsql test output will need more
adapting than done in 578b22...

Author: Thomas Munro
Discussion: https://postgr.es/m/CAEepm=2Sk+66HJV8FLDfm_sKTn22j7cWTY_Y1Rok3RxeWL_Y0w@mail.gmail.com
contrib/sepgsql/database.c
contrib/sepgsql/proc.c
contrib/sepgsql/relation.c
contrib/sepgsql/schema.c