Thanks to visit codestin.com Credit goes to github.com
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 8c71752 commit 867ff07Copy full SHA for 867ff07
src/interfaces/ecpg/compatlib/informix.c
@@ -1,11 +1,12 @@
1
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.53 2007/11/15 21:14:45 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.54 2008/01/08 01:14:52 tgl Exp $ */
2
+
3
+#define POSTGRES_ECPG_INTERNAL
4
+#include "postgres_fe.h"
5
6
#include <math.h>
7
#include <ctype.h>
8
#include <limits.h>
9
-#define POSTGRES_ECPG_INTERNAL
-#include "postgres_fe.h"
10
#include <ecpgtype.h>
11
#include <ecpg_informix.h>
12
#include <pgtypes_error.h>
0 commit comments