pgsql: Remove unused xid parameter.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused xid parameter.
Date: 2022-09-26 03:40:22
Message-ID: E1oceyj-0022TC-Pw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused xid parameter.

Commit 6c2003f8a1 removes the use of transaction id's for exporting
snapshots. This commit removes one unused xid parameter left behind in
SnapBuildGetOrBuildSnapshot.

Author: Melih Mutlu
Reviewed-By: Zhang Mingli
Discussion: https://postgr.es/m/CAGPVpCTqZRoDKgCycw+eYi+Gq41rN9pU-gntgTd7wfsNDpPL3Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/af51b2f042a0808943125b82c0d6e785259069f2

Modified Files
--------------
src/backend/replication/logical/decode.c | 2 +-
src/backend/replication/logical/snapbuild.c | 2 +-
src/include/replication/snapbuild.h | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-09-26 04:19:32 pgsql: Doc: Remove the use of a duplicate word.
Previous Message Michael Paquier 2022-09-26 02:19:52 pgsql: Refactor creation of backup_label and backup history files