| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Renumber pg_get_acl() in pg_proc.dat |
| Date: | 2024-07-08 06:45:00 |
| Message-ID: | E1sQi7Q-000oKF-D8@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2024-07-08 08:34:18 | Re: pgsql: Add pg_get_acl() to get the ACL for a database object |
| Previous Message | David Rowley | 2024-07-08 02:43:41 | pgsql: Widen lossy and exact page counters for Bitmap Heap Scan |