Typo in 001_initdb.pl - Mailing list pgsql-hackers

From Michael Paquier
Subject Typo in 001_initdb.pl
Date
Msg-id CAB7nPqQbPe8ixFxa7PU3HqgvWaXLv+uHQuVL5QUfr1NCJNPg9g@mail.gmail.com
Whole thread Raw
Responses Re: Typo in 001_initdb.pl  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: ExecProject() in advance_aggregates() is rather expensive
Next
From: Tom Lane
Date:
Subject: Somebody forgot to pin the built-in access methods