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 ed3b2e6 commit 63e464aCopy full SHA for 63e464a
src/include/utils/datetime.h
@@ -9,7 +9,7 @@
9
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
10
* Portions Copyright (c) 1994, Regents of the University of California
11
*
12
- * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.58 2006/03/05 15:59:07 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.59 2006/06/06 16:20:11 momjian Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -185,11 +185,7 @@
185
/* keep this struct small; it gets used a lot */
186
typedef struct
187
{
188
-#if defined(_AIX)
189
- char *token;
190
-#else
191
char token[TOKMAXLEN];
192
-#endif /* _AIX */
193
char type;
194
char value; /* this may be unsigned, alas */
195
} datetkn;
0 commit comments