From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Move test_fsync to /contrib. |
Date: | 2011-01-21 17:48:25 |
Message-ID: | E1PgL61-0000R6-0t@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Move test_fsync to /contrib.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=606a3d54fcd053c31e52886f4c69848a68777480
Modified Files
--------------
contrib/pg_test_fsync/Makefile | 23 ++
contrib/pg_test_fsync/test_fsync.c | 549 ++++++++++++++++++++++++++++++++++++
doc/src/sgml/contrib.sgml | 1 +
doc/src/sgml/filelist.sgml | 1 +
doc/src/sgml/pgtestfsync.sgml | 70 +++++
src/tools/fsync/Makefile | 25 --
src/tools/fsync/README | 25 --
src/tools/fsync/test_fsync.c | 549 ------------------------------------
8 files changed, 644 insertions(+), 599 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2011-01-21 17:49:20 | pgsql: Update C banner on new pg_test_fsync file. |
Previous Message | Heikki Linnakangas | 2011-01-21 13:05:34 | pgsql: Don't require usage privileges on the foreign data wrapper when |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2011-01-21 17:50:47 | Re: Moving test_fsync to /contrib? |
Previous Message | Bosco Rama | 2011-01-21 17:44:21 | Re: Large object corruption during 'piped' pg_restore |