Created
February 23, 2016 19:33
-
-
Save lalinsky/cb765621b3e950e8558f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -Naur ./src/slon/slon.h ../slony1-2.0.7/src/slon/slon.h | |
--- a/src/slon/slon.h 2016-02-23 19:29:31.534631870 +0000 | |
+++ b/src/slon/slon.h 2011-07-11 21:19:57.000000000 +0000 | |
@@ -29,9 +29,6 @@ | |
#include <sys/time.h> | |
#endif | |
-#ifndef INT64_FORMAT | |
-#define INT64_FORMAT "%" INT64_MODIFIER "d" | |
-#endif | |
#define SLON_MEMDEBUG 1 | |
diff -Naur ./src/slon/types.h ../slony1-2.0.7/src/slon/types.h | |
--- a/src/slon/types.h 2016-02-23 19:29:31.534631870 +0000 | |
+++ b/src/slon/types.h 2011-07-11 21:19:57.000000000 +0000 | |
@@ -1,9 +1,6 @@ | |
#ifndef _TYPES_H | |
#define _TYPES_H | |
#include <pg_config.h> | |
-#ifndef INT64_FORMAT | |
-#define INT64_FORMAT "%" INT64_MODIFIER "d" | |
-#endif | |
/* ---------------------------------------------------------------- | |
diff -Naur ./src/slonik/types.h ../slony1-2.0.7/src/slonik/types.h | |
--- a/src/slonik/types.h 2016-02-23 19:29:31.534631870 +0000 | |
+++ b/src/slonik/types.h 2011-07-11 21:19:57.000000000 +0000 | |
@@ -1,9 +1,7 @@ | |
#ifndef _TYPES_H | |
#define _TYPES_H | |
#include <pg_config.h> | |
-#ifndef INT64_FORMAT | |
-#define INT64_FORMAT "%" INT64_MODIFIER "d" | |
-#endif | |
+ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment