pgsql: Use pg_pwrite() in pg_test_fsync.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Use pg_pwrite() in pg_test_fsync.
Дата
Msg-id E1lBTYc-0006TP-TU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use pg_pwrite() in pg_test_fsync.

For consistency with the PostgreSQL behavior this test program is
intended to simulate, use pwrite() instead of lseek() + write().

Also fix the final "non-sync" test, which was opening and closing the
file for every write.

Discussion: https://postgr.es/m/CA%2BhUKGJjjid2BJsvjMALBTduo1ogdx2SPYaTQL3wAy8y2hc4nw%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2c8b42b50df6cc5ba6987c400a857d6bbfdf0300

Modified Files
--------------
src/bin/pg_test_fsync/pg_test_fsync.c | 51 +++++++++++++++++++----------------
1 file changed, 28 insertions(+), 23 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix the warnings introduced in commit ce0fdbfe97.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Default to wal_sync_method=fdatasync on FreeBSD.