Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 05e7dd3

Browse files
committed
Minor improvement in wording.
1 parent 11def69 commit 05e7dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/protocol.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/protocol.sgml,v 1.32 2003/04/26 20:22:57 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/protocol.sgml,v 1.33 2003/04/28 05:17:31 tgl Exp $ -->
22

33
<chapter id="protocol">
44
<title>Frontend/Backend Protocol</title>
@@ -1156,7 +1156,7 @@ Notice that although each message includes a byte count at the beginning,
11561156
the message format is defined so that the message end can be found without
11571157
reference to the byte count. This aids validity checking. (The CopyData
11581158
message is an exception, because it forms part of a data stream; the contents
1159-
may not be interpretable on their own.)
1159+
of any individual CopyData message may not be interpretable on their own.)
11601160
</para>
11611161

11621162
<VariableList>

0 commit comments

Comments
 (0)