Re: Extra code in commit_ts.h

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: "Andrey V(dot) Lepikhov" <a(dot)lepikhov(at)postgrespro(dot)ru>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Extra code in commit_ts.h
Date: 2021-08-03 10:16:37
Message-ID: CAApHDvpPjwhHh0cJa=R5hn2A890y7+yE0ak2AB3RMDLy+V-xtA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 3 Aug 2021 at 21:36, Andrey V. Lepikhov
<a(dot)lepikhov(at)postgrespro(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2021-08-03 10:43:25 Re: Use POPCNT on MSVC
Previous Message r.takahashi_2@fujitsu.com 2021-08-03 10:15:42 RE: Implementing Incremental View Maintenance