doc patch: protocol major.minor numbers in NegotiateProtocolVersion message - Mailing list pgsql-hackers

From Eric Marsden
Subject doc patch: protocol major.minor numbers in NegotiateProtocolVersion message
Date
Msg-id 54eb9eca-b518-4441-8744-940fc6758a5a@risk-engineering.org
Whole thread Raw
List pgsql-hackers
Hi,

This patch clarifies the format of the major and minor protocol version numbers sent by the backend in a NegotiateProtocolVersion message. The current wording "Newest minor protocol version supported by the server for the major protocol version requested by the client" can be read as indicating that the Int32 field only includes the minor protocol version number, where in fact the backend sends an Int16 with the major protocol version then an Int16 with the newest minor protocol version that it supports.

Thanks,
Eric Marsden

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: 回复: Fix segfault while accessing half-initialized hash table in pgstat_shmem.c
Next
From: Andrei Klychkov
Date:
Subject: Re: [PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters