forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit03d51b7

Amit Kapila
Change the attribute name in pg_stat_replication_slots view.
Change the attribute 'name' to 'slot_name' in pg_stat_replication_slotsview to make it clear and that way we will be consistent with the otherplaces like pg_stat_wal_receiver view where we display the same attribute.In the passing, fix the typo in one of the macros in the related code.Bump the catversion as we have modified the name in the catalog as well.Reported-by: Noriyoshi ShinodaAuthor: Noriyoshi ShinodaReviewed-by: Sawada Masahiko and Amit KapilaDiscussion:https://postgr.es/m/CA+fd4k5_pPAYRTDrO2PbtTOe0eHQpBvuqmCr8ic39uTNmR49Eg@mail.gmail.com1 parent8e5793a commit03d51b7
File tree
8 files changed
+20
-20
lines changed- contrib/test_decoding
- expected
- sql
- doc/src/sgml
- src
- backend
- catalog
- utils/adt
- include/catalog
- test/regress/expected
8 files changed
+20
-20
lines changedLines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
61 |
| - | |
| 60 | + | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
80 |
| - | |
| 79 | + | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
99 |
| - | |
| 98 | + | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2590 | 2590 |
| |
2591 | 2591 |
| |
2592 | 2592 |
| |
2593 |
| - | |
| 2593 | + | |
2594 | 2594 |
| |
2595 | 2595 |
| |
2596 | 2596 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
798 | 798 |
| |
799 | 799 |
| |
800 | 800 |
| |
801 |
| - | |
| 801 | + | |
802 | 802 |
| |
803 | 803 |
| |
804 | 804 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2153 | 2153 |
| |
2154 | 2154 |
| |
2155 | 2155 |
| |
2156 |
| - | |
| 2156 | + | |
2157 | 2157 |
| |
2158 | 2158 |
| |
2159 | 2159 |
| |
| |||
2190 | 2190 |
| |
2191 | 2191 |
| |
2192 | 2192 |
| |
2193 |
| - | |
2194 |
| - | |
| 2193 | + | |
| 2194 | + | |
2195 | 2195 |
| |
2196 | 2196 |
| |
2197 | 2197 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5263 | 5263 |
| |
5264 | 5264 |
| |
5265 | 5265 |
| |
5266 |
| - | |
| 5266 | + | |
5267 | 5267 |
| |
5268 | 5268 |
| |
5269 | 5269 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2018 | 2018 |
| |
2019 | 2019 |
| |
2020 | 2020 |
| |
2021 |
| - | |
| 2021 | + | |
2022 | 2022 |
| |
2023 | 2023 |
| |
2024 | 2024 |
| |
2025 | 2025 |
| |
2026 |
| - | |
| 2026 | + | |
2027 | 2027 |
| |
2028 | 2028 |
| |
2029 | 2029 |
| |
|
0 commit comments
Comments
(0)