From 305557984dd964ac397c6752e9d0f14646b60f15 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 16 Aug 2012 22:07:14 -0400
Subject: [PATCH] Update 'int' protocol documentation mention to be "signed",
 per request from Dmitriy Igrishin

---
 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 e72556303ab..8778c58219b 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.
 </term>
 <listitem>
 <para>
-                An <replaceable>n</replaceable>-bit integer in network byte
+                An <replaceable>n</replaceable>-bit signed integer in network byte
                 order (most significant byte first).
                 If <replaceable>i</replaceable> is specified it
                 is the exact value that will appear, otherwise the value
-- 
GitLab