Re: Run make checkinstall with configurable user. - Mailing list pgsql-novice

From Laurenz Albe
Subject Re: Run make checkinstall with configurable user.
Date
Msg-id 65bd98768e471ebd6a371c60cc482bf43a4d5f63.camel@cybertec.at
Whole thread Raw
In response to Run make checkinstall with configurable user.  (mahendrakar s <mahendrakarforpg@gmail.com>)
List pgsql-novice
On Fri, 2023-07-28 at 11:36 +0530, mahendrakar s wrote:
> Is there a way to run the make checkinstall for 3rd party extensions
> with a configurable user? Specifically regression tests of the
> extension.
> Basically, I want the regression tests to be run as other user than
> the super user.
>
> I'm looking for something like this:
>
> make checkinstall PG_USER=<otheruser>

For extensions built using PGXS, you can use:

 PGUSER=myuser make installcheck

Yours,
Laurenz Albe



pgsql-novice by date:

Previous
From: mahendrakar s
Date:
Subject: Run make checkinstall with configurable user.
Next
From: Mahesh Govind
Date:
Subject: Handling large number transactions