Обсуждение: pgsql: Renumber pg_get_acl() in pg_proc.dat

Поиск
Список
Период
Сортировка

pgsql: Renumber pg_get_acl() in pg_proc.dat

От
Michael Paquier
Дата:
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(-)