forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2fb3919
committed
Fix newly introduced 010_keep_recycled_wals.pl
It failed to set the archive_command as it desired because of a syntaxproblem. Oversight in commit90bcc7c.This bug doesn't cause the test to fail, because the test only checkspg_rewind's output messages, not the actual outcome (and the outcome inboth cases is that the file is kept, not deleted). But in either casethe message about the file being kept is there, so it's hard to getexcited about doing much more.Reported-by: Antonin Houska <ah@cybertec.at>Author: Alexander Kukushkin <cyberdemn@gmail.com>Discussion:https://postgr.es/m/7822.1732167825@antos1 parente2b08a6 commit2fb3919
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
0 commit comments
Comments
(0)