pgsql: Add #includes needed on some platforms in the new files.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add #includes needed on some platforms in the new files.
Date: 2012-10-02 14:21:07
Message-ID: E1TJ3LP-0003Ms-De@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add #includes needed on some platforms in the new files.

Hopefully this makes the *BSD buildfarm animals happy.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/93b6d78cf07cc886cd14edacc7d621ef330c513d

Modified Files
--------------
src/backend/access/transam/timeline.c | 1 +
src/backend/access/transam/xlog.c | 2 --
src/backend/access/transam/xlogarchive.c | 1 +
3 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-10-02 14:42:57 pgsql: Allow a few seconds for Windows to catch up with a directory ren
Previous Message Tom Lane 2012-10-02 13:50:06 Re: pgsql: Split off functions related to timeline history files and XLOG a