| От | Tom Lane |
|---|---|
| Тема | Re: [HACKERS] Interval month, week -> day |
| Дата | |
| Msg-id | 23200.1157378292@sss.pgh.pa.us обсуждение |
| Ответ на | Re: [HACKERS] Interval month, week -> day (Michael Meskes <meskes@postgresql.org>) |
| Ответы |
Re: [HACKERS] Interval month, week -> day
|
| Список | pgsql-patches |
Michael Meskes <meskes@postgresql.org> writes:
> On Sun, Sep 03, 2006 at 10:21:11PM -0400, Bruce Momjian wrote:
>> When I tried the ecpg regression tests it complained there was no
>> results/ directory. I created one and it worked.
> Hmm, anyone else experiencing this? The pg_regress.sh has this code that
> should create it:
> outputdir="results/"
> if [ ! -d "$outputdir" ]; then
> mkdir -p "$outputdir" || { (exit 2); exit; }
> fi
I'll bet you should lose the slash in $outputdir. test(1) might or
might not be "friendly" about stripping that off.
regards, tom lane
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера