From 53fa0c6db8e9ebbef9a2806193797735998520c6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 1 Sep 2012 12:04:44 -0400 Subject: [PATCH] Revert doc patch 305557984dd964ac397c6752e9d0f14646b60f15 as the values are sometimes signed, sometimes unsigned. --- doc/src/sgml/protocol.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 8778c58219b..e72556303ab 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1819,7 +1819,7 @@ This section describes the base data types used in messages. - An n-bit signed integer in network byte + An n-bit integer in network byte order (most significant byte first). If i is specified it is the exact value that will appear, otherwise the value -- 2.30.2