Re: several minor cleanups

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: several minor cleanups
Дата
Msg-id 21216.1024951997@sss.pgh.pa.us
обсуждение исходный текст
Ответ на several minor cleanups  (Neil Conway <nconway@klamath.dyndns.org>)
Ответы Re: several minor cleanups  (nconway@klamath.dyndns.org (Neil Conway))
Re: several minor cleanups  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Neil Conway <nconway@klamath.dyndns.org> writes:

***************
*** 251,257 ****
      ExecCheckRTPerms(parseTree->rtable, operation);

      /*
!      * Search for subplans and APPEND nodes to check their rangetables.
       */
      ExecCheckPlanPerms(plan, parseTree->rtable, operation);
  }
--- 251,257 ----
      ExecCheckRTPerms(parseTree->rtable, operation);

      /*
!      * Search for subplans and INSERT nodes to check their rangetables.
       */
      ExecCheckPlanPerms(plan, parseTree->rtable, operation);
  }
***************

This comment was right beforehand and is so no longer :-(.

Otherwise I'm okay with this, if we don't mind the probability of
breaking existing client applications that are looking for ExecAppend:
messages.  One might think that unnecessary changes in common error
messages are not a good idea until sometime after we've implemented an
error code facility and given people a chance to move over to looking
at error codes instead of error strings.

            regards, tom lane



В списке pgsql-patches по дате отправления:

Предыдущее
От: "Zhenbang Wei"
Дата:
Сообщение: [PATCH]errors_zh_TW.properties for JDBC driver
Следующее
От: Tom Lane
Дата:
Сообщение: Re: show() function