Re: Extra code in commit_ts.h - Mailing list pgsql-hackers

From David Rowley
Subject Re: Extra code in commit_ts.h
Date
Msg-id CAApHDvpPjwhHh0cJa=R5hn2A890y7+yE0ak2AB3RMDLy+V-xtA@mail.gmail.com
Whole thread Raw
In response to Extra code in commit_ts.h  ("Andrey V. Lepikhov" <a.lepikhov@postgrespro.ru>)
Responses Re: Extra code in commit_ts.h  (Andrey Lepikhov <a.lepikhov@postgrespro.ru>)
List 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 by date:

Previous
From: "r.takahashi_2@fujitsu.com"
Date:
Subject: RE: Implementing Incremental View Maintenance
Next
From: John Naylor
Date:
Subject: Re: Use POPCNT on MSVC