*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtpage.c,v 1.32 1999/11/14 16:22:59 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtpage.c,v 1.33 1999/11/14 19:01:04 tgl Exp $
*
* NOTES
* Postgres btree pages look like ordinary relation pages. The opaque
for (;;)
{
blkno = opaque->btpo_next;
- if (P_RIGHTMOST(opaque))R
- elog(FATAL, "my bits moved right off the end of the world!\nTry recreating the index.");
+ if (P_RIGHTMOST(opaque))
+ elog(FATAL, "my bits moved right off the end of the world!\n\tTry recreating the index.");
_bt_relbuf(rel, buf, access);
buf = _bt_getbuf(rel, blkno, access);