pgsql: docs: Link to the correct protocol version inspection function - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: docs: Link to the correct protocol version inspection function
Date
Msg-id E1vEPY4-004E2L-0C@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
docs: Link to the correct protocol version inspection function

The docs for max_protocol_version suggested PQprotocolVersion()
instead of PQfullProtocolVersion() to find out the exact protocol
version.  Since PQprotocolVersion() only returns the major protocol
version, that is bad advice.

Author: Jelte Fennema-Nio <postgres@jeltef.nl>
Reviewed-by: Shinya Kato <shinya11.kato@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAGECzQSKFxQsYAgr11PhdOr-RtPZEdAXZnHx6U3avLuk3xQaTQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9fcd4874ed50ee6c60dadd0f1146d8fea9ff0055

Modified Files
--------------
doc/src/sgml/libpq.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: const-qualify ItemPointer comparison functions
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix some confusing uses of const