We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentec786c6 commita8f97b3Copy full SHA for a8f97b3
src/backend/access/transam/xlog.c
@@ -2588,11 +2588,11 @@ XLogFileCopy(XLogSegNo destsegno, TimeLineID srcTLI, XLogSegNo srcsegno)
2588
*
2589
* tmppath: initial name of file to install. It will be renamed into place.
2590
2591
- * find_free: if TRUE, install the new segment at the first emptylog/seg
+ * find_free: if TRUE, install the new segment at the first emptysegno
2592
* number at or after the passed numbers. If FALSE, install the new segment
2593
* exactly where specified, deleting any existing segment file there.
2594
2595
- * *max_advance: maximum number oflog/seg slots to advance past the starting
+ * *max_advance: maximum number ofsegno slots to advance past the starting
2596
* point. Fail if no free slot is found in this range. On return, reduced
2597
* by the number of slots skipped over. (Irrelevant, and may be NULL,
2598
* when find_free is FALSE.)