mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 07:57:33 +08:00
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.