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, "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Subject: Re: [HACKERS] PostgreSQL 6.5.2
Date: 1999-09-28 02:55:14
Message-ID: 199909280255.WAA26807@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.
>

Thomas, can you re-generate the regression output so my new NOTICE is in
there? I tried, but there are too many errno messages differences to
get just the new NOTICE stuff in there.

--
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 Leon 1999-09-28 03:17:14 Re: [HACKERS] Lexer again.
Previous Message Bruce Momjian 1999-09-28 01:42:17 Re: [HACKERS] Re: IPC on win32 - additions for 6.5.2 and current trees