Fix catalog data of new LO privilege functions
authorMichael Paquier <michael@paquier.xyz>
Thu, 26 Sep 2024 22:26:29 +0000 (07:26 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 26 Sep 2024 22:26:29 +0000 (07:26 +0900)
commitf762d99c8783f5ca99d5a6ab0f8245e164a954ce
tree9f6588f2de4d478947962d701e870e57d87c0ee7
parentb52adbad46740524cbfbffaeb202b01a2c16202a
Fix catalog data of new LO privilege functions

This commit improves the catalog data in pg_proc for the three functions
for has_largeobject_privilege(), introduced in 4eada203a5a8:
- Fix their descriptions (typos and consistency).
- Reallocate OIDs to be within the 8000-9999 range as required by
a6417078c414.

Bump catalog version.

Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/ZvUYR0V0dzWaLnsV@paquier.xyz
src/include/catalog/catversion.h
src/include/catalog/pg_proc.dat