mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Retire pg_standby.
pg_standby was useful more than a decade ago, but now it is obsolete. It has been proposed that we retire it many times. Now seems like a good time to finally do it, because "waiting restore commands" are incompatible with a proposed recovery prefetching feature. Discussion: https://postgr.es/m/20201029024412.GP5380%40telsasoft.com Author: Justin Pryzby <pryzby@telsasoft.com> Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi> Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com> Reviewed-by: Michael Paquier <michael@paquier.xyz> Reviewed-by: Fujii Masao <masao.fujii@oss.nttdata.com>
This commit is contained in:
@ -4199,7 +4199,7 @@ RemoveXlogFile(const char *segname, XLogSegNo recycleSegNo,
|
||||
|
||||
/*
|
||||
* Before deleting the file, see if it can be recycled as a future log
|
||||
* segment. Only recycle normal files, pg_standby for example can create
|
||||
* segment. Only recycle normal files, because we don't want to recycle
|
||||
* symbolic links pointing to a separate archive directory.
|
||||
*/
|
||||
if (wal_recycle &&
|
||||
|
Reference in New Issue
Block a user