Re: pg_standby -l might destory the archived file - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_standby -l might destory the archived file
Date
Msg-id 14428.1243960881@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_standby -l might destory the archived file  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: pg_standby -l might destory the archived file  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
Simon Riggs <simon@2ndQuadrant.com> writes:
> err...I don't see *any* problem at all, since pg_standby does not do
> step (1) in the way you say and therefore never does step (5). Any links
> created are explicitly deleted in all cases at the end of recovery.

That's a good point; don't we recover files under names like
RECOVERYXLOG, not under names that could possibly conflict with regular
WAL files?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: SELECT ... FOR UPDATE [WAIT integer | NOWAIT] for 8.5
Next
From: Andres Freund
Date:
Subject: Re: Managing multiple branches in git