Commit Graph

32 Commits (7ed908be41fbca1635d34f97138abb13beab8b24)

Author SHA1 Message Date
Bruce Momjian f9bb944cd8 pg_test_fsync: add C comment about direct I/O and write size failure 12 years ago
Bruce Momjian 43f6388931 pg_test_fsync: expand ops/sec display 12 years ago
Heikki Linnakangas b5ed21998c Fix pg_test_fsync, broken by xloginsert scaling patch. 12 years ago
Bruce Momjian 06b804377c Remove undocumented -h (help) option 12 years ago
Bruce Momjian 095018bc32 pg_test_fsync: update output to show usecs/op clearer 13 years ago
Tom Lane 3c07fbf40b Use pqsignal() in contrib programs rather than calling signal(2) directly. 13 years ago
Tom Lane 70ec2f8f43 Improve the documentation about commit_delay. 13 years ago
Bruce Momjian bd9c8e741b Move long_options structures to the top of main() functions, for 13 years ago
Tom Lane 427fd88552 Fix unportable format string. 13 years ago
Simon Riggs 82e429794b Add microsecs/op display to pg_test_fsync utility 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Bruce Momjian 388c2f9325 Fix pg_test_fsync Win32 problems reported by the build farm; add 14 years ago
Bruce Momjian 7ae2db1d1e Try to get pg_test_thread to compile on Windows by using a sleeper 14 years ago
Bruce Momjian 0a8396e35e Change contrib/pg_test_fsync to control tests in terms of seconds per 14 years ago
Bruce Momjian 2bbd88f8f8 Improve labeling of pg_test_fsync open_sync test output. 14 years ago
Robert Haas ab7d4213f9 If pg_test_fsync is interrupted, clean up the temp file. 14 years ago
Peter Eisentraut 3a8dcd9a1f Put pg_test_fsync --help and --version output in line with conventions 15 years ago
Peter Eisentraut 001cbb145f Avoid unused variable warnings for certain configurations 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Bruce Momjian 303b7fcd10 Modify pg_test_fsync to match the behavior of git head in regards to 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Bruce Momjian 4fec63f94e Per Peter E, use 'kB' for kilobyte, not 'K'. 15 years ago
Bruce Momjian 00869024cb In pg_test_fsync, use K(1024) rather than k(1000) for write size units. 15 years ago
Bruce Momjian 64bc872761 Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rather than 15 years ago
Bruce Momjian 9dd7933937 Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, but verify 15 years ago
Bruce Momjian 9fc0192283 In test_open_sync(), writes kilobytes as intended, not by bytes. 15 years ago
Tom Lane 37eb2cd4ad More pg_test_fsync fixups. 15 years ago
Tom Lane 3ae28ce8c4 Suppress unused-variables warning when OPEN_SYNC_FLAG isn't defined. 15 years ago
Tom Lane cb38ab6d3b More pg_test_fsync cleanup. 15 years ago
Tom Lane bc616703e8 Clean up pg_test_fsync commit. 15 years ago
Bruce Momjian b35bfcae93 Update C banner on new pg_test_fsync file. 15 years ago
Bruce Momjian 606a3d54fc Move test_fsync to /contrib. 15 years ago