pgsql: Doc: correct misstatement about ltree label maximum length.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: correct misstatement about ltree label maximum length.
Дата
Msg-id E1jIgpH-000454-GZ@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/122b0ccfef068b0c0c3716c83a93173866e454aa

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Allow vacuum command to process indexes in parallel.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Cosmetic improvements in ltree code.