Re: [HACKERS] Interval month, week -> day - Mailing list pgsql-patches

From Michael Meskes
Subject Re: [HACKERS] Interval month, week -> day
Date
Msg-id 20060904110612.GA4054@1
Whole thread Raw
In response to Re: [HACKERS] Interval month, week -> day  (Bruce Momjian <bruce@momjian.us>)
Responses Re: [HACKERS] Interval month, week -> day
List 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 by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Documentation fix for --with-ldap
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Interval month, week -> day