Changes between Version 1 and Version 2 of Ticket #35833, comment 3
- Timestamp:
- Oct 15, 2024, 9:22:04 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35833, comment 3
v1 v2 26 26 ) 27 27 }}} 28 29 So to summarize here I don't think that returning no rows when `JSONB_ARRAY_ELEMENTS` results in an empty set is a bug (it's just how set-returning annotations work) and I cannot reproduce the mismatch between `count()` and `len` against `main` when setting `set_returning` on the function used for annotation (it correctly prevents it from being elided when performing the aggregation).