Re: [HACKERS] PostgreSQL 6.5.2

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Jan Wieck <wieck(at)debis(dot)com>
Cc: dz(at)wizard(dot)net, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] PostgreSQL 6.5.2
Date: 1999-09-29 21:41:53
Message-ID: 199909292141.RAA07912@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Bruce Momjian wrote:
>
> >
> > Removed manually. Thanks. I have been far behind in keeping up with
> > patches.
>
> Looks like :)
>
> Well, actually running regression test emits alot of
>
> NOTICE: Auto-creating query reference to table <table-name>
>
> from inside the parser - which make most of the regression
> tests fail. Not sure which of the patches introduced them
> and why. Could you please take a look at it? On the things
> I'm doing right now (adding fields + indices to system
> catalogs and modifying code that's invoked during heap_open()
> or the like) I feel much better if I get identical (+
> correct) regression results before'n'after.

I have backed this change out. I will re-enable it when things are
quiet and the regression tests can be re-generated.

--
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1999-09-29 21:43:16 Re: [HACKERS] RI generic trigger procs
Previous Message Bruce Momjian 1999-09-29 21:40:55 Re: [HACKERS] another DECIMAL problem