Re: minor bug - Mailing list pgsql-hackers

From Tom Lane
Subject Re: minor bug
Date
Msg-id 4177259.1674149393@sss.pgh.pa.us
Whole thread Raw
In response to Re: minor bug  (Torsten Förtsch <tfoertsch123@gmail.com>)
List pgsql-hackers
=?UTF-8?Q?Torsten_F=C3=B6rtsch?= <tfoertsch123@gmail.com> writes:
> Why not

> (void)getRecordTimestamp(record, &recordXtime);
> if (recoveryTarget == RECOVERY_TARGET_TIME)
> ...

Could've done it like that, but I already pushed the other
version, and I don't think it's worth the trouble to change.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: minor bug
Next
From: Tomas Vondra
Date:
Subject: Re: Add semi-join pushdown to postgres_fdw