mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 00:06:45 -05: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.