pgsql: Remove unused function argument

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused function argument
Date: 2021-04-26 05:28:08
Message-ID: E1latmy-0002Mx-Fo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused function argument

This was already unused in the initial commit
257836a75585934cc05ed7a80bccf8190d41e056. Apparently, it was used in
an earlier proposed patch version.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3cbea581c76e86d51b8f2babf116e643847e7712

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-04-26 06:12:35 pgsql: Avoid sending prepare multiple times while decoding.
Previous Message Amit Kapila 2021-04-26 03:32:54 pgsql: Fix typo in reorderbuffer.c.