forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd9c99c6
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 parented5d819 commitd9c99c6
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
960 | 960 |
| |
961 | 961 |
| |
962 | 962 |
| |
963 |
| - | |
964 |
| - | |
965 |
| - | |
966 |
| - | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
967 | 967 |
| |
968 | 968 |
| |
969 | 969 |
| |
|
0 commit comments
Comments
(0)