# Checking port 60161 # Found port 60161 Name: node Data directory: c:/projects/1c-master-7397/postgrespro/src\test\authentication/tmp_check/t_003_peer_node_data/pgdata Backup directory: c:/projects/1c-master-7397/postgrespro/src\test\authentication/tmp_check/t_003_peer_node_data/backup Archive directory: c:/projects/1c-master-7397/postgrespro/src\test\authentication/tmp_check/t_003_peer_node_data/archives Connection string: port=60161 host=127.0.0.1 Log file: c:/projects/1c-master-7397/postgrespro/src\test\authentication/tmp_check/log/003_peer_node.log # Running: initdb -D c:/projects/1c-master-7397/postgrespro/src\test\authentication/tmp_check/t_003_peer_node_data/pgdata -A trust -N The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale "English_United States.1252". The default database encoding has accordingly been set to "WIN1252". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory c:/projects/1c-master-7397/postgrespro/src/test/authentication/tmp_check/t_003_peer_node_data/pgdata ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... windows selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Europe/Moscow creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. Success. You can now start the database server using: pg_ctl -D ^"c^:^/projects^/1c^-master^-7397^/postgrespro^/src^\test^\authentication^/tmp^_check^/t^_003^_peer^_node^_data^/pgdata^" -l logfile start # Running: c:/projects/1c-master-7397/postgrespro/Release/pg_regress/pg_regress --config-auth c:/projects/1c-master-7397/postgrespro/src\test\authentication/tmp_check/t_003_peer_node_data/pgdata ### Starting node "node" # Running: pg_ctl -w -D c:/projects/1c-master-7397/postgrespro/src\test\authentication/tmp_check/t_003_peer_node_data/pgdata -l c:/projects/1c-master-7397/postgrespro/src\test\authentication/tmp_check/log/003_peer_node.log -o --cluster-name=node start waiting for server to start.... done server started # Postmaster PID for node "node" is 7648 ### Reloading node "node" # Running: pg_ctl -D c:/projects/1c-master-7397/postgrespro/src\test\authentication/tmp_check/t_003_peer_node_data/pgdata reload server signaled psql: error: connection to server at "127.0.0.1", port 60161 failed: FATAL: no pg_hba.conf entry for host "127.0.0.1", user "postgres", database "postgres", no encryption connection error: 'psql: error: connection to server at "127.0.0.1", port 60161 failed: FATAL: no pg_hba.conf entry for host "127.0.0.1", user "postgres", database "postgres", no encryption' while running 'psql -XAtq -d port=60161 host=127.0.0.1 dbname='postgres' -f - -v ON_ERROR_STOP=1' at c:/projects/1c-master-7397/postgrespro/src/test/perl/PostgreSQL/Test/Cluster.pm line 1858. ### Stopping node "node" using mode immediate # Running: pg_ctl -D c:/projects/1c-master-7397/postgrespro/src\test\authentication/tmp_check/t_003_peer_node_data/pgdata -m immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "node"