pgsql: Fix sepgsql compile error caused by oid removal.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix sepgsql compile error caused by oid removal.
Дата
Msg-id E1gPJn0-0008Lw-2M@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Remove WITH OIDS support, change oid catalog column visibility.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Blind attempt at fixing sepgsql output for 578b22.