Re: [HACKERS] Open 6.4 items - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Open 6.4 items
Date
Msg-id 199810281618.LAA17561@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Open 6.4 items  (jwieck@debis.com (Jan Wieck))
Responses Re: [HACKERS] Open 6.4 items  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> >
> > Thanks.  Applied.
> >
> > > Bruce Momjian wrote:
> > > >
> > > > Additions
> > > > ---------
> > > > CREATE TABLE test (x text, s serial) fails if no database creation permission
> > > > regression test all platforms
> > >
> > >     The  patch  below  arranges  that the sequence(s) get created
> > >     first.  Unprivileged user now can create  table  with  serial
> > >     columns.
> > >
> > >     Regression tested.
> 
>     So  Marc's  assumption  that his BETA3 is what we release was
>     false.  We really know how to trigger his hot buttons  -  eh?
>     :-)

You want even worse.  I fixed a problem in the system table just now
with the lseg_eq <> problem.  That requires an initdb for people to see
the fix.

But we might as well fix it now, because we can't ask for initdb after
the final release.

Can someone check that that fix does not affect the regression test
results?  I doubt we do lseg not-equal tests in the regression suite.
You will have to do an initdb to see the change. 


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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Open 6.4 items
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Sigh, build is broken again