Regression Test fail to run if PLPGSQL in template1

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: PGSQL Hackers <pgsql-hackers(at)hub(dot)org>, PGSQL Patches <pgsql-patches(at)postgreSQL(dot)org>
Subject: Regression Test fail to run if PLPGSQL in template1
Date: 1999-07-09 17:00:20
Message-ID: D05EF808F2DFD211AE4A00105AA1B5D2321183@cpsmail
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.

Hope this helps,
DEJ

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brook Milligan 1999-07-09 17:02:14 Re: [HACKERS] Arbitrary tuple size
Previous Message Bruce Momjian 1999-07-09 16:46:31 Re: Hashing passwords (was Updated TODO list)