Re: trying again to get incremental backup - Mailing list pgsql-hackers

From Robert Haas
Subject Re: trying again to get incremental backup
Date
Msg-id CA+TgmoZPqaoYApDPiddQwa6-5anPwFay1F=RoyoUSyWd54c2ZQ@mail.gmail.com
Whole thread Raw
In response to Re: trying again to get incremental backup  (Alexander Lakhin <exclusion@gmail.com>)
Responses Re: trying again to get incremental backup
List pgsql-hackers
On Fri, Dec 22, 2023 at 12:00 AM Alexander Lakhin <exclusion@gmail.com> wrote:
> My quick experiment shows that that TimestampDifferenceMilliseconds call
> always returns zero, due to it's arguments swapped.

Thanks. Tom already changed the unsigned -> int stuff in a separate
commit, so I just pushed the fixes to PrepareForIncrementalBackup,
both the one I had before, and swapping the arguments to
TimestampDifferenceMilliseconds.

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: WIP Incremental JSON Parser
Next
From: Robert Haas
Date:
Subject: Re: WIP Incremental JSON Parser