Re: Running Installcheck remotely - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Running Installcheck remotely
Date
Msg-id 20180404005225.GA2208@paquier.xyz
Whole thread Raw
In response to Re: Running Installcheck remotely  (Kapil Sharma <kapil.bncoe@gmail.com>)
List pgsql-hackers
On Tue, Apr 03, 2018 at 09:12:48AM -0700, Kapil Sharma wrote:
> So this means that the host running the test should have capability to SSH
> to the DB Instance host ?

That's not what it means as the whole test will run through libpq.
Please make sure that the files used for the tests match the version of
the server and that all the libraries needed by the tests are installed
on the host where the database is running.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: open/lseek overhead with many partitions (including with "fasterpartitioning pruning")
Next
From: Bruce Momjian
Date:
Subject: Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS