forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc3b3369
committed
Doc: improve protocol spec for logical replication Type messages.
protocol.sgml documented the layout for Type messages, but completelydropped the ball otherwise, failing to explain what they are, whenthey are sent, or what they're good for. While at it, do a littlecopy-editing on the description of Relation messages.In passing, adjust the comment for apply_handle_type() to make itclearer that we choose not to do anything when receiving a Typemessage, not that we think it has no use whatsoever.Per question from Stefen Hillman.Discussion:https://postgr.es/m/CAPgW8pMknK5pup6=T4a_UG=Cz80Rgp=KONqJmTdHfaZb0RvnFg@mail.gmail.com1 parent10eae82 commitc3b3369
File tree
2 files changed
+23
-8
lines changed- doc/src/sgml
- src/backend/replication/logical
2 files changed
+23
-8
lines changedLines changed: 19 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3014 | 3014 |
| |
3015 | 3015 |
| |
3016 | 3016 |
| |
3017 |
| - | |
3018 |
| - | |
3019 |
| - | |
3020 |
| - | |
3021 |
| - | |
3022 |
| - | |
3023 |
| - | |
| 3017 | + | |
| 3018 | + | |
| 3019 | + | |
| 3020 | + | |
| 3021 | + | |
| 3022 | + | |
| 3023 | + | |
| 3024 | + | |
| 3025 | + | |
| 3026 | + | |
| 3027 | + | |
| 3028 | + | |
| 3029 | + | |
| 3030 | + | |
| 3031 | + | |
| 3032 | + | |
| 3033 | + | |
| 3034 | + | |
| 3035 | + | |
3024 | 3036 |
| |
3025 | 3037 |
| |
3026 | 3038 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1496 | 1496 |
| |
1497 | 1497 |
| |
1498 | 1498 |
| |
1499 |
| - | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
1500 | 1503 |
| |
1501 | 1504 |
| |
1502 | 1505 |
| |
|
0 commit comments
Comments
(0)