Re: Extra code in commit_ts.h

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Extra code in commit_ts.h
Дата
Msg-id CAApHDvpPjwhHh0cJa=R5hn2A890y7+yE0ak2AB3RMDLy+V-xtA@mail.gmail.com
обсуждение исходный текст
Ответ на Extra code in commit_ts.h  ("Andrey V. Lepikhov" <a.lepikhov@postgrespro.ru>)
Ответы Re: Extra code in commit_ts.h  (Andrey Lepikhov <a.lepikhov@postgrespro.ru>)
Список pgsql-hackers
On Tue, 3 Aug 2021 at 21:36, Andrey V. Lepikhov
<a.lepikhov@postgrespro.ru> wrote:
> I found two extra code lines in commit_ts.h (see attachment).
> They confused me during exploring of the code. If they still needed, may
> be add some comments?

Going by:

$ git config --global diff.renamelimit 1000
$ git diff 73c986adde5~1.. | grep check_track_commit_timestamp
+extern bool check_track_commit_timestamp(bool *newval, void **extra,

that function has never been defined.

David



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

Предыдущее
От: "r.takahashi_2@fujitsu.com"
Дата:
Сообщение: RE: Implementing Incremental View Maintenance
Следующее
От: John Naylor
Дата:
Сообщение: Re: Use POPCNT on MSVC