projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e31c46
)
Fix comment typo in PotsgreSQL::Test::Cluster module
author
Andrew Dunstan
Thu, 31 Mar 2022 12:34:39 +0000
(08:34 -0400)
committer
Andrew Dunstan
Thu, 31 Mar 2022 12:34:39 +0000
(08:34 -0400)
Per Dagfinn Ilmari Mannsåker
src/test/perl/PostgreSQL/Test/Cluster.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/test/perl/PostgreSQL/Test/Cluster.pm
b/src/test/perl/PostgreSQL/Test/Cluster.pm
index fa0ef12d72ea26c5cd089a323d3b9e98cc7e693a..1cbf90c0536d1071ccfc09224c54aaf4758626a9 100644
(file)
--- a/
src/test/perl/PostgreSQL/Test/Cluster.pm
+++ b/
src/test/perl/PostgreSQL/Test/Cluster.pm
@@
-1388,7
+1388,7
@@
sub _set_pg_version
#
# Routines that call Postgres binaries need to call this routine like this:
#
-# local %ENV = $self->_get_env
{
[%extra_settings]);
+# local %ENV = $self->_get_env
(
[%extra_settings]);
#
# A copy of the environment is taken and node's host and port settings are
# added as PGHOST and PGPORT, then the extra settings (if any) are applied.