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 09aad5a commit 9e43184Copy full SHA for 9e43184
src/backend/optimizer/path/indxpath.c
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.138 2003/05/15 15:50:18 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.139 2003/05/15 19:34:46 tgl Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -34,6 +34,7 @@
34
#include "utils/builtins.h"
35
#include "utils/catcache.h"
36
#include "utils/lsyscache.h"
37
+#include "utils/pg_locale.h"
38
#include "utils/selfuncs.h"
39
#include "utils/syscache.h"
40
0 commit comments