PostgreSQL Source Code git master
|
#include "postgres.h"
#include "access/table.h"
#include "fmgr.h"
#include "miscadmin.h"
#include "storage/procarray.h"
#include "utils/xid8.h"
Go to the source code of this file.
Functions | |
PG_FUNCTION_INFO_V1 (removable_cutoff) | |
Datum | removable_cutoff (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 | ( | removable_cutoff | ) |
Datum removable_cutoff | ( | PG_FUNCTION_ARGS | ) |
Definition at line 39 of file regress_injection.c.
References AccessShareLock, CHECK_FOR_INTERRUPTS, FullTransactionIdEquals, FullTransactionIdFromAllowableAt(), GetOldestNonRemovableTransactionId(), PG_ARGISNULL, PG_GETARG_OID, PG_RETURN_FULLTRANSACTIONID, ReadNextFullTransactionId(), table_close(), and table_open().