Re: tests for client programs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: tests for client programs
Дата
Msg-id 1402362747.1248.10.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: tests for client programs  (Noah Misch <noah@leadboat.com>)
Ответы Re: tests for client programs
Список pgsql-hackers
On Thu, 2014-06-05 at 21:57 -0400, Noah Misch wrote:
> I recommend "TMPDIR => 1" instead of setting DIR.

I originally decided against doing that, because

1) I don't know if all systems would have enough space in their regular
temporary directory for the kinds of things we put there.  Using the
build directory seems safer.

2) One "debugging" method is to set CLEANUP to false and then manually
inspect the data directory left behind.  (In the future, this might be
exposed via a command-line option.)  This would become more cumbersome
and error-prone if we used TMPDIR.

>   This temporary directory is
> used for Unix sockets, so path length limitations will be a problem:
> 
> http://www.postgresql.org/message-id/20140329172224.GA170273@tornado.leadboat.com

That, however, is a good argument for doing it the other way.  Maybe we
need two temporary directories.





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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: updated emacs configuration
Следующее
От: Tom Dunstan
Дата:
Сообщение: Re: "RETURNING PRIMARY KEY" syntax extension