Re: pgsql: Move pg_test_fsync from contrib/ to src/bin/ - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Move pg_test_fsync from contrib/ to src/bin/
Date
Msg-id CAB7nPqT1c9WrUw4+eSGF_-ru7ERBOC50a4r3tS1s-yT4OaYsLg@mail.gmail.com
Whole thread Raw
In response to pgsql: Move pg_test_fsync from contrib/ to src/bin/  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: [COMMITTERS] pgsql: Move pg_test_fsync from contrib/ to src/bin/  (Bruce Momjian <bruce@momjian.us>)
List pgsql-committers
On Mon, Apr 20, 2015 at 11:39 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
> Move pg_test_fsync from contrib/ to src/bin/

Point of detail that I just noticed: wouldn't it be better to have a
header in pg_test_fsync.c of a shape similar to the other files. Now
there is only that:
/*
 *    pg_test_fsync.c
 *        tests all supported fsync() methods
 */
An idea what this gives as a patch is attached.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Move pg_test_fsync from contrib/ to src/bin/
Next
From: Bruce Momjian
Date:
Subject: pgsql: Honor OID status of CREATE LIKE'd tables