Re: assert problem

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: assert problem
Date: 2000-10-10 04:36:49
Message-ID: 200010100436.AAA08478@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-10-10 05:06:42 My new job
Previous Message Tom Lane 2000-10-10 04:36:17 Re: [7.0.2] cannot create an index ...