Fix catalog data of new LO privilege functions

Michael Paquier <michael@paquier.xyz>

Commit: f762d99c8783f5ca99d5a6ab0f8245e164a954ce
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-09-26T22:26:29Z
Releases: 18.0
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

Files

PathChange+/−
src/include/catalog/catversion.h modified +1 −1
src/include/catalog/pg_proc.dat modified +6 −3

Discussion