Home
last modified time | relevance | path

Searched refs:minSegNo (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2141 XLogSegNo minSegNo; in XLOGfileslop() local
2151 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + min_wal_size - 1; in XLOGfileslop()
2183 if (recycleSegNo < minSegNo) in XLOGfileslop()
2184 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c2291 XLogSegNo minSegNo; in XLOGfileslop() local
2301 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + ConvertToXSegs(min_wal_size_mb) - 1; in XLOGfileslop()
2333 if (recycleSegNo < minSegNo) in XLOGfileslop()
2334 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2141 XLogSegNo minSegNo; in XLOGfileslop() local
2151 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + min_wal_size - 1; in XLOGfileslop()
2183 if (recycleSegNo < minSegNo) in XLOGfileslop()
2184 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2141 XLogSegNo minSegNo; in XLOGfileslop() local
2151 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + min_wal_size - 1; in XLOGfileslop()
2183 if (recycleSegNo < minSegNo) in XLOGfileslop()
2184 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c2291 XLogSegNo minSegNo; in XLOGfileslop() local
2301 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + ConvertToXSegs(min_wal_size_mb) - 1; in XLOGfileslop()
2333 if (recycleSegNo < minSegNo) in XLOGfileslop()
2334 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c2291 XLogSegNo minSegNo; in XLOGfileslop() local
2301 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + ConvertToXSegs(min_wal_size_mb) - 1; in XLOGfileslop()
2333 if (recycleSegNo < minSegNo) in XLOGfileslop()
2334 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c2291 XLogSegNo minSegNo; in XLOGfileslop() local
2301 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + ConvertToXSegs(min_wal_size_mb) - 1; in XLOGfileslop()
2333 if (recycleSegNo < minSegNo) in XLOGfileslop()
2334 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c2291 XLogSegNo minSegNo; in XLOGfileslop() local
2301 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + ConvertToXSegs(min_wal_size_mb) - 1; in XLOGfileslop()
2333 if (recycleSegNo < minSegNo) in XLOGfileslop()
2334 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c2291 XLogSegNo minSegNo; in XLOGfileslop() local
2301 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + ConvertToXSegs(min_wal_size_mb) - 1; in XLOGfileslop()
2333 if (recycleSegNo < minSegNo) in XLOGfileslop()
2334 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c2291 XLogSegNo minSegNo; in XLOGfileslop() local
2301 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + ConvertToXSegs(min_wal_size_mb) - 1; in XLOGfileslop()
2333 if (recycleSegNo < minSegNo) in XLOGfileslop()
2334 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c2330 XLogSegNo minSegNo; in XLOGfileslop() local
2340 minSegNo = lastredoptr / wal_segment_size + in XLOGfileslop()
2360 if (recycleSegNo < minSegNo) in XLOGfileslop()
2361 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c2330 XLogSegNo minSegNo; in XLOGfileslop() local
2340 minSegNo = lastredoptr / wal_segment_size + in XLOGfileslop()
2360 if (recycleSegNo < minSegNo) in XLOGfileslop()
2361 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2141 XLogSegNo minSegNo; in XLOGfileslop() local
2151 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + min_wal_size - 1; in XLOGfileslop()
2183 if (recycleSegNo < minSegNo) in XLOGfileslop()
2184 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c2364 XLogSegNo minSegNo; in XLOGfileslop() local
2374 minSegNo = lastredoptr / wal_segment_size + in XLOGfileslop()
2394 if (recycleSegNo < minSegNo) in XLOGfileslop()
2395 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c2364 XLogSegNo minSegNo; in XLOGfileslop() local
2374 minSegNo = lastredoptr / wal_segment_size + in XLOGfileslop()
2394 if (recycleSegNo < minSegNo) in XLOGfileslop()
2395 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c2330 XLogSegNo minSegNo;
2340 minSegNo = lastredoptr / wal_segment_size +
2360 if (recycleSegNo < minSegNo)
2361 recycleSegNo = minSegNo;
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2141 XLogSegNo minSegNo; in XLOGfileslop() local
2151 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + min_wal_size - 1; in XLOGfileslop()
2183 if (recycleSegNo < minSegNo) in XLOGfileslop()
2184 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2141 XLogSegNo minSegNo; in XLOGfileslop() local
2151 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + min_wal_size - 1; in XLOGfileslop()
2183 if (recycleSegNo < minSegNo) in XLOGfileslop()
2184 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2141 XLogSegNo minSegNo; in XLOGfileslop() local
2151 minSegNo = PriorRedoPtr / XLOG_SEG_SIZE + min_wal_size - 1; in XLOGfileslop()
2183 if (recycleSegNo < minSegNo) in XLOGfileslop()
2184 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c2364 XLogSegNo minSegNo; in XLOGfileslop() local
2374 minSegNo = lastredoptr / wal_segment_size + in XLOGfileslop()
2394 if (recycleSegNo < minSegNo) in XLOGfileslop()
2395 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c2330 XLogSegNo minSegNo;
2340 minSegNo = lastredoptr / wal_segment_size +
2360 if (recycleSegNo < minSegNo)
2361 recycleSegNo = minSegNo;
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c2364 XLogSegNo minSegNo;
2374 minSegNo = lastredoptr / wal_segment_size +
2394 if (recycleSegNo < minSegNo)
2395 recycleSegNo = minSegNo;
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c2330 XLogSegNo minSegNo; in XLOGfileslop() local
2340 minSegNo = lastredoptr / wal_segment_size + in XLOGfileslop()
2360 if (recycleSegNo < minSegNo) in XLOGfileslop()
2361 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c2364 XLogSegNo minSegNo; in XLOGfileslop() local
2374 minSegNo = lastredoptr / wal_segment_size + in XLOGfileslop()
2394 if (recycleSegNo < minSegNo) in XLOGfileslop()
2395 recycleSegNo = minSegNo; in XLOGfileslop()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c2330 XLogSegNo minSegNo; in XLOGfileslop() local
2340 minSegNo = lastredoptr / wal_segment_size + in XLOGfileslop()
2360 if (recycleSegNo < minSegNo) in XLOGfileslop()
2361 recycleSegNo = minSegNo; in XLOGfileslop()

12