pgcentralfoundation / pgrx

Build Postgres Extensions with Rust!
Other
3.57k stars 242 forks source link

returning `Option<{SetOf,Table}Iterator<'a, T>>` should be allowed #1709

Open workingjubilee opened 4 months ago

workingjubilee commented 4 months ago

This was broken in #1701 in order to pave the way for fixes to other things.