From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: PITR Archive Recovery plus WIP PITR |
Date: | 2004-07-14 15:00:39 |
Message-ID: | 26870.1089817239@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Tom Lane wrote:
>> I think it's really important to get this right the first time, both for
>> reliability's sake and because we are expecting people to write their
>> own archiving scripts. If we change the xlog segment naming convention
>> later on, then we will break all those scripts.
> We don't have anything hardcoded based on those file names, at last in
> PostgreSQL.
That's because we've punted the whole problem of archive-segment
management off to the users.
If we did implement this functionality ourselves then I'd be less
worried, since we'd know that future changes would affect only our
own code. But as things stand, we will have very unhappy PITR users
if we change the naming convention later.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Pflug | 2004-07-14 15:04:02 | Re: serverlog rotation/functions |
Previous Message | Bruce Momjian | 2004-07-14 14:50:55 | Re: PITR Archive Recovery plus WIP PITR |