pgsql: Fix sepgsql compile error caused by oid removal. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix sepgsql compile error caused by oid removal.
Date
Msg-id E1gPJn0-0008Lw-2M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/937e4e509998de93d5e1c04d312f1b13ef153210

Modified Files
--------------
contrib/sepgsql/database.c | 2 +-
contrib/sepgsql/proc.c     | 4 ++--
contrib/sepgsql/relation.c | 4 ++--
contrib/sepgsql/schema.c   | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Remove WITH OIDS support, change oid catalog column visibility.
Next
From: Andres Freund
Date:
Subject: pgsql: Blind attempt at fixing sepgsql output for 578b22.