summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index a074e436aa..0dc687b17d 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -130,6 +130,7 @@ typedef struct varattrib
*/
typedef unsigned long Datum; /* XXX sizeof(long) >= sizeof(void *) */
+
#define SIZEOF_DATUM SIZEOF_UNSIGNED_LONG
typedef Datum *DatumPtr;