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

Commit7e72d07

Browse files
author
Michael Meskes
committed
Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES under MSVC.
1 parentf505eda commit7e72d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/include/pgtypes_interval.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_interval.h,v 1.13 2006/10/04 00:30:11 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_interval.h,v 1.14 2007/05/28 09:46:47 meskes Exp $ */
22

33
#ifndefPGTYPES_INTERVAL
44
#definePGTYPES_INTERVAL
@@ -28,11 +28,11 @@ typedef long int int64;
2828
#defineINT64_IS_BUSTED
2929
#endif/* not HAVE_LONG_INT_64 and not
3030
* HAVE_LONG_LONG_INT_64 */
31+
#endif/* C_H */
3132

3233
#if defined(USE_INTEGER_DATETIMES)&& !defined(INT64_IS_BUSTED)
3334
#defineHAVE_INT64_TIMESTAMP
3435
#endif
35-
#endif/* C_H */
3636

3737
typedefstruct
3838
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp