The regression test always fails in the environment where the path to
PostgreSQL bin directory is not included in PATH because the test uses
pg_ctl reload command to reload the configuration file. To alleviate
this situation, shouldn't we use pg_reload_conf function, instead?
Hi,
The regression test always fails in the environment where the path to PostgreSQL bin directory is not included in PATH because the test uses pg_ctl reload command to reload the configuration file. To alleviate this situation, shouldn't we use pg_reload_conf function, instead?
Regards,