Unused function arguments

Поиск
Список
Период
Сортировка
От Antonin Houska
Тема Unused function arguments
Дата
Msg-id 6702.1473067599@localhost
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: Re: Yet another small patch - reorderbuffer.c:1099
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Speed up Clog Access by increasing CLOG buffers