Re: [HACKERS] Error while copying a large file in pg_rewind - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] Error while copying a large file in pg_rewind
Date
Msg-id CAB7nPqRD=QcLwB0b88KtYmUYyWkLJB_jCQPGnZ7BT8pnkQC-6A@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Error while copying a large file in pg_rewind  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Fri, Jul 21, 2017 at 8:22 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> On Thu, Jul 20, 2017 at 9:31 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>> Still, it can't be worse than the status quo, where instead of int64
>> we're using int and int32, so maybe we ought to back-patch it as-is
>> for now and look at any further cleanup that is needed as a
>> master-only improvement.
>
> Yes. I don't like playing much with the variable types on
> back-branches, as long as the initial amount of bytes is large enough
> we will be safe for some time.

Note for the archives: the main issue has been fixed as a46fe6e8, and
the incorrect condition as 063ff921. Thanks Robert!
-- 
Michael



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] More race conditions in logical replication
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Syncing sql extension versions with shared library versions