pgsql: Repair whitespace in initdb message.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Repair whitespace in initdb message.
Дата
Msg-id E1bhK94-0006SO-5E@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Repair whitespace in initdb message.

What used to be four spaces somehow turned into a tab and a couple of
spaces in commit a00c58314, no doubt from overhelpful emacs autoindent.
Noted by Peter Eisentraut.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a2ee579b6def8e0bde876c6c2fc9d4b8ec2b6b67

Modified Files
--------------
src/bin/initdb/initdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Teach appendShellString() to not quote strings containing "-".