Re: confusing message in check_tuple
От | Peter Eisentraut |
---|---|
Тема | Re: confusing message in check_tuple |
Дата | |
Msg-id | 41ea2006-4d0a-4de3-ac10-c99d31be5e72@eisentraut.org обсуждение исходный текст |
Ответ на | confusing message in check_tuple (jian he <jian.universality@gmail.com>) |
Ответы |
Re: confusing message in check_tuple
Re: confusing message in check_tuple |
Список | pgsql-hackers |
On 12.06.25 08:26, jian he wrote: > in contrib/amcheck/verify_heapam.c, check_tuple > report_corruption(ctx, > psprintf("number of attributes %u exceeds > maximum expected for table %u", > ctx->natts, > RelationGetDescr(ctx->rel)->natts)); Agreed this is misleading. > i think it should be > report_corruption(ctx, > psprintf("number of attributes %u exceeds > maximum expected for table %u", > ctx->natts, > RelationGetRelid(ctx->rel))); > > or we can rephrase it another way, also mentioning > ``RelationGetDescr(ctx->rel)->natts``. I think they did want to mention RelationGetDescr(ctx->rel)->natts. How about "number of attributes %u exceeds maximum expected for table (%u)"
В списке pgsql-hackers по дате отправления: