Re: Run make checkinstall with configurable user.

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Run make checkinstall with configurable user.
Дата
Msg-id 65bd98768e471ebd6a371c60cc482bf43a4d5f63.camel@cybertec.at
обсуждение исходный текст
Ответ на Run make checkinstall with configurable user.  (mahendrakar s <mahendrakarforpg@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: mahendrakar s
Дата:
Сообщение: Run make checkinstall with configurable user.
Следующее
От: Mahesh Govind
Дата:
Сообщение: Handling large number transactions