compile error with Assert()

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: compile error with Assert()
Date: 1998-05-03 02:42:46
Message-ID: 199805030242.WAA29286@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)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)

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-05-03 03:05:36 s_lock.h problems
Previous Message Thomas G. Lockhart 1998-05-02 05:08:45 Re: [HACKERS] actual patch for close_ps() [file: geo_ops.c]