From ddee016b342cddcfb97325afac0a65c502932e5f Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Thu, 31 Mar 2022 08:34:39 -0400 Subject: [PATCH] Fix comment typo in PotsgreSQL::Test::Cluster module MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Per Dagfinn Ilmari Mannsåker --- src/test/perl/PostgreSQL/Test/Cluster.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2