pgsql: Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wron - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wron
Date
Msg-id E1QEVvB-000666-M7@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Refactor broken CREATE TABLE IF NOT EXISTS support.
Next
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, avoid one start/stop of the postmaster; use the