]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove unused xid parameter.
authorAmit Kapila <akapila@postgresql.org>
Mon, 26 Sep 2022 03:17:00 +0000 (08:47 +0530)
committerAmit Kapila <akapila@postgresql.org>
Mon, 26 Sep 2022 03:17:00 +0000 (08:47 +0530)
commitaf51b2f042a0808943125b82c0d6e785259069f2
treecc57834a0b20d14a00d128903db64f36abbbf9ad
parent7d708093b7400327658a30d1aa1d5e284d37622c
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
src/backend/replication/logical/decode.c
src/backend/replication/logical/snapbuild.c
src/include/replication/snapbuild.h