that picksplit debug message again

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема that picksplit debug message again
Дата
Msg-id 200906240228.44473.peter_e@gmx.net
обсуждение исходный текст
Ответы Re: that picksplit debug message again
Список pgsql-hackers
Is the %d actually in the right place here?

errmsg("picksplit method for %d column of index \"%s\" failed",       attno + 1, RelationGetRelationName(r))

And later in the file there is this, which might have the same problem:

elog(LOG, "PickSplit method of %d columns of index '%s' doesn't support 
secondary split",         attno + 1, RelationGetRelationName(r));


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