summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorBruce Momjian2003-08-04 00:43:34 +0000
committerBruce Momjian2003-08-04 00:43:34 +0000
commit81f6e06c0463f26225c9950579ad95c96d673ccf (patch)
treef29b55f75e1846f63b1fbdebcee0d8464711d667 /src/include/postgres.h
parent3d66be72b0bb793057926d842a3aecc1735ee7ca (diff)
pgindent run.
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;