Re: right join with partitioned table crash
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jaime Casanova <jcasanov@systemguards.com.ec>
Cc: pgsql-hackers@postgresql.org
Date: 2021-09-15T23:53:49Z
Lists: pgsql-hackers
Jaime Casanova <jcasanov@systemguards.com.ec> writes: > Here's another crash caught by sqlsmith. Fun. Looks like it fails back to v12, but not in v11, so it's some optimization we added in v12 that's at fault. (That being the case, this isn't a blocker for 14rc1, though of course it'd be nice if we fix it in time for that.) regards, tom lane
Commits
-
Fix pull_varnos to cope with translated PlaceHolderVars.
- febe013cad59 12.9 landed
- e0b0d1eab48c 13.5 landed
- a21049fd3f64 15.0 landed
- 4d5b4483db1c 14.0 landed