pgsql: Fix inclusions in pg_receivexlog.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 pg_receivexlog.c.
Date: 2013-03-17 18:11:53
Message-ID: E1UHI3l-0004Tq-O3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix inclusions in pg_receivexlog.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/c68b5eff13b97ecaaa87b24406455fafe568aa3f

Modified Files
--------------
src/bin/pg_basebackup/pg_receivexlog.c | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-03-17 18:13:08 Re: [COMMITTERS] pgsql: Move pqsignal() to libpgport.
Previous Message Guillaume Lelarge 2013-03-17 17:52:02 Re: [COMMITTERS] pgsql: Move pqsignal() to libpgport.