pgsql: Flip argument order in XLogSegNoOffsetToRecPtr - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Flip argument order in XLogSegNoOffsetToRecPtr
Date
Msg-id E1fcazf-0007Wh-17@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/52b4854a9afd82fa4d7a707f589a5740e854b42a

Modified Files
--------------
src/backend/access/transam/xlog.c               | 4 ++--
src/backend/access/transam/xlogreader.c         | 2 +-
src/backend/replication/logical/reorderbuffer.c | 2 +-
src/bin/pg_basebackup/pg_receivewal.c           | 2 +-
src/bin/pg_resetwal/pg_resetwal.c               | 4 ++--
src/bin/pg_rewind/parsexlog.c                   | 2 +-
src/bin/pg_waldump/pg_waldump.c                 | 8 ++++----
src/include/access/xlog_internal.h              | 2 +-
8 files changed, 13 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix yet more problems with incorrectly-constructed zero-lengtha
Next
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Add wait event for fsync of WAL segments