Re: [HACKERS] Interval month, week -> day

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: [HACKERS] Interval month, week -> day
Дата
Msg-id 20060904110612.GA4054@1
обсуждение исходный текст
Ответ на Re: [HACKERS] Interval month, week -> day  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [HACKERS] Interval month, week -> day  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
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

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Documentation fix for --with-ldap
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Interval month, week -> day