mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix collection of typos in the code and the documentation
Some words were duplicated while other places were grammatically incorrect, including one variable name in the code. Author: Otto Kekalainen, Justin Pryzby Discussion: https://postgr.es/m/7DDBEFC5-09B6-4325-B942-B563D1A24BDC@amazon.com
This commit is contained in:
@ -1372,9 +1372,9 @@ sub _set_pg_version
|
||||
# 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.
|
||||
# Any setting in %extra_settings with a value that is undefined is deleted
|
||||
# the remainder are# set. Then the PATH and (DY)LD_LIBRARY_PATH are adjusted
|
||||
# added as PGHOST and PGPORT, then the extra settings (if any) are applied.
|
||||
# Any setting in %extra_settings with a value that is undefined is deleted;
|
||||
# the remainder are set. Then the PATH and (DY)LD_LIBRARY_PATH are adjusted
|
||||
# if the node's install path is set, and the copy environment is returned.
|
||||
#
|
||||
# The install path set in new() needs to be a directory containing
|
||||
|
Reference in New Issue
Block a user