#include <proc.h>
Data Fields | |
PGPROC * | allProcs |
PGXACT * | allPgXact |
uint32 | allProcCount |
PGPROC * | freeProcs |
PGPROC * | autovacFreeProcs |
PGPROC * | bgworkerFreeProcs |
Latch * | walwriterLatch |
Latch * | checkpointerLatch |
int | spins_per_delay |
PGPROC * | startupProc |
int | startupProcPid |
int | startupBufferPinWaitBufId |
Definition at line 180 of file proc.h.
Definition at line 185 of file proc.h.
Referenced by CheckPointTwoPhase(), CreateSharedProcArray(), EndPrepare(), FindLockCycleRecurse(), FinishPreparedTransaction(), GetRunningTransactionLocks(), GXactLoadSubxactData(), InitAuxiliaryProcess(), InitProcess(), InitProcGlobal(), MarkAsPreparing(), pg_prepared_xact(), ProcSleep(), StartPrepare(), TransactionIdIsPrepared(), and TwoPhaseGetGXact().
Definition at line 187 of file proc.h.
Referenced by FastPathTransferRelationLocks(), GetLockConflicts(), GetLockStatusData(), and InitProcGlobal().
Definition at line 183 of file proc.h.
Referenced by CreateSharedProcArray(), FastPathTransferRelationLocks(), FinishPreparedTransaction(), GetLockConflicts(), GetLockStatusData(), GXactLoadSubxactData(), InitProcGlobal(), LockGXact(), MarkAsPrepared(), MarkAsPreparing(), pg_prepared_xact(), StartPrepare(), and TwoPhaseGetDummyProc().
Definition at line 191 of file proc.h.
Referenced by InitProcess(), InitProcGlobal(), and ProcKill().
Definition at line 193 of file proc.h.
Referenced by InitProcess(), InitProcGlobal(), and ProcKill().
Definition at line 197 of file proc.h.
Referenced by CheckpointerMain(), ForwardFsyncRequest(), and InitProcGlobal().
Definition at line 189 of file proc.h.
Referenced by HaveNFreeProcs(), InitProcess(), InitProcGlobal(), and ProcKill().
Definition at line 199 of file proc.h.
Referenced by AuxiliaryProcKill(), InitAuxiliaryProcess(), InitProcess(), InitProcGlobal(), and ProcKill().
Definition at line 204 of file proc.h.
Referenced by GetStartupBufferPinWaitBufId(), InitProcGlobal(), and SetStartupBufferPinWaitBufId().
Definition at line 201 of file proc.h.
Referenced by InitProcGlobal(), ProcSendSignal(), and PublishStartupProcessInformation().
Definition at line 202 of file proc.h.
Referenced by InitProcGlobal(), ProcSendSignal(), and PublishStartupProcessInformation().
Definition at line 195 of file proc.h.
Referenced by InitProcGlobal(), WalWriterMain(), and XLogSetAsyncXactLSN().