Unused function arguments - Mailing list pgsql-hackers

From Antonin Houska
Subject Unused function arguments
Date
Msg-id 6702.1473067599@localhost
Whole thread Raw
List 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



pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: Yet another small patch - reorderbuffer.c:1099
Next
From: Amit Kapila
Date:
Subject: Re: Speed up Clog Access by increasing CLOG buffers