Thread: compile error with Assert()

compile error with Assert()

From
Bruce Momjian
Date:
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)