mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-04 03:52:56 +00:00
In our json encoding, we only need to know about array types. Information about composites or enums are not actually used. Enums are quite popular, needing to type query them when not needed can add some latency cost for no gain.