Re: pgsql: Move pg_test_fsync from contrib/ to src/bin/

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Move pg_test_fsync from contrib/ to src/bin/
Date: 2015-04-20 05:51:10
Message-ID: CAB7nPqT1c9WrUw4+eSGF_-ru7ERBOC50a4r3tS1s-yT4OaYsLg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Mon, Apr 20, 2015 at 11:39 AM, Peter Eisentraut <peter_e(at)gmx(dot)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 Content-Type Size
20150420_pg_test_fsync_header.patch text/x-patch 668 bytes

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-04-20 20:11:31 pgsql: Honor OID status of CREATE LIKE'd tables
Previous Message Peter Eisentraut 2015-04-20 02:39:43 pgsql: Move pg_test_fsync from contrib/ to src/bin/