PG::Replication::Connection
Instance methods
close
Sourceclosed?
Sourcehandler
Sourcekeepalive_interval
How often the backstop fiber sends a standby status update to keep the
server from tripping its wal_sender_timeout. Ideally set to less than
half of that timeout to avoid being disconnected by the Postgres server.
Defaults to 10 seconds.
last_wal_byte_applied
Sourcelast_wal_byte_flushed
Sourcelast_wal_byte_received
Sourcepublication_name
Sourcereceived(frame : ErrorFrame)
Sourcereceived(response : KeepAliveResponse)
This shouldn't ever be received, but it can be represented in memory so we need to include it for completeness.
send_keepalive
Sourceslot_name
Source