Re: BUG #18950: pgsql function that worked in Postgresql 16 does not return in Postgresql 17
Lowell Hought <lowell.hought@gmail.com>
From: Lowell Hought <lowell.hought@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Laurenz Albe <laurenz.albe@cybertec.at>, pgsql-bugs@lists.postgresql.org
Date: 2025-06-14T21:35:20Z
Lists: pgsql-bugs
Attachments
- Explain with limit.sql (application/octet-stream)
- Explain without limit.sql (application/octet-stream)
- Explain with limit diff.sql (application/octet-stream)
Attached in three separate files. On Sat, Jun 14, 2025 at 11:12 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: > 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 >