Re: Remove unused isCommit parameter from AtEOXact_LocalBuffers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Remove unused isCommit parameter from AtEOXact_LocalBuffers
Дата
Msg-id 1226920.1770129949@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Remove unused isCommit parameter from AtEOXact_LocalBuffers  ("zengman" <zengman@halodbtech.com>)
Ответы Re: Remove unused isCommit parameter from AtEOXact_LocalBuffers
Список pgsql-hackers
"=?ISO-8859-1?B?emVuZ21hbg==?=" <zengman@halodbtech.com> writes:
> Commit fdd13f156814f81732c188788ab1b7b14c59f4da removed the above code, but the `isCommit` parameter was left intact.

> I intend to remove this unused parameter, and also clean up the call site in `AtEOXact_Buffers` since it invokes
`AtEOXact_LocalBuffers`.

I think we should reject this as useless code churn.  The parameter
was needed in the past and might be needed again in the future.
It's fairly common for other AtEOXact functions to take an isCommit
flag, so I don't find it surprising for these to have one.

            regards, tom lane



В списке pgsql-hackers по дате отправления: