diff options
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r-- | src/include/postgres.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index c8b311fa22e..a8a206d988b 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -484,20 +484,6 @@ typedef Datum *DatumPtr; #define ObjectIdGetDatum(X) ((Datum) SET_4_BYTES(X)) /* - * DatumGetLSN - * Returns PostgreSQL log sequence number of a datum. - */ - -#define DatumGetLSN(X) ((XLogRecPtr) GET_8_BYTES(X)) - -/* - * LSNGetDatum - * Returns datum representation for a PostgreSQL log sequence number. - */ - -#define LSNGetDatum(X) ((Datum) SET_8_BYTES(X)) - -/* * DatumGetTransactionId * Returns transaction identifier value of a datum. */ |