Re: Re: UUNET socket-file-location patch

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Re: UUNET socket-file-location patch
Дата
Msg-id 200011160518.AAA26912@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Re: UUNET socket-file-location patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Peter Eisentraut <peter_e@gmx.net> writes:
> > Tom Lane writes:
> >>>> and make "/tmp" the default in guc.c.
> >> 
> >> No, because this has to work on the client side too.  The default path
> >> *must* be determined at compile time, or clients and servers will be
> >> unable to find each other.
> 
> > The only difference between your snippet and mine is that yours sets the
> > default to "" and interprets it as "/tmp" when it is used, whereas mine
> > sets the default to "/tmp" to begin with.  Clients don't see the
> > difference.
> 
> Clients that don't contain guc.c are going to see a difference, no?
> Where are they getting the default from?

Good point.  This macro is called by the backend, and the libpq frontend
code.  We would have to push the /tmp default into libpq code too, which
seems messier.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: Coping with 'C' vs 'newC' function language namesh
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: 486 Optimizations...