pgsql: Fix catalog data of new LO privilege functions - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix catalog data of new LO privilege functions
Date
Msg-id E1stwxE-0014Xr-TR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f762d99c8783f5ca99d5a6ab0f8245e164a954ce

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.dat  | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Ensure we have a snapshot when updating pg_index entries.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix incorrect memory access in VACUUM FULL with invalid toast in