| From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Flip argument order in XLogSegNoOffsetToRecPtr |
| Date: | 2018-07-09 18:34:39 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Flip argument order in XLogSegNoOffsetToRecPtr
Commit fc49e24fa69a added an input argument after the existing output
argument. Flip those.
Author: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Reviewed-by: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://postgr.es/m/[email protected]
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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2018-07-09 19:12:42 | Re: pgsql: Add wait event for fsync of WAL segments |
| Previous Message | Tom Lane | 2018-07-09 18:28:12 | pgsql: Fix yet more problems with incorrectly-constructed zero-length a |