Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 514b411

Browse filesBrowse 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 <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>
1 parent 1046dbe commit 514b411
Copy full SHA for 514b411

File tree

Expand file treeCollapse file tree

11 files changed

+9
-1352
lines changed
Filter options
Expand file treeCollapse file tree

11 files changed

+9
-1352
lines changed

‎contrib/Makefile

Copy file name to clipboardExpand all lines: contrib/Makefile
-1Lines 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

Copy file name to clipboardExpand all lines: contrib/pg_standby/.gitignore
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎contrib/pg_standby/Makefile

Copy file name to clipboardExpand all lines: contrib/pg_standby/Makefile
-20Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.