TransactionId MultiXactId
#define PG_RETURN_TRANSACTIONID(x)
#define PG_GETARG_TRANSACTIONID(n)
#define INJECTION_POINT(name, arg)
void MultiXactIdSetOldestMember(void)
MultiXactId MultiXactIdCreate(TransactionId xid1, MultiXactStatus status1, TransactionId xid2, MultiXactStatus status2)
void AtEOXact_MultiXact(void)
int GetMultiXactIdMembers(MultiXactId multi, MultiXactMember **members, bool from_pgupgrade, bool isLockOnly)
@ MultiXactStatusForShare
PG_FUNCTION_INFO_V1(test_create_multixact)
Datum test_create_multixact(PG_FUNCTION_ARGS)
Datum test_read_multixact(PG_FUNCTION_ARGS)
TransactionId GetCurrentTransactionId(void)