From 00882d9e5ce7b693aa536346f68a826064c8683a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 10 Mar 2015 22:33:24 -0400 Subject: Move pg_test_fsync from contrib/ to src/bin/ Reviewed-by: Michael Paquier --- doc/src/sgml/contrib.sgml | 1 - doc/src/sgml/filelist.sgml | 1 - doc/src/sgml/pgtestfsync.sgml | 121 -------------------------------------- doc/src/sgml/ref/allfiles.sgml | 1 + doc/src/sgml/ref/pgtestfsync.sgml | 113 +++++++++++++++++++++++++++++++++++ doc/src/sgml/reference.sgml | 1 + 6 files changed, 115 insertions(+), 123 deletions(-) delete mode 100644 doc/src/sgml/pgtestfsync.sgml create mode 100644 doc/src/sgml/ref/pgtestfsync.sgml (limited to 'doc/src') diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml index adc21843db2..b25d18b344a 100644 --- a/doc/src/sgml/contrib.sgml +++ b/doc/src/sgml/contrib.sgml @@ -202,7 +202,6 @@ pages. &pgstandby; - &pgtestfsync; &pgtesttiming; &pgxlogdump; diff --git a/doc/src/sgml/filelist.sgml b/doc/src/sgml/filelist.sgml index 2d7514c3ea1..5095e0fce2a 100644 --- a/doc/src/sgml/filelist.sgml +++ b/doc/src/sgml/filelist.sgml @@ -133,7 +133,6 @@ - diff --git a/doc/src/sgml/pgtestfsync.sgml b/doc/src/sgml/pgtestfsync.sgml deleted file mode 100644 index c4b4014b1a0..00000000000 --- a/doc/src/sgml/pgtestfsync.sgml +++ /dev/null @@ -1,121 +0,0 @@ - - - - - pg_test_fsync - - - - pg_test_fsync - 1 - Application - - - - pg_test_fsync - determine fastest wal_sync_method for PostgreSQL - - - - - pg_test_fsync - option - - - - - Description - - - pg_test_fsync is intended to give you a reasonable - idea of what the fastest is on your - specific system, - as well as supplying diagnostic information in the event of an identified I/O - problem. However, differences shown by - pg_test_fsync might not make any significant - difference in real database throughput, especially since many database servers - are not speed-limited by their transaction logs. - pg_test_fsync reports average file sync operation - time in microseconds for each wal_sync_method, which can also be used to - inform efforts to optimize the value of . - - - - - Options - - - pg_test_fsync accepts the following - command-line options: - - - - - - - - - Specifies the file name to write test data in. - This file should be in the same file system that the - pg_xlog directory is or will be placed in. - (pg_xlog contains the WAL files.) - The default is pg_test_fsync.out in the current - directory. - - - - - - - - - - Specifies the number of seconds for each test. The more time - per test, the greater the test's accuracy, but the longer it takes - to run. The default is 5 seconds, which allows the program to - complete in under 2 minutes. - - - - - - - - - - Print the pg_test_fsync version and exit. - - - - - - - - - - Show help about pg_test_fsync command line - arguments, and exit. - - - - - - - - - - Author - - - Bruce Momjian bruce@momjian.us - - - - - See Also - - - - - - diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml index 211a3c42bd5..e940153540e 100644 --- a/doc/src/sgml/ref/allfiles.sgml +++ b/doc/src/sgml/ref/allfiles.sgml @@ -193,6 +193,7 @@ Complete list of usable sgml source files in this directory. + diff --git a/doc/src/sgml/ref/pgtestfsync.sgml b/doc/src/sgml/ref/pgtestfsync.sgml new file mode 100644 index 00000000000..5dcabe4b77d --- /dev/null +++ b/doc/src/sgml/ref/pgtestfsync.sgml @@ -0,0 +1,113 @@ + + + + + pg_test_fsync + + + + pg_test_fsync + 1 + Application + + + + pg_test_fsync + determine fastest wal_sync_method for PostgreSQL + + + + + pg_test_fsync + option + + + + + Description + + + pg_test_fsync is intended to give you a reasonable + idea of what the fastest is on your + specific system, + as well as supplying diagnostic information in the event of an identified I/O + problem. However, differences shown by + pg_test_fsync might not make any significant + difference in real database throughput, especially since many database servers + are not speed-limited by their transaction logs. + pg_test_fsync reports average file sync operation + time in microseconds for each wal_sync_method, which can also be used to + inform efforts to optimize the value of . + + + + + Options + + + pg_test_fsync accepts the following + command-line options: + + + + + + + + + Specifies the file name to write test data in. + This file should be in the same file system that the + pg_xlog directory is or will be placed in. + (pg_xlog contains the WAL files.) + The default is pg_test_fsync.out in the current + directory. + + + + + + + + + + Specifies the number of seconds for each test. The more time + per test, the greater the test's accuracy, but the longer it takes + to run. The default is 5 seconds, which allows the program to + complete in under 2 minutes. + + + + + + + + + + Print the pg_test_fsync version and exit. + + + + + + + + + + Show help about pg_test_fsync command line + arguments, and exit. + + + + + + + + + + See Also + + + + + + diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml index fb18d94ea09..666493cd640 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -263,6 +263,7 @@ &pgCtl; &pgResetxlog; &pgRewind; + &pgtestfsync; &pgupgrade; &postgres; &postmaster; -- cgit v1.2.3