Skip to content

Instantly share code, notes, and snippets.

@lalinsky
Created February 23, 2016 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lalinsky/cb765621b3e950e8558f to your computer and use it in GitHub Desktop.
Save lalinsky/cb765621b3e950e8558f to your computer and use it in GitHub Desktop.
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