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

  1. Clean up side-effects of commits ab5fcf2b0 et al.

  2. Fix failures in validateForeignKeyConstraint's slow path.