Skip to content
Snippets Groups Projects
Commit 63e464a5 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Remove ancient AIX structure workaround.

parent ed3b2e69
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* $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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -185,11 +185,7 @@ ...@@ -185,11 +185,7 @@
/* keep this struct small; it gets used a lot */ /* keep this struct small; it gets used a lot */
typedef struct typedef struct
{ {
#if defined(_AIX)
char *token;
#else
char token[TOKMAXLEN]; char token[TOKMAXLEN];
#endif /* _AIX */
char type; char type;
char value; /* this may be unsigned, alas */ char value; /* this may be unsigned, alas */
} datetkn; } datetkn;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment