Unused function arguments

From: Antonin Houska <ah(at)cybertec(dot)at>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Unused function arguments
Date: 2016-09-05 09:26:39
Message-ID: 6702.1473067599@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While reading the logical replication (and related) code, I found a few unused
function arguments:

* XactLogCommitRecord() - unused argument forceSync

* SnapBuildBuildSnapshot() - xid

* TeardownHistoricSnapshot() - is_error

No idea which ones are intended for future use and which ones can be
removed.

--
Antonin Houska
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26
A-2700 Wiener Neustadt
Web: http://www.postgresql-support.de, http://www.cybertec.at

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2016-09-05 09:27:19 Re: Speed up Clog Access by increasing CLOG buffers
Previous Message Aleksander Alekseev 2016-09-05 09:03:45 Re: Yet another small patch - reorderbuffer.c:1099