Renumber pg_get_acl() in pg_proc.dat
authorMichael Paquier <[email protected]>
Mon, 8 Jul 2024 06:34:33 +0000 (15:34 +0900)
committerMichael Paquier <[email protected]>
Mon, 8 Jul 2024 06:34:33 +0000 (15:34 +0900)
commite311c6e53955e4529a47a36a4f26b0c3f7a29513
treec229033847e1b7d70c5086f486d64edf6039d86a
parent7340d9362a792d3cb5f38a512d8cecacc7aceb59
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.
src/include/catalog/catversion.h
src/include/catalog/pg_proc.dat