forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6faaf1b
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 parent19df170 commit6faaf1b
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
931 | 931 |
| |
932 | 932 |
| |
933 | 933 |
| |
934 |
| - | |
935 |
| - | |
936 |
| - | |
937 |
| - | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
938 | 938 |
| |
939 | 939 |
| |
940 | 940 |
| |
|
0 commit comments
Comments
(0)