Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63e464a

Browse files
committed
Remove ancient AIX structure workaround.
1 parented3b2e6 commit63e464a

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
typedefstruct
187187
{
188-
#if defined(_AIX)
189-
char*token;
190-
#else
191188
chartoken[TOKMAXLEN];
192-
#endif/* _AIX */
193189
chartype;
194190
charvalue;/* this may be unsigned, alas */
195191
}datetkn;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp