aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test/Cluster.pm
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2022-03-31 08:34:39 -0400
committerAndrew Dunstan <andrew@dunslane.net>2022-03-31 08:34:39 -0400
commitddee016b342cddcfb97325afac0a65c502932e5f (patch)
treeef42ecde21ab5b569bfaa5f668147f26e5b939aa /src/test/perl/PostgreSQL/Test/Cluster.pm
parent4e31c46e1e7b7d3a34909ec872c4446711e86e7d (diff)
downloadpostgresql-ddee016b342cddcfb97325afac0a65c502932e5f.tar.gz
postgresql-ddee016b342cddcfb97325afac0a65c502932e5f.zip
Fix comment typo in PotsgreSQL::Test::Cluster module
Per Dagfinn Ilmari Mannsåker
Diffstat (limited to 'src/test/perl/PostgreSQL/Test/Cluster.pm')
-rw-r--r--src/test/perl/PostgreSQL/Test/Cluster.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/perl/PostgreSQL/Test/Cluster.pm b/src/test/perl/PostgreSQL/Test/Cluster.pm
index fa0ef12d72e..1cbf90c0536 100644
--- 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.