Re: remove wal_level archive - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: remove wal_level archive
Date
Msg-id 56B7BB6A.1090702@gmx.net
Whole thread Raw
In response to Re: remove wal_level archive  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: remove wal_level archive
Re: remove wal_level archive
Re: remove wal_level archive
List pgsql-hackers
On 1/26/16 10:56 AM, Simon Riggs wrote:
> Removing one of "archive" or "hot standby" will just cause confusion and
> breakage, so neither is a good choice for removal.
>
> What we should do is
> 1. Map "archive" and "hot_standby" to one level with a new name that
> indicates that it can be used for both/either backup or replication.
>       (My suggested name for the new level is "replica"...)
> 2. Deprecate "archive" and "hot_standby" so that those will be removed
> in a later release.

Updated patch to reflect these suggestions.


Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: evaluating target list in parallel workers
Next
From: Robert Haas
Date:
Subject: Re: Parallel Aggregate