- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit85d799b
committed
docs: Update phrase on message lengths in the protocol
The reasoning for why all the message formats are parseable withoutthe explicit message length field is anachronistic; the real reason isthat protocol version 2 did not have a message length field. There'snothing wrong with relying on the message length, like we do in theCopyData messags, even though it often still makes sense to havelength fields for individual parts in messages.Discussion:https://www.postgresql.org/message-id/02a4eed2-98f0-4796-9d4f-12128ff44fe0@iki.fi1 parenta6285b1 commit85d799b
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3624 | 3624 |
| |
3625 | 3625 |
| |
3626 | 3626 |
| |
3627 |
| - | |
3628 |
| - | |
3629 |
| - | |
3630 |
| - | |
| 3627 | + | |
| 3628 | + | |
| 3629 | + | |
| 3630 | + | |
3631 | 3631 |
| |
3632 | 3632 |
| |
3633 | 3633 |
| |
|
0 commit comments
Comments
(0)