Re: minor bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Torsten Förtsch <tfoertsch123(at)gmail(dot)com>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, pgsql-hackers(at)postgresql(dot)org, Michael Paquier <michael(at)paquier(dot)xyz>
Subject: Re: minor bug
Date: 2023-01-19 17:29:53
Message-ID: 4177259.1674149393@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

=?UTF-8?Q?Torsten_F=C3=B6rtsch?= <tfoertsch123(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Zheng Li 2023-01-19 17:54:38 Re: Support logical replication of DDLs
Previous Message Tom Lane 2023-01-19 17:25:18 Re: minor bug

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2023-01-19 17:49:14 Re: Add semi-join pushdown to postgres_fdw
Previous Message Tom Lane 2023-01-19 17:25:18 Re: minor bug