On 02.05.2013 09:11, Amit Langote wrote:
> In that case, should the comment be "/* Check for crossing of xlog
> file boundary */"
> instead of /* Check for crossing of xlog segment boundary */, since
> ( RecPtr->xrecoff>= XLogFileSize )
> would mean crossing the xlog "file" (not segment) boundary, right?
Yeah, that would be more correct. The phrase we seem to use elsewhere in
xlog.c is "crossing a logid boundary".
- Heikki