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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wron
Дата
Msg-id E1QEVvB-000666-M7@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Refactor broken CREATE TABLE IF NOT EXISTS support.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In pg_upgrade, avoid one start/stop of the postmaster; use the