Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera <alvherre@alvh.no-ip.org>
Flip argument order in XLogSegNoOffsetToRecPtr Commit fc49e24fa69a added an input argument after the existing output argument. Flip those. Author: Álvaro Herrera <alvherre@alvh.no-ip.org> Reviewed-by: Andres Freund <andres@anarazel.de> Discussion: https://postgr.es/m/20180708182345.imdgovmkffgtihhk@alvherre.pgsql
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +2 −2 |
| src/backend/access/transam/xlogreader.c | modified | +1 −1 |
| src/backend/replication/logical/reorderbuffer.c | modified | +1 −1 |
| src/bin/pg_basebackup/pg_receivewal.c | modified | +1 −1 |
| src/bin/pg_resetwal/pg_resetwal.c | modified | +2 −2 |
| src/bin/pg_rewind/parsexlog.c | modified | +1 −1 |
| src/bin/pg_waldump/pg_waldump.c | modified | +4 −4 |
| src/include/access/xlog_internal.h | modified | +1 −1 |
Discussion
- XLogSegNoOffsetToRecPtr fixup 2 messages · 2018-07-08