#include "postgres.h"
#include "access/xact.h"
#include "miscadmin.h"
#include "storage/latch.h"
#include "storage/sinvaladt.h"
#include "utils/inval.h"
Go to the source code of this file.
Definition at line 154 of file sinval.c.
References catchupInterruptPending, MyLatch, and SetLatch().
Referenced by procsignal_sigusr1_handler().
Definition at line 174 of file sinval.c.
References AcceptInvalidationMessages(), catchupInterruptPending, CommitTransactionCommand(), DEBUG4, elog, IsTransactionOrTransactionBlock(), and StartTransactionCommand().
Referenced by ProcessAutoVacLauncherInterrupts(), and ProcessClientReadInterrupt().
Definition at line 69 of file sinval.c.
References catchupInterruptPending, DEBUG4, elog, MAXINVALMSGS, SharedInvalidMessageCounter, SICleanupQueue(), and SIGetDataEntries().
Referenced by AcceptInvalidationMessages().
Definition at line 47 of file sinval.c.
References SIInsertDataEntries().
Referenced by AtEOXact_Inval(), AtInplace_Inval(), CacheInvalidateRelmap(), CacheInvalidateSmgr(), FinishPreparedTransaction(), and ProcessCommittedInvalidationMessages().
Definition at line 39 of file sinval.c.
Referenced by HandleCatchupInterrupt(), ProcessCatchupInterrupt(), ProcessClientReadInterrupt(), and ReceiveSharedInvalidMessages().
Definition at line 24 of file sinval.c.
Referenced by get_object_address(), RangeVarGetAndCheckCreationNamespace(), RangeVarGetRelidExtended(), and ReceiveSharedInvalidMessages().