pgsql: Doc: correct misstatement about ltree label maximum length. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: correct misstatement about ltree label maximum length.
Date
Msg-id E1jIgpH-00045B-Hj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: correct misstatement about ltree label maximum length.

The documentation says that the max length is 255 bytes, but
code inspection says it's actually 255 characters; and relevant
lengths are stored as uint16 so that that works.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e4e07cca5a8a86bedcd874a6f674550407d35555

Modified Files
--------------
doc/src/sgml/ltree.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Allow vacuum command to process indexes in parallel.
Next
From: Tom Lane
Date:
Subject: pgsql: Cosmetic improvements in ltree code.