Home
last modified time | relevance | path

Searched refs:slotKeepSegs (Results 1 – 14 of 14) sorted by relevance

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/replication/
H A Dslotfuncs.c419 uint64 slotKeepSegs; in pg_get_replication_slots() local
427 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size); in pg_get_replication_slots()
432 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/replication/
H A Dslotfuncs.c419 uint64 slotKeepSegs; in pg_get_replication_slots() local
427 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size); in pg_get_replication_slots()
432 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/replication/
H A Dslotfuncs.c416 uint64 slotKeepSegs; in pg_get_replication_slots() local
424 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size); in pg_get_replication_slots()
429 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/replication/
H A Dslotfuncs.c419 uint64 slotKeepSegs; in pg_get_replication_slots() local
427 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size); in pg_get_replication_slots()
432 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/replication/
H A Dslotfuncs.c419 uint64 slotKeepSegs; in pg_get_replication_slots() local
427 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size); in pg_get_replication_slots()
432 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/replication/
H A Dslotfuncs.c416 uint64 slotKeepSegs; in pg_get_replication_slots() local
424 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size); in pg_get_replication_slots()
429 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/replication/
H A Dslotfuncs.c419 uint64 slotKeepSegs; in pg_get_replication_slots() local
427 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size); in pg_get_replication_slots()
432 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/replication/
H A Dslotfuncs.c416 uint64 slotKeepSegs; in pg_get_replication_slots() local
424 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size); in pg_get_replication_slots()
429 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/replication/
H A Dslotfuncs.c419 uint64 slotKeepSegs; in pg_get_replication_slots() local
427 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size); in pg_get_replication_slots()
432 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/replication/
H A Dslotfuncs.c419 uint64 slotKeepSegs; in pg_get_replication_slots() local
427 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size); in pg_get_replication_slots()
432 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/replication/
H A Dslotfuncs.c416 uint64 slotKeepSegs; in pg_get_replication_slots() local
424 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size); in pg_get_replication_slots()
429 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/replication/
H A Dslotfuncs.c416 uint64 slotKeepSegs; in pg_get_replication_slots() local
424 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size); in pg_get_replication_slots()
429 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/replication/
H A Dslotfuncs.c416 uint64 slotKeepSegs;
424 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size);
429 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1;
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/replication/
H A Dslotfuncs.c416 uint64 slotKeepSegs; in pg_get_replication_slots() local
424 slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size); in pg_get_replication_slots()
429 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()