Refactor the code to create a pg_locale_t into new function.
authorJeff Davis <jdavis@postgresql.org>
Fri, 25 Oct 2024 23:31:08 +0000 (16:31 -0700)
committerJeff Davis <jdavis@postgresql.org>
Fri, 25 Oct 2024 23:31:08 +0000 (16:31 -0700)
commit3aa2373c114124f62e80016d8939331fcb4d5586
tree4a5bb199122083b397d9f43102b690e0aa1776da
parent924e03917d6f7c7536b2a1228b5422f175f58f9e
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
src/backend/utils/adt/pg_locale.c