pgsql: Fix ATSimpleRecursion() to allow recursion from a foreign table. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix ATSimpleRecursion() to allow recursion from a foreign table.
Date
Msg-id E1YnB7w-0002Kl-4k@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix ATSimpleRecursion() to allow recursion from a foreign table.

This is necessary in view of the changes to allow foreign tables to be
full members of inheritance hierarchies, but I (tgl) unaccountably missed
it in commit cb1ca4d800621dcae67ca6c799006de99fa4f0a5.

Noted by Amit Langote, patch by Etsuro Fujita

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ad9f08f70636051b5d5fe8d57062994b7335a960

Modified Files
--------------
src/backend/commands/tablecmds.c |    8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Code review for multixact bugfix
Next
From: Tom Lane
Date:
Subject: pgsql: Fix another test for RELKIND_RELATION that should allow foreign