|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $PostgreSQL: pgsql/src/backend/access/gist/gistsplit.c,v 1.8 2009/04/06 14:27:27 teodor Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/access/gist/gistsplit.c,v 1.9 2009/06/10 20:02:15 petere Exp $ |
12 | 12 | * |
13 | 13 | *------------------------------------------------------------------------- |
14 | 14 | */ |
@@ -369,9 +369,9 @@ gistUserPicksplit(Relation r, GistEntryVector *entryvec, int attno, GistSplitVec |
369 | 369 | { |
370 | 370 | ereport(DEBUG1, |
371 | 371 | (errcode(ERRCODE_INTERNAL_ERROR), |
372 | | -errmsg("Picksplit method for %d column of index \"%s\" failed", |
| 372 | +errmsg("picksplit method for %d column of index \"%s\" failed", |
373 | 373 | attno+1,RelationGetRelationName(r)), |
374 | | -errhint("Indexis not optimal, to optimize it contact developer or try to use the column asa second one increate indexcommand"))); |
| 374 | +errhint("The indexis not optimal. To optimize it, contactadeveloper, or try to use the column asthe second one inthe CREATE INDEXcommand."))); |
375 | 375 |
|
376 | 376 | /* |
377 | 377 | * Reinit GIST_SPLITVEC. Although that fields are not used |
|