pgsql: Fix catalog data of new LO privilege functions

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix catalog data of new LO privilege functions
Date: 2024-09-26 22:27:21
Message-ID: E1stwxE-0014Xr-TR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-09-27 00:40:51 pgsql: Fix incorrect memory access in VACUUM FULL with invalid toast in
Previous Message Michael Paquier 2024-09-26 22:04:19 Re: pgsql: Implement pg_wal_replay_wait() stored procedure