8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d4fd2 commit 2562dceCopy full SHA for 2562dce
src/backend/utils/adt/pg_locale.c
@@ -937,6 +937,7 @@ lc_ctype_is_c(Oid collation)
937
938
939
/* simple subroutine for reporting errors from newlocale() */
940
+#ifdef HAVE_LOCALE_T
941
static void
942
report_newlocale_failure(const char *localename)
943
{
@@ -955,6 +956,7 @@ report_newlocale_failure(const char *localename)
955
956
errdetail("The operating system could not find any locale data for the locale name \"%s\".",
957
localename) : 0)));
958
}
959
+#endif /* HAVE_LOCALE_T */
960
961
962
/*
0 commit comments