NEXT_PGNO
#define NEXT_PGNO(p) (((PAGE *)p)->next_pgno)
#define NEXT_PGNO(P) (REFERENCE((P), db_pgno_t, I_NEXT_PGNO))