- Notifications
You must be signed in to change notification settings - Fork5
Commit3c9e4cd
committed
Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.
A oversight in2c0a485 causes 'could not create archive status file"...": No such file or directory' errors in pg_receivexlog if thetarget directory doesn't happen to contain a archive_statusdirectory. That's due to a stupidly left over 'true' constant insteadof mark_done being passed down to ProcessXLogDataMsg().The bug is only present in the master branch, and luckily wasn'treleased.Spotted by Fujii Masao.1 parent9f1d731 commit3c9e4cd
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
906 | 906 |
| |
907 | 907 |
| |
908 | 908 |
| |
909 |
| - | |
| 909 | + | |
910 | 910 |
| |
911 | 911 |
| |
912 | 912 |
| |
|
0 commit comments
Comments
(0)