Skip to content

Commit 7e72d07

Browse files
author
Michael Meskes
committed
Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES under MSVC.
1 parent f505eda commit 7e72d07

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
#ifndef PGTYPES_INTERVAL
44
#define PGTYPES_INTERVAL
@@ -28,11 +28,11 @@ typedef long int int64;
2828
#define INT64_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
#define HAVE_INT64_TIMESTAMP
3435
#endif
35-
#endif /* C_H */
3636

3737
typedef struct
3838
{

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