Re: [COMMITTERS] pgsql: Move test_fsync to /contrib. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Move test_fsync to /contrib.
Date
Msg-id 29691.1295726601@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Move test_fsync to /contrib.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> Why does pg_test_fsync.c include postgres.h? Shouldn't it use postgres_fe.h?

> I had tried that, actually, but it fails because the other include files
> test_fsync needs are backend-specific.  We may have to refactor those
> include files so that the stuff test_fsync actually needs is includable
> with less context required.

On closer inspection, test_fsync doesn't even need the include files
that caused the problem.  I think my latest commit will fix everything.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: plpython versus gcc 4.5.x
Next
From: Peter Eisentraut
Date:
Subject: Re: pl/python refactoring