Fix comment in ATExecValidateConstraint

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Fix comment in ATExecValidateConstraint
Дата
Msg-id 41e48ea2-40b2-f743-bacc-df199e69369d@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: Fix comment in ATExecValidateConstraint  (Robert Haas <robertmhaas@gmail.com>)
Re: Fix comment in ATExecValidateConstraint  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список pgsql-hackers
The comment seems to have been copied from ATExecAddColumn, which says:

 /*
  * If we are told not to recurse, there had better not be any
- * child tables; else the addition would put them out of step.

For ATExecValidateConstraint, it should say something like:

+ * child tables; else validating the constraint would put them
+ * out of step.

Attached patch fixes it.

Thanks,
Amit

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Password identifiers, protocol aging and SCRAM protocol
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Constraint merge and not valid status