forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit416db24
committed
Fix pg_replication_slot example output
The example output of pg_replication_slot is wrong. Correct it and makethe output stable by explicitly listing columns to output.Author: Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>Reviewed-by: Michael Paquier <michael@paquier.xyz>Discussion:https://postgr.es/m/20180731.190909.42582169.horiguchi.kyotaro@lab.ntt.co.jp1 parentc7a8f78 commit416db24
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
966 | 966 |
| |
967 | 967 |
| |
968 | 968 |
| |
969 |
| - | |
970 |
| - | |
971 |
| - | |
972 |
| - | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
973 | 973 |
| |
974 | 974 |
| |
975 | 975 |
| |
|
0 commit comments
Comments
(0)