Thread: Extra code in commit_ts.h

Extra code in commit_ts.h

From
"Andrey V. Lepikhov"
Date:
Hi,

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?

-- 
regards,
Andrey Lepikhov
Postgres Professional

Attachment

Re: Extra code in commit_ts.h

From
David Rowley
Date:
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



Re: Extra code in commit_ts.h

From
Andrey Lepikhov
Date:
On 3/8/21 15:16, David Rowley wrote:
> it diff 73c986adde5~1.. | grep check_track_commit_timestamp
I think this is waste code. May be delete it?

-- 
regards,
Andrey Lepikhov
Postgres Professional



Re: Extra code in commit_ts.h

From
David Rowley
Date:
On Tue, 3 Aug 2021 at 23:12, Andrey Lepikhov <a.lepikhov@postgrespro.ru> wrote:
>
> On 3/8/21 15:16, David Rowley wrote:
> > it diff 73c986adde5~1.. | grep check_track_commit_timestamp
> I think this is waste code. May be delete it?

Yeah, I think it can be safely removed.  I can do so unless someone
thinks otherwise.

David



Re: Extra code in commit_ts.h

From
David Rowley
Date:
On Wed, 4 Aug 2021 at 00:02, David Rowley <dgrowleyml@gmail.com> wrote:
> Yeah, I think it can be safely removed.  I can do so unless someone
> thinks otherwise.

Pushed.

David