pgcentralfoundation / pgrx

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

`TableIterator<'a, Result<Row, E>>` should be allowed #1708

Open workingjubilee opened 4 months ago

workingjubilee commented 4 months ago

1701 broke lazy iteration of results. this is a pretty serious nerf! it would not have even been contemplated if it were not for the number of other issues that required that fix!