pgsql: Fix sepgsql compile error caused by oid removal.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix sepgsql compile error caused by oid removal.
Date: 2018-11-21 04:06:58
Message-ID: E1gPJn0-0008Lw-2M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-11-21 05:03:46 pgsql: Blind attempt at fixing sepgsql output for 578b22.
Previous Message Andres Freund 2018-11-21 00:07:58 pgsql: Remove WITH OIDS support, change oid catalog column visibility.