#include "postgres.h"
#include "access/multixact.h"
#include "access/xact.h"
#include "fmgr.h"
#include "utils/injection_point.h"
Go to the source code of this file.
Definition at line 29 of file test_multixact.c.
References GetCurrentTransactionId(), MultiXactIdCreate(), MultiXactIdSetOldestMember(), MultiXactStatusForShare, MultiXactStatusUpdate, and PG_RETURN_TRANSACTIONID.
Definition at line 44 of file test_multixact.c.
References AtEOXact_MultiXact(), elog, ERROR, GetMultiXactIdMembers(), INJECTION_POINT, PG_GETARG_TRANSACTIONID, and PG_RETURN_VOID.