PostgreSQL Source Code
git master
|
Data Fields | |
pid_t | launcher_pid |
dsa_handle | last_start_dsa |
dshash_table_handle | last_start_dsh |
LogicalRepWorker | workers [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 56 of file launcher.c.
dsa_handle LogicalRepCtxStruct::last_start_dsa |
Definition at line 62 of file launcher.c.
Referenced by ApplyLauncherShmemInit(), and logicalrep_launcher_attach_dshmem().
dshash_table_handle LogicalRepCtxStruct::last_start_dsh |
Definition at line 63 of file launcher.c.
Referenced by ApplyLauncherShmemInit(), and logicalrep_launcher_attach_dshmem().
pid_t LogicalRepCtxStruct::launcher_pid |
Definition at line 59 of file launcher.c.
Referenced by ApplyLauncherMain(), ApplyLauncherWakeup(), IsLogicalLauncher(), and logicalrep_launcher_onexit().
LogicalRepWorker LogicalRepCtxStruct::workers[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 66 of file launcher.c.
Referenced by ApplyLauncherShmemInit(), GetLeaderApplyWorkerPid(), logicalrep_pa_worker_count(), logicalrep_pa_worker_stop(), logicalrep_sync_worker_count(), logicalrep_worker_attach(), logicalrep_worker_find(), logicalrep_worker_launch(), logicalrep_workers_find(), and pg_stat_get_subscription().