pgsql: Remove SQL function getpgusername() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove SQL function getpgusername()
Date
Msg-id E1wkUuf-000WsC-0h@gemulon.postgresql.org
Whole thread
List pgsql-committers
Remove SQL function getpgusername()

Since 457ac0331cd3, current_user() is the recommended way to get access
to this information, and getpgusername() was marked as deprecated since,
without being documented.

Bump catalog version.

Reported-by: Thom Brown <thom@linux.com>
Discussion: https://postgr.es/m/CAA-aLv44sPoKhHZqBvhqRdrFUEKwatGEmXBtqC360UuD5Lt7Nw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7af998936d304b676d4e8fb2f2780560cf8443ca

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.dat  | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Use fake LSNs consistently in hash index AM.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Fix wrong variable offset sanity check.