pgsql: Add pg_database_locale() to retrieve database default locale. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Add pg_database_locale() to retrieve database default locale.
Date
Msg-id E1vAGKi-002Mrj-2u@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add pg_database_locale() to retrieve database default locale.

Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/0151ad01239e2cc7b3139644358cf8f7b9622ff7.camel@j-davis.com

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 9 +++++++++
src/include/utils/pg_locale.h     | 1 +
2 files changed, 10 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Allow role created by new test to log in on Windows.
Next
From: Tatsuo Ishii
Date:
Subject: pgsql: Fix Coverity issue reported in commit 2273fa32bce.