that picksplit debug message again

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: that picksplit debug message again
Date: 2009-06-23 23:28:43
Message-ID: 200906240228.44473.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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));

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeremy Kerr 2009-06-24 01:05:03 [PATCH] backend: compare word-at-a-time in bcTruelen
Previous Message Richard Huxton 2009-06-23 23:13:00 Re: Extensions User Design