| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Typo in 001_initdb.pl |
| Date: | 2016-05-19 18:05:15 |
| Message-ID: | CAB7nPqQbPe8ixFxa7PU3HqgvWaXLv+uHQuVL5QUfr1NCJNPg9g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| Attachment | Content-Type | Size |
|---|---|---|
| initdb-typo.patch | invalid/octet-stream | 450 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2016-05-19 18:16:56 | Somebody forgot to pin the built-in access methods |
| Previous Message | Andres Freund | 2016-05-19 17:57:27 | ExecProject() in advance_aggregates() is rather expensive |