Re: [COMMITTERS] pgsql: Move pg_test_fsync from contrib/ to src/bin/

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-committers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Move pg_test_fsync from contrib/ to src/bin/
Date: 2023-11-25 16:05:23
Message-ID: ZWIbQyZVYtiTXNg7@momjian.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Mon, Apr 20, 2015 at 02:51:10PM +0900, Michael Paquier wrote:
> 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.

This patch is old but the header is still missing, so patch applied to
master.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-11-25 16:22:58 Re: pgsql: Doc: un-break PDF build.
Previous Message Bruce Momjian 2023-11-25 16:05:09 pgsql: C comment: add header to pg_test_fsync.c