projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e0d651
)
Fix typo in TAP test identification string.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 24 May 2016 00:04:27 +0000
(20:04 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 24 May 2016 00:04:27 +0000
(20:04 -0400)
Michael Paquier
src/bin/initdb/t/001_initdb.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/initdb/t/001_initdb.pl
b/src/bin/initdb/t/001_initdb.pl
index 8cf762a19cce04ac1ffa256a02818f342571f033..372865d3f7aea9db135f6d53b61a9e2d765b33ac 100644
(file)
--- 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 be
ing
with "pg_"');
+ 'role names cannot be
gin
with "pg_"');
mkdir $datadir;
command_ok([ 'initdb', '-N', '-T', 'german', '-X', $xlogdir, $datadir ],