Typo in 001_initdb.pl

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Typo in 001_initdb.pl
Дата
Msg-id CAB7nPqQbPe8ixFxa7PU3HqgvWaXLv+uHQuVL5QUfr1NCJNPg9g@mail.gmail.com
обсуждение исходный текст
Ответы Re: Typo in 001_initdb.pl  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi all,

I just bumped into the following typo for $subject:
--- a/src/bin/initdb/t/001_initdb.pl
+++ b/src/bin/initdb/t/001_initdb.pl
@@ -31,7 +31,7 @@ command_fails(

 command_fails(
        [ 'initdb', '-U', 'pg_test', $datadir ],
-       'role names cannot being with "pg_"');
+       'role names cannot begin with "pg_"');

Regards,
--
Michael

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: ExecProject() in advance_aggregates() is rather expensive
Следующее
От: Tom Lane
Дата:
Сообщение: Somebody forgot to pin the built-in access methods