mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
7aec1364dd
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.