mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
neon.c is getting crowded and the logical replication slot monitor is a good candidate for reorganization. It is very self-contained, and being in a separate file will make it that much easier to find. Signed-off-by: Tristan Partin <tristan@neon.tech>
7 lines
145 B
C
7 lines
145 B
C
#ifndef __NEON_LOGICAL_REPLICATION_MONITOR_H__
|
|
#define __NEON_LOGICAL_REPLICATION_MONITOR_H__
|
|
|
|
void InitLogicalReplicationMonitor(void);
|
|
|
|
#endif
|