comment doesn't match code

Поиск
Список
Период
Сортировка
От Robert Haas
Тема comment doesn't match code
Дата
Msg-id CA+TgmoawJb7YKsoNTwr=uCDi9Cd=f4SFFs=YAVK1fY39Dh7Uyg@mail.gmail.com
обсуждение исходный текст
Ответы Re: comment doesn't match code
Список pgsql-hackers
/** ALTER TABLE INHERIT** Add a parent to the child's parents. This verifies that all the columns and* check
constraintsof the parent appear in the child and that they have the* same data types and expressions.*/
 
static void
ATPrepAddInherit(Relation child_rel)
{   if (child_rel->rd_rel->reloftype)       ereport(ERROR,               (errcode(ERRCODE_WRONG_OBJECT_TYPE),
    errmsg("cannot change inheritance of typed table")));
 
}

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Missing XLOG_DEBUG check in AdvanceXLInsertBuffer()?
Следующее
От: Kouhei Kaigai
Дата:
Сообщение: Re: [idea] table partition + hash join