Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 514b411

Browse files
committed
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 <[email protected]> Reviewed-by: Heikki Linnakangas <[email protected]> Reviewed-by: Peter Eisentraut <[email protected]> Reviewed-by: Michael Paquier <[email protected]> Reviewed-by: Fujii Masao <[email protected]>
1 parent 1046dbe commit 514b411

File tree

11 files changed

+9
-1352
lines changed

11 files changed

+9
-1352
lines changed

contrib/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ SUBDIRS = \
3333
pg_buffercache \
3434
pg_freespacemap \
3535
pg_prewarm \
36-
pg_standby \
3736
pg_stat_statements \
3837
pg_surgery \
3938
pg_trgm \

contrib/pg_standby/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

contrib/pg_standby/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)