pgsql: Remove unused argument in apply_handle_commit_internal().

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused argument in apply_handle_commit_internal().
Date: 2021-07-30 03:21:02
Message-ID: E1m9J54-0003RX-SK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused argument in apply_handle_commit_internal().

Oversight in commit 0926e96c49.

Author: Masahiko Sawada
Reviewed-By: Amit Kapila
Backpatch-through: 14, where it was introduced
Discussion: https://postgr.es/m/CAD21AoDeScrsHhLyEPYqN3sydg6PxAPVBboK=30xJfUVihNZDA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/16bd4becee32240d09db5c6cbec87957fdfcd2d9

Modified Files
--------------
src/backend/replication/logical/worker.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2021-07-30 08:08:07 pgsql: postgres_fdw: Fix handling of pending asynchronous requests.
Previous Message Michael Paquier 2021-07-30 00:29:24 Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows