mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-08 07:38:44 +01:00
Fix comment typo in PotsgreSQL::Test::Cluster module
Per Dagfinn Ilmari Mannsåker
This commit is contained in:
parent
4e31c46e1e
commit
ddee016b34
|
|
@ -1388,7 +1388,7 @@ sub _set_pg_version
|
||||||
#
|
#
|
||||||
# Routines that call Postgres binaries need to call this routine like this:
|
# 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
|
# 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.
|
# added as PGHOST and PGPORT, then the extra settings (if any) are applied.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user