Re: [HACKERS] Regression Test fail to run if PLPGSQL in template1

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
Cc: PGSQL Hackers <pgsql-hackers(at)hub(dot)org>, PGSQL Patches <pgsql-patches(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Regression Test fail to run if PLPGSQL in template1
Date: 1999-07-09 17:57:54
Message-ID: 199907091757.NAA06191@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I decided to look at some system statistics (DISK IO to be specific), so I
> reran the regression test on my RH5.2 box. I was surprised when it failed
> after createlang was called for plpgsql. It should be a quick fix for Jan.
> Either fix createlang to exit with a 0 status on language already installed:
> 143c143
> < exit 1
> ---
> > exit 0
>
> Or fix it to exit with some other status and test for that status in the
> Regression GNUMakefile.

createlang now returns 2 for languages already exists, and regression
now allows 2 as a valid return value for createlang. Please test.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-07-09 18:00:10 6.5.1
Previous Message Bruce Momjian 1999-07-09 17:36:14 Re: [HACKERS] "24" < INT_MIN returns TRUE ???