Re: pg18 bug? SELECT query doesn't work - Mailing list pgsql-general

From Eric Ridge
Subject Re: pg18 bug? SELECT query doesn't work
Date
Msg-id 9A42D802-5994-4DAF-86FB-AB5954840216@gmail.com
Whole thread Raw
In response to Re: pg18 bug? SELECT query doesn't work  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: pg18 bug? SELECT query doesn't work
List pgsql-general
On Jan 6, 2026, at 12:00 PM, David G. Johnston <david.g.johnston@gmail.com> wrote:

While I haven't dug into the actual specifics of this report in detail, the change in question happened back in v10.


Thanks.  I wouldn't have thought to look back that far since the query worked on v15.  Interesting.

The failure to emit an error when it probably should have is likely a bug in older versions since fixed.

Fair enough.

That the behavior depends on the chosen plan and plans differ when you do and do not materialize a CTE is likewise not surprising. 

I guess I wouldn't expect Postgres to generate a plan that it then can't execute.  That's what's surprising to me.

But it's fine.  In all my years of using Postgres this is the first time I've run into a query that no longer executes, so I wanted to bring it to y'alls attention.

Thanks again!

eric

pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: pg18 bug? SELECT query doesn't work
Next
From: Eric Ridge
Date:
Subject: Re: pg18 bug? SELECT query doesn't work