Re: ECPG installcheck tests fail if PGDATABASE is set

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: ECPG installcheck tests fail if PGDATABASE is set
Дата
Msg-id CAH2-Wzn1Zm_7L4_Y_7ADXLJVFGZT0qkz25006OK5D9Jn2StPGg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ECPG installcheck tests fail if PGDATABASE is set  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Sep 27, 2019 at 3:03 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > Please do.
>
> After looking closer at the code in pg_regress.c, I'm wondering a bit
> about PGSERVICE.  A setting for that might certainly bring in a value
> for the database name, but I don't think we can just summarily unset it.
> I don't plan to do anything about that right now, but conceivably it'd
> bite people someday.

At least there will be some breadcrumbs to follow in the archive.

> Another thing that looks a bit fishy here is that the set of variables
> that pg_regress.c unsets is very much smaller than the set that libpq
> reacts to --- we have added a ton of the latter without touching this
> list (much less the three or four other places that duplicate it).
> I wonder how problematic that is.

Only time will tell, I suspect.

-- 
Peter Geoghegan



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

Предыдущее
От: Joe Nelson
Дата:
Сообщение: Re: Change atoi to strtol in same place
Следующее
От: Peter Geoghegan
Дата:
Сообщение: contrib/bloom Valgrind error