#include <signal.h>
Go to the source code of this file.
Definition at line 34 of file interrupt.c.
References ConfigReloadPending, LogMemoryContextPending, PGC_SIGHUP, proc_exit(), ProcessConfigFile(), ProcessLogMemoryContextInterrupt(), ProcessProcSignalBarrier(), ProcSignalBarrierPending, and ShutdownRequestPending.
Referenced by BackgroundWriterMain(), and WalWriterMain().
Definition at line 61 of file interrupt.c.
References ConfigReloadPending, MyLatch, and SetLatch().
Referenced by ApplyLauncherMain(), autoprewarm_main(), AutoVacLauncherMain(), AutoVacWorkerMain(), BackgroundWriterMain(), CheckpointerMain(), IoWorkerMain(), ParallelApplyWorkerMain(), PgArchiverMain(), PostgresMain(), ReplSlotSyncWorkerMain(), SetupApplyOrSyncWorker(), SysLoggerMain(), WalReceiverMain(), WalSndSignals(), WalSummarizerMain(), WalWriterMain(), and worker_spi_main().
Definition at line 73 of file interrupt.c.
Referenced by InitPostmasterChild().
Definition at line 104 of file interrupt.c.
References MyLatch, SetLatch(), and ShutdownRequestPending.
Referenced by autoprewarm_main(), AutoVacLauncherMain(), BackgroundWriterMain(), CheckpointerMain(), IoWorkerMain(), ParallelApplyWorkerMain(), PgArchiverMain(), ReplSlotSyncWorkerMain(), WalSummarizerMain(), and WalWriterMain().
Definition at line 27 of file interrupt.c.
Referenced by ApplyLauncherMain(), autoprewarm_main(), CheckpointWriteDelay(), do_autovacuum(), IoWorkerMain(), LogicalRepApplyLoop(), PostgresMain(), ProcessAutoVacLauncherInterrupts(), ProcessCheckpointerInterrupts(), ProcessMainLoopInterrupts(), ProcessParallelApplyInterrupts(), ProcessPendingWrites(), ProcessPgArchInterrupts(), ProcessSlotSyncInterrupts(), ProcessWalSummarizerInterrupts(), SignalHandlerForConfigReload(), slotsync_reread_config(), SysLoggerMain(), vacuum_delay_point(), WaitForStandbyConfirmation(), WalReceiverMain(), WalSndLoop(), WalSndWaitForWal(), and worker_spi_main().
Definition at line 28 of file interrupt.c.
Referenced by apw_load_buffers(), autoprewarm_main(), AutoVacLauncherMain(), CheckpointerMain(), CheckpointWriteDelay(), IoWorkerMain(), pgarch_ArchiverCopyLoop(), pgarch_MainLoop(), ProcessAutoVacLauncherInterrupts(), ProcessMainLoopInterrupts(), ProcessParallelApplyInterrupts(), ProcessSlotSyncInterrupts(), ProcessWalSummarizerInterrupts(), and SignalHandlerForShutdownRequest().