Thread: pgsql: pg_standby: Remove code for .backup files

pgsql: pg_standby: Remove code for .backup files

From
Peter Eisentraut
Date:
pg_standby: Remove code for .backup files

These files are no longer requested on recovery (since
06f82b29616cd9effcaefd99c6b6e2e80697482f), so the code for handling them
here is useless.

Author: Yugo Nagata <nagata@sraoss.co.jp>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a33969ee918aafdb9086be27d7d63b129b4bfc44

Modified Files
--------------
contrib/pg_standby/pg_standby.c | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)