forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6b70030
committed
Fix wrong merge resolution making pg_receivexlog fail in 9.2.
I bungled resolving a conflict while backpatching2c0a485 to 9.2, bypassing mark_done = true to ReceiveXlogStream in pg_receivexlog.c (allthe other branches are ok). Since pg_receivexlog doesn't use a archivedirectory that causes 'could not create archive status file "...": Nosuch file or directory' errors.Until 9.2.11 is released this can be worked around by creating'archive_directory' in pg_receivexlog's target directory.Found by Sergey Konoplev.1 parent3913b89 commit6b70030
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
324 |
| - | |
| 324 | + | |
325 | 325 |
| |
326 | 326 |
| |
327 | 327 |
| |
|
0 commit comments
Comments
(0)