Re: confusing message in check_tuple

2025-07-01 Thread Peter Eisentraut
On 18.06.25 11:46, Bertrand Drouvot wrote: Hi, On Tue, Jun 17, 2025 at 07:21:13AM +0200, Peter Eisentraut wrote: 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 exce

Re: confusing message in check_tuple

2025-06-18 Thread Bertrand Drouvot
Hi, On Tue, Jun 17, 2025 at 07:21:13AM +0200, Peter Eisentraut wrote: > 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

Re: confusing message in check_tuple

2025-06-17 Thread jian he
On Tue, Jun 17, 2025 at 1:21 PM Peter Eisentraut wrote: > > 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", > >

Re: confusing message in check_tuple

2025-06-16 Thread Peter Eisentraut
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,