Re: Fix mdsync never-ending loop problem - Mailing list pgsql-patches

From Tom Lane
Subject Re: Fix mdsync never-ending loop problem
Date
Msg-id 28272.1175789965@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fix mdsync never-ending loop problem  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-patches
Alvaro Herrera <alvherre@commandprompt.com> writes:
> I wonder if it wouldn't be better to clean this up by creating a
> separate typedef for segment numbers, with its own special values?

Probably.  I remember having thought about it when I put in the
FORGET_DATABASE_FSYNC hack.  I think I didn't do it because I needed
to backpatch and so I wanted a minimal-size patch.  Feel free to do it
in HEAD ...

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fix mdsync never-ending loop problem
Next
From: Tom Lane
Date:
Subject: Re: Load distributed checkpoint V3