Re: tableam scan-API patch broke foreign key validation
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@lists.postgresql.org, Hadi Moshayedi <hadi@moshayedi.net>
Date: 2019-04-06T18:13:29Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On April 6, 2019 11:07:55 AM PDT, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> I plan to go ahead and commit Hadi's fix with that change included >> (as below), but I wonder whether anything else needs to be revisited. > I posted pretty much that patch nearby, with some other questions. Was waiting for David to respond.... Let me dig that out. Ah. Would you rather I wait till you push yours? regards, tom lane
Commits
-
Clean up side-effects of commits ab5fcf2b0 et al.
- 10e3991fad8a 11.3 cited
-
Fix failures in validateForeignKeyConstraint's slow path.
- c2a5fb33d104 11.3 landed
- 46e3442c9ec8 12.0 landed