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  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Extensions User Design
Следующее
От: Jeremy Kerr
Дата:
Сообщение: [PATCH] backend: compare word-at-a-time in bcTruelen