pgsql: In test_open_sync(), writes kilobytes as intended, not by bytes.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: In test_open_sync(), writes kilobytes as intended, not by bytes.
Дата
Msg-id E1PhWzt-0006D7-Gp@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
In test_open_sync(), writes kilobytes as intended, not by bytes.

Branch
------
master

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

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c |    3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Document the "S" option for psql's \dn command in the psql help
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu