diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-12-07 19:25:31 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-12-07 19:39:57 -0300 |
commit | 9821492ee417a5910a60f3d1f2ed24c062eab4e0 (patch) | |
tree | f1297b4dd6ec09c2bebfb297867f7c9563b07d23 /contrib/postgres_fdw/postgres_fdw.c | |
parent | b0cfb02cec9650492365c6a9eca2dfce3671096d (diff) | |
download | postgresql-9821492ee417a5910a60f3d1f2ed24c062eab4e0.tar.gz postgresql-9821492ee417a5910a60f3d1f2ed24c062eab4e0.zip |
Cleanup some problems in new Perl test code
Noted by Tom Lane:
- PostgresNode had a BEGIN block which created files, contrary to
perlmod suggestions to do that only on INIT blocks.
- Assign ports randomly rather than starting from 90600.
Noted by Noah Misch:
- Change use of no-longer-set PGPORT environment variable to $node->port
- Don't start a server in pg_controldata test
- PostgresNode was reading the PID file incorrectly; test the right
thing, and chomp the line we read from the PID file.
- Remove an unused $devnull variable
- Use 'pg_ctl kill' instead of "kill" directly, for Windos portability.
- Make server log names more informative.
Author: Michael Paquier
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions