pgsql: pg_standby: Remove code for .backup files

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_standby: Remove code for .backup files
Date: 2018-07-01 13:11:38
Message-ID: E1fZc8g-0008Jn-CY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)sraoss(dot)co(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-07-02 04:32:32 pgsql: Correct function name in comment of logical decoding code
Previous Message Peter Eisentraut 2018-07-01 12:16:10 pgsql: Fix libpq example programs