pgsql: Refactor the code to create a pg_locale_t into new function. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Refactor the code to create a pg_locale_t into new function.
Date
Msg-id E1t4Tnc-002S5i-CU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Refactor the code to create a pg_locale_t into new function.

Reviewed-by: Andreas Karlsson
Discussion: https://postgr.es/m/59da7ee4-5e1a-4727-b464-a603c6ed84cd@proxel.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3aa2373c114124f62e80016d8939331fcb4d5586

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 296 ++++++++++++++++++--------------------
1 file changed, 139 insertions(+), 157 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Read extension script files in text not binary mode.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove unused #include's from backend .c files