Re: BUG #18950: pgsql function that worked in Postgresql 16 does not return in Postgresql 17
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Lowell Hought <lowell.hought@gmail.com>
Cc: Laurenz Albe <laurenz.albe@cybertec.at>, pgsql-bugs@lists.postgresql.org
Date: 2025-06-14T16:12:17Z
Lists: pgsql-bugs
Lowell Hought <lowell.hought@gmail.com> writes: > Unfortunately, I have not been able to create a script that reproduces the > issue. I ran EXPLAIN with a LIMIT clause and again without a LIMIT clause, > save the output to files and then compared them. I am not good at > understanding the EXPLAIN output. Unfortunately, your email program has mangled the EXPLAIN output to the point of unreadability, as it's preserved neither line breaks nor indentation. Maybe it'd work better to put the output in attachments. regards, tom lane