Skip to content

Commit 63e464a

Browse files
committed
Remove ancient AIX structure workaround.
1 parent ed3b2e6 commit 63e464a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/include/utils/datetime.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
1010
* Portions Copyright (c) 1994, Regents of the University of California
1111
*
12-
* $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.58 2006/03/05 15:59:07 momjian Exp $
12+
* $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.59 2006/06/06 16:20:11 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -185,11 +185,7 @@
185185
/* keep this struct small; it gets used a lot */
186186
typedef struct
187187
{
188-
#if defined(_AIX)
189-
char *token;
190-
#else
191188
char token[TOKMAXLEN];
192-
#endif /* _AIX */
193189
char type;
194190
char value; /* this may be unsigned, alas */
195191
} datetkn;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy