Re: assert problem

Started by Bruce Momjianover 25 years ago1 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

My guess is that FRONTEND is not getting defined anymore, and libpq is
picking up the asserts from dllist.c. Now how did that change. Let me
Cc hackers.

../../../src/interfaces/libpq/libpq.so: undefined reference to `assert_enabled'

Offhand it looks like someone put an Assert() call into frontend code
(either libpq or pg_dump itself). Bad move. I haven't updated from
CVS for a few days... what's changed lately?

regards, tom lane

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026