PostgreSQL Source Code
git master
|
#include "access/transam.h"
Go to the source code of this file.
Macros | |
#define | PG_GETARG_FULLTRANSACTIONID(X) DatumGetFullTransactionId(PG_GETARG_DATUM(X)) |
#define | PG_RETURN_FULLTRANSACTIONID(X) return FullTransactionIdGetDatum(X) |
Functions | |
static FullTransactionId | DatumGetFullTransactionId (Datum X) |
static Datum | FullTransactionIdGetDatum (FullTransactionId X) |
#define PG_GETARG_FULLTRANSACTIONID | ( | X | ) | DatumGetFullTransactionId(PG_GETARG_DATUM(X)) |
#define PG_RETURN_FULLTRANSACTIONID | ( | X | ) | return FullTransactionIdGetDatum(X) |
|
inlinestatic |
Definition at line 18 of file xid8.h.
References DatumGetUInt64(), and FullTransactionIdFromU64().
|
inlinestatic |
Definition at line 24 of file xid8.h.
References U64FromFullTransactionId, and UInt64GetDatum().
Referenced by pg_snapshot_xip().