forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit74da4c7
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 parent3aa858c commit74da4c7
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 | |
---|---|---|---|
| |||
2903 | 2903 |
| |
2904 | 2904 |
| |
2905 | 2905 |
| |
2906 |
| - | |
2907 |
| - | |
2908 |
| - | |
2909 |
| - | |
2910 |
| - | |
2911 |
| - | |
2912 |
| - | |
| 2906 | + | |
| 2907 | + | |
| 2908 | + | |
| 2909 | + | |
| 2910 | + | |
| 2911 | + | |
| 2912 | + | |
| 2913 | + | |
| 2914 | + | |
| 2915 | + | |
| 2916 | + | |
| 2917 | + | |
| 2918 | + | |
| 2919 | + | |
| 2920 | + | |
| 2921 | + | |
| 2922 | + | |
| 2923 | + | |
| 2924 | + | |
2913 | 2925 |
| |
2914 | 2926 |
| |
2915 | 2927 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1196 | 1196 |
| |
1197 | 1197 |
| |
1198 | 1198 |
| |
1199 |
| - | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
1200 | 1203 |
| |
1201 | 1204 |
| |
1202 | 1205 |
| |
|
0 commit comments
Comments
(0)