pgsql: Renumber pg_get_acl() in pg_proc.dat

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Renumber pg_get_acl() in pg_proc.dat
Дата
Msg-id E1sQi7Q-000oKF-D8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Renumber pg_get_acl() in pg_proc.dat

a6417078c414 has introduced as project policy that new features
committed during the development cycle should use new OIDs in the
[8000,9999] range.

4564f1cebd43 did not respect that rule, so let's renumber pg_get_acl()
to use an OID in the correct range.

Bump catalog version.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e311c6e53955e4529a47a36a4f26b0c3f7a29513

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.dat  | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Widen lossy and exact page counters for Bitmap Heap Scan
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix outdated comment after removal of direct SSL fallback