pgsql: Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wron

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wron
Date: 2011-04-26 00:14:29
Message-ID: E1QEVvB-000666-M7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wrong relkind.

Per discussion, removing the hint seems better than correcting it because
the adjacent analogous cases in RenameRelation don't have any hints, and
nobody seems to have missed 'em.

Shigeru Hanada

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6dab96abaa8bd6775658d26517e288f4d5f6448f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-04-26 00:18:25 pgsql: In pg_upgrade, avoid one start/stop of the postmaster; use the
Previous Message Robert Haas 2011-04-25 21:01:22 pgsql: Refactor broken CREATE TABLE IF NOT EXISTS support.