Opened 2 years ago

Closed 2 years ago

#5174 closed defect (invalid)

loader test does not honour PGHOST

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.2.2
Component: build Version: 3.2.x
Keywords: Cc:

Description

I've set PGHOST=/tmp/ in the environment. Running make check eventually shows:

 /home/src/postgis/postgis/regress/loader/Point ........ failed (dumper geog test: dumping loaded table: /tmp/pgis_reg/dumper.err)
-----------------------------------------------------------------------------
could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5433"?

Which shows PGHOST was somehow lost

Change History (1)

comment:1 by strk, 2 years ago

Resolution: invalid
Status: newclosed

Sorry, I did not really export PGHOST, when I do things work fine

Note: See TracTickets for help on using tickets.