that picksplit debug message again - Mailing list pgsql-hackers

From Peter Eisentraut
Subject that picksplit debug message again
Date
Msg-id 200906240228.44473.peter_e@gmx.net
Whole thread Raw
Responses Re: that picksplit debug message again  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Extensions User Design
Next
From: Jeremy Kerr
Date:
Subject: [PATCH] backend: compare word-at-a-time in bcTruelen