Fix sepgsql compile error caused by oid removal.

Andres Freund <andres@anarazel.de>

Commit: 937e4e509998de93d5e1c04d312f1b13ef153210
Author: Andres Freund <andres@anarazel.de>
Date: 2018-11-21T04:03:46Z
Releases: 12.0
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

Files

PathChange+/−
contrib/sepgsql/database.c modified +1 −1
contrib/sepgsql/proc.c modified +2 −2
contrib/sepgsql/relation.c modified +2 −2
contrib/sepgsql/schema.c modified +1 −1

Discussion