Home
last modified time | relevance | path

Searched refs:targetSeg (Results 1 – 25 of 30) sorted by relevance

12

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/replication/
H A Dslotfuncs.c418 XLogSegNo targetSeg; in pg_get_replication_slots() local
424 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, 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.c418 XLogSegNo targetSeg; in pg_get_replication_slots() local
424 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, 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.c415 XLogSegNo targetSeg; in pg_get_replication_slots() local
421 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, 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.c418 XLogSegNo targetSeg; in pg_get_replication_slots() local
424 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, 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.c418 XLogSegNo targetSeg; in pg_get_replication_slots() local
424 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, 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.c415 XLogSegNo targetSeg; in pg_get_replication_slots() local
421 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, 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.c418 XLogSegNo targetSeg; in pg_get_replication_slots() local
424 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, 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.c415 XLogSegNo targetSeg; in pg_get_replication_slots() local
421 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, 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.c418 XLogSegNo targetSeg; in pg_get_replication_slots() local
424 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, 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.c418 XLogSegNo targetSeg; in pg_get_replication_slots() local
424 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, 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.c415 XLogSegNo targetSeg; in pg_get_replication_slots() local
421 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, 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.c415 XLogSegNo targetSeg; in pg_get_replication_slots() local
421 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, 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.c415 XLogSegNo targetSeg;
421 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, wal_segment_size);
429 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1;
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/replication/
H A Dslotfuncs.c415 XLogSegNo targetSeg; in pg_get_replication_slots() local
421 XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, wal_segment_size); in pg_get_replication_slots()
429 failSeg = targetSeg + Max(slotKeepSegs, keepSegs) + 1; in pg_get_replication_slots()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dextentmap.cpp2407 uint16_t targetSeg = iter->first; in _createColumnExtent_DBroot() local
2409 if (targetSeg < firstTargetSeg) in _createColumnExtent_DBroot()
2410 firstTargetSeg = targetSeg; in _createColumnExtent_DBroot()
2411 else if (targetSeg > lastTargetSeg) in _createColumnExtent_DBroot()
2412 lastTargetSeg = targetSeg; in _createColumnExtent_DBroot()
2414 if (targetSeg > fExtentMap[lastExtIdx].segmentNum) in _createColumnExtent_DBroot()
2416 if ((targetSeg < nextTargetSeg) || (!bNextSegSet)) in _createColumnExtent_DBroot()
2418 nextTargetSeg = targetSeg; in _createColumnExtent_DBroot()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dextentmap.cpp2407 uint16_t targetSeg = iter->first; in _createColumnExtent_DBroot() local
2409 if (targetSeg < firstTargetSeg) in _createColumnExtent_DBroot()
2410 firstTargetSeg = targetSeg; in _createColumnExtent_DBroot()
2411 else if (targetSeg > lastTargetSeg) in _createColumnExtent_DBroot()
2412 lastTargetSeg = targetSeg; in _createColumnExtent_DBroot()
2414 if (targetSeg > fExtentMap[lastExtIdx].segmentNum) in _createColumnExtent_DBroot()
2416 if ((targetSeg < nextTargetSeg) || (!bNextSegSet)) in _createColumnExtent_DBroot()
2418 nextTargetSeg = targetSeg; in _createColumnExtent_DBroot()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c9637 XLogSegNo targetSeg; /* segid of targetLSN */ in GetWALAvailability() local
9675 XLByteToSeg(targetLSN, targetSeg, wal_segment_size); in GetWALAvailability()
9681 if (targetSeg >= oldestSlotSeg) in GetWALAvailability()
9684 if (targetSeg >= oldestSegMaxWalSize) in GetWALAvailability()
9692 if (targetSeg >= oldestSeg) in GetWALAvailability()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c9637 XLogSegNo targetSeg; /* segid of targetLSN */ in GetWALAvailability() local
9675 XLByteToSeg(targetLSN, targetSeg, wal_segment_size); in GetWALAvailability()
9681 if (targetSeg >= oldestSlotSeg) in GetWALAvailability()
9684 if (targetSeg >= oldestSegMaxWalSize) in GetWALAvailability()
9692 if (targetSeg >= oldestSeg) in GetWALAvailability()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c9637 XLogSegNo targetSeg; /* segid of targetLSN */ in GetWALAvailability() local
9675 XLByteToSeg(targetLSN, targetSeg, wal_segment_size); in GetWALAvailability()
9681 if (targetSeg >= oldestSlotSeg) in GetWALAvailability()
9684 if (targetSeg >= oldestSegMaxWalSize) in GetWALAvailability()
9692 if (targetSeg >= oldestSeg) in GetWALAvailability()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c9637 XLogSegNo targetSeg; /* segid of targetLSN */
9675 XLByteToSeg(targetLSN, targetSeg, wal_segment_size);
9681 if (targetSeg >= oldestSlotSeg)
9684 if (targetSeg >= oldestSegMaxWalSize)
9692 if (targetSeg >= oldestSeg)
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c9637 XLogSegNo targetSeg; /* segid of targetLSN */ in GetWALAvailability() local
9675 XLByteToSeg(targetLSN, targetSeg, wal_segment_size); in GetWALAvailability()
9681 if (targetSeg >= oldestSlotSeg) in GetWALAvailability()
9684 if (targetSeg >= oldestSegMaxWalSize) in GetWALAvailability()
9692 if (targetSeg >= oldestSeg) in GetWALAvailability()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c9637 XLogSegNo targetSeg; /* segid of targetLSN */ in GetWALAvailability() local
9675 XLByteToSeg(targetLSN, targetSeg, wal_segment_size); in GetWALAvailability()
9681 if (targetSeg >= oldestSlotSeg) in GetWALAvailability()
9684 if (targetSeg >= oldestSegMaxWalSize) in GetWALAvailability()
9692 if (targetSeg >= oldestSeg) in GetWALAvailability()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c9637 XLogSegNo targetSeg; /* segid of targetLSN */ in GetWALAvailability() local
9675 XLByteToSeg(targetLSN, targetSeg, wal_segment_size); in GetWALAvailability()
9681 if (targetSeg >= oldestSlotSeg) in GetWALAvailability()
9684 if (targetSeg >= oldestSegMaxWalSize) in GetWALAvailability()
9692 if (targetSeg >= oldestSeg) in GetWALAvailability()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/transam/
H A Dxlog.c9849 XLogSegNo targetSeg; /* segid of targetLSN */ in GetWALAvailability() local
9887 XLByteToSeg(targetLSN, targetSeg, wal_segment_size); in GetWALAvailability()
9893 if (targetSeg >= oldestSlotSeg) in GetWALAvailability()
9896 if (targetSeg >= oldestSegMaxWalSize) in GetWALAvailability()
9904 if (targetSeg >= oldestSeg) in GetWALAvailability()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/transam/
H A Dxlog.c9849 XLogSegNo targetSeg; /* segid of targetLSN */ in GetWALAvailability() local
9887 XLByteToSeg(targetLSN, targetSeg, wal_segment_size); in GetWALAvailability()
9893 if (targetSeg >= oldestSlotSeg) in GetWALAvailability()
9896 if (targetSeg >= oldestSegMaxWalSize) in GetWALAvailability()
9904 if (targetSeg >= oldestSeg) in GetWALAvailability()

12