PostgreSQL Source Code git master
|
#include "postgres.h"
#include "access/table.h"
#include "fmgr.h"
#include "miscadmin.h"
#include "postmaster/autovacuum.h"
#include "storage/procarray.h"
#include "utils/rel.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 42 of file regress_injection.c.
References AccessShareLock, autovacuum_start_daemon, CHECK_FOR_INTERRUPTS, elog, FullTransactionIdEquals, FullTransactionIdFromAllowableAt(), GetOldestNonRemovableTransactionId(), PG_ARGISNULL, PG_GETARG_OID, PG_RETURN_FULLTRANSACTIONID, RelationData::rd_rel, ReadNextFullTransactionId(), table_close(), table_open(), and WARNING.