forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitce89ad0
committed
Fix argument of pg_create_logical_replication_slot for slot name
All attributes and arguments using a slot name map to the data type"name", but this function has been using "text". This is cosmetic, aseven if text is used then the slot name would be truncated to 64characters anyway and stored as such. The documentation already saidso and the function already assumed that the argument was of this typewhen fetching its value.Bump catalog version.Author: Sawada MasahikoDiscussion:https://postgr.es/m/CAD21AoADYz_-eAqH5AVFaCaojcRgwpo9PW=u8kgTMys63oB8Cw@mail.gmail.com1 parent5fc1008 commitce89ad0
File tree
4 files changed
+4
-4
lines changed- src
- backend
- catalog
- replication
- include/catalog
4 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1081 | 1081 |
| |
1082 | 1082 |
| |
1083 | 1083 |
| |
1084 |
| - | |
| 1084 | + | |
1085 | 1085 |
| |
1086 | 1086 |
| |
1087 | 1087 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 |
| - | |
| 145 | + | |
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
|
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 | |
---|---|---|---|
| |||
9803 | 9803 |
| |
9804 | 9804 |
| |
9805 | 9805 |
| |
9806 |
| - | |
| 9806 | + | |
9807 | 9807 |
| |
9808 | 9808 |
| |
9809 | 9809 |
| |
|
0 commit comments
Comments
(0)