pgsql: Fix ATSimpleRecursion() to allow recursion from a foreign table.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix ATSimpleRecursion() to allow recursion from a foreign table.
Date: 2015-04-28 19:25:04
Message-ID: E1YnB7w-0002Kl-4k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-04-28 19:34:36 pgsql: Fix another test for RELKIND_RELATION that should allow foreign
Previous Message Alvaro Herrera 2015-04-28 17:52:44 pgsql: Code review for multixact bugfix