forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit38803d8
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 parentd5186cf commit38803d8
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1028 | 1028 |
| |
1029 | 1029 |
| |
1030 | 1030 |
| |
1031 |
| - | |
| 1031 | + | |
1032 | 1032 |
| |
1033 | 1033 |
| |
1034 | 1034 |
| |
|
0 commit comments
Comments
(0)