mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 14:55:34 -04:00
122b0ccfef
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.