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 494f30c commit 83e87e6Copy full SHA for 83e87e6
src/backend/utils/adt/oracle_compat.c
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.58 2005/03/16 00:02:48 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.59 2005/03/16 01:49:10 momjian Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -29,6 +29,7 @@
29
#endif
30
31
#include "utils/builtins.h"
32
+#include "utils/pg_locale.h"
33
#include "mb/pg_wchar.h"
34
35
0 commit comments