Re: [HACKERS] Open 6.4 items

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Open 6.4 items
Дата
Msg-id 199810281618.LAA17561@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Open 6.4 items  (jwieck@debis.com (Jan Wieck))
Ответы Re: [HACKERS] Open 6.4 items
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Open 6.4 items
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Sigh, build is broken again