forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit39217ce
committed
Fix bug in pg_receivexlog --verbose.
In 9.2, pg_receivexlog with verbose option has emitted the messagesat the end of each WAL file. But the commit0b63291 suppressed suchmessages by mistake. This commit fixes the bug so that pg_receivexlog--verbose outputs such messages again.Back-patch to 9.3 where the bug was added.1 parent8c4fdfb commit39217ce
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1082 | 1082 |
| |
1083 | 1083 |
| |
1084 | 1084 |
| |
1085 |
| - | |
| 1085 | + | |
1086 | 1086 |
| |
1087 | 1087 |
| |
1088 | 1088 |
| |
|
0 commit comments
Comments
(0)