pgbouncer - pgbouncer: asynctest improvements - add $(LIBS) to link

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: asynctest improvements - add $(LIBS) to link
Date: 2008-11-19 12:16:15
Message-ID: 20081119121615.6FD2317ADE0B@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
asynctest improvements

- add $(LIBS) to link line
- allow custom query
- define fatal_noexit() for CASSERT builds

Modified Files:
--------------
pgbouncer/test:
Makefile (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/Makefile.diff?r1=1.5&r2=1.6)
asynctest.c (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/asynctest.c.diff?r1=1.13&r2=1.14)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2008-11-19 12:21:57 pgsql: Add WITH as a refname to the SELECT reference page.
Previous Message User Mkz 2008-11-19 12:10:50 pgbouncer - pgbouncer: add milliseconds to log timestamps