|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtpage.c,v 1.32 1999/11/1416:22:59 momjian Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtpage.c,v 1.33 1999/11/1419:01:04 tgl Exp $ |
12 | 12 | *
|
13 | 13 | *NOTES
|
14 | 14 | * Postgres btree pages look like ordinary relation pages.The opaque
|
@@ -501,8 +501,8 @@ _bt_getstackbuf(Relation rel, BTStack stack, int access)
|
501 | 501 | for (;;)
|
502 | 502 | {
|
503 | 503 | blkno=opaque->btpo_next;
|
504 |
| -if (P_RIGHTMOST(opaque))R |
505 |
| -elog(FATAL,"my bits moved right off the end of the world!\nTry recreating the index."); |
| 504 | +if (P_RIGHTMOST(opaque)) |
| 505 | +elog(FATAL,"my bits moved right off the end of the world!\n\tTry recreating the index."); |
506 | 506 |
|
507 | 507 | _bt_relbuf(rel,buf,access);
|
508 | 508 | buf=_bt_getbuf(rel,blkno,access);
|
|