pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu
Дата
Msg-id E1PhXOB-0006ZT-Fz@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, but verify
it is 8k as expected.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=9dd7933937a076ce7573944b8d1d42e618163440

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c |   24 +++++++++++++-----------
1 files changed, 13 insertions(+), 11 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In test_open_sync(), writes kilobytes as intended, not by bytes.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Use consistent spacing for PGAPPICON Makefile option.