RE: [GENERAL] rules failed

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: Mike Engelhart <mengelhart(at)earthtrip(dot)com>, pgsql-general(at)postgreSQL(dot)org
Subject: RE: [GENERAL] rules failed
Date: 1999-07-09 21:37:42
Message-ID: D05EF808F2DFD211AE4A00105AA1B5D2321345@cpsmail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

What did regression.diff tell you?
Rules (in general) rewrite queries, before they execute. They are used to
implement views. A failure of the Rule regression test could mean (very
serious) you have a platform specific problem that is affecting the rewrite
system, or (nothing to worry about) you compiled with a local that isn't
compatible with the expected output for money. It could mean other things
as well, but these are the extremes.
I'm sure someone can give you more insight with that diff information.
-DEJ

> -----Original Message-----
> From: Mike Engelhart [SMTP:mengelhart(at)earthtrip(dot)com]
> Sent: Friday, July 09, 1999 4:19 PM
> To: pgsql-general(at)postgreSQL(dot)org
> Subject: [GENERAL] rules failed
>
> I'm pretty new to PostgreSQL but have compiled and used 6.4.2 on LinuxPPC
> R4. I just set up a machine with R5 and during regression the "rules"
> section failed the test. I looked through the log files but couldn't make
> sense of what "rules" deals with and what the relevance is to the
> databases
> I may build. Is this a "problem" failure, as in, don't use the database
> for
> anything important until it's fixed or more like the geometry failures
> that
> have been around for a while.
>
> Thanks for any advice
>
>
> Mike

Browse pgsql-general by date

  From Date Subject
Next Message Mike Engelhart 1999-07-09 21:50:54 Re: [GENERAL] rules failed
Previous Message Mike Engelhart 1999-07-09 21:18:32 rules failed