mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04: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.