compile error with Assert() - Mailing list pgsql-hackers

From Bruce Momjian
Subject compile error with Assert()
Date
Msg-id 199805030242.WAA29286@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
I am getting the following error from the current tree.  This is with
Assert checking turned on.

---------------------------------------------------------------------------

gcc2 -O2 -m486 -pipe -g -Wall -I../../../include -I../../../backend   -I/u/readline   -I../..    -c nbtsearch.c -o
nbtsearch.o
nbtsearch.c: In function `_bt_skeycmp':
nbtsearch.c:320: `NullValueRegProcedure' undeclared (first use this function)
nbtsearch.c:320: (Each undeclared identifier is reported only once
nbtsearch.c:320: for each function it appears in.)
nbtsearch.c: In function `_bt_compare':
nbtsearch.c:668: `NullValueRegProcedure' undeclared (first use this function)
gmake[3]: *** [nbtsearch.o] Error 1
gmake[3]: Leaving directory `/usr/local/src/pgsql/pgsql/src/backend/access/nbtree'
gmake[2]: *** [submake] Error 2
gmake[2]: Leaving directory `/usr/local/src/pgsql/pgsql/src/backend/access'
gmake[1]: *** [access.dir] Error 2
gmake[1]: Leaving directory `/usr/local/src/pgsql/pgsql/src/backend'
gmake: *** [all] Error 2

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] actual patch for close_ps() [file: geo_ops.c]
Next
From: Bruce Momjian
Date:
Subject: s_lock.h problems