Changes between Version 1 and Version 2 of Ticket #35833, comment 3


Ignore:
Timestamp:
Oct 15, 2024, 9:22:04 AM (4 weeks ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35833, comment 3

    v1 v2  
    2626)
    2727}}}
     28
     29So 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).
Back to Top