pgsql: Fix thinko in comment.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix thinko in comment.
Дата
Msg-id E1UXvBv-00006t-FO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix thinko in comment.

WAL segment means a 16 MB physical WAL file; this comment meant a logical
4 GB log file.

Amit Langote. Apply to backbranches only, as the comment is gone in master.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7fa56e636e42d1bc969483ed1f2c93d47abe39ba

Modified Files
--------------
src/backend/access/transam/xlog.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix thinko in comment.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: pg_test_fsync: update output to show usecs/op clearer