Re: buildfarm vs code

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: buildfarm vs code
Дата
Msg-id 23a7c0c2-7950-08d8-59bc-9b673bb970d6@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: buildfarm vs code  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: buildfarm vs code  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

On 06/06/2018 09:16 AM, Amit Kapila wrote:
>
>     > The second change the recipe makes is to disable the tablespace
>     tests. On
>     > Windows, when running as the Administrator, the application gives up
>     > privilege to such an extent that the tablespace tests fail.
>
>     Ohh.  I was confused about why Windows was giving us fewer privileges
>     when we had a more privileged account, but in fact *we* did that.
>     Where does the privilege-giving-up happen?
>
>
> It happens during startup, see CreateRestrictedProcess in 
> src/bin/pg_ctl/pg_ctl.c.
>
>


Yeah, what seems quite odd, though, is that when run as an unprivileged 
use the tablespace test runs just fine, but when run as a privileged 
user it fails. If that's fixable we should fix it :-)

cheers

andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: POC: GROUP BY optimization