pgsql: Fix inclusions in pgbench.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix inclusions in pgbench.c.
Date: 2013-03-17 18:18:37
Message-ID: E1UHIAH-0004Z7-Jm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix inclusions in pgbench.c.

Apparently this was depending on pqsignal.h for <signal.h>.
Not sure why I didn't see the failure on my other machine.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8c41cb695cc5f90eee3d2226ad09016381700ca7

Modified Files
--------------
contrib/pgbench/pgbench.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-03-17 19:45:46 pgsql: Re-include pqsignal() in libpq.
Previous Message Guillaume Lelarge 2013-03-17 18:17:28 Re: [COMMITTERS] pgsql: Move pqsignal() to libpgport.