wrong comments in rewriteTargetListIU

Поиск
Список
Период
Сортировка
От jian he
Тема wrong comments in rewriteTargetListIU
Дата
Msg-id CACJufxFMBe0nPXOQZMLTH4Ry5Gyj4m+2Z05mRi9KB4hk8rGt9w@mail.gmail.com
обсуждение исходный текст
Ответы Re: wrong comments in rewriteTargetListIU
Список pgsql-hackers
hi.

in function, rewriteTargetListIU
we have:

for (attrno = 1; attrno <= numattrs; attrno++)
{
            /*
             * Can only insert DEFAULT into generated columns, regardless of
             * any OVERRIDING clauses.
             */
            if (att_tup->attgenerated && !apply_default)
}

I think the above comments are wrong, since there are no
OVERRIDING clauses for the generated column.



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