Laurenz Albe

Results 71 comments of Laurenz Albe

Hm. Can't you inline a function, and the inlined expression contains a function with a support function? I didn't look at this special case though.

After looking at what `q3c_join` does, it seems indeed to be a perfect candidate for a support function. You would do away with the inlined SQL function and use a...

To me, that sounds more like a bug: this error is thrown if pg_show_plans tries to store a plan with a `nested_level` > 0, but there is no plan stored...

I see the same thing when testing here with PostgreSQL v15. I haven't looked at the regression tests in a long time, perhaps they have rotted. Could you test if...

Strange. When I copy & paste your logfile from above, it works for me: ```none Parse statistics ================ Log lines read: 49 Total SQL statements processed: 11 Simple SQL statements...

About the tests, they certainly need to be revisited and fixed. But that is not a very high priority for me at this point.

Strange. - If you run it with `strace -s 1000`, can you show the line that causes the error? - Try to run it with `-d 2`, when you should...

Hmm, it should be quite fast to read Oracle geometries via oracle_fdw. Updating or inserting many Oracle geometries is slow, but that's a general problem of oracle_fdw which updates or...

Let's leave it open. This was just a keepalive packet.