Re: [GENERAL] Bug with sequence

From: Justin Clift <justin(at)postgresql(dot)org>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>, Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [GENERAL] Bug with sequence
Date: 2002-11-21 03:46:54
Message-ID: 3DDC572E.F4B45BC4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-sql

Neil Conway wrote:
>
> Justin Clift <justin(at)postgresql(dot)org> writes:
> > This sounds like a serious bug in our behaviour, and not something
> > we'd like to release.
>
> It's not ideal, I agree, but I *definately* don't think this is
> grounds for changing the release schedule.

Hey, I'm no fan of slowing the release schedule either.

Bug this is definitely sounding like a bug.


> > No real issue with the nicety for newbies, but am very concerned
> > about the lack of a dependancy check here.
>
> Well, how would you suggest we fix this? ISTM this is partially a
> result of the fact that we don't produce dependancy information for
> function bodies. While it might be possible to do so (in 7.4) for
> certain types of functions (e.g. for functions defined in SQL,
> PL/PgSQL, etc.), I can't see a general solution (e.g. for functions
> defined in C).

Absolutely *no* idea.


> And adding random hacks to get specific functions (e.g. nextval()) to
> work does not strike me as a very good idea.

Agreed. Random hacks aren't always a good approach.

Regards and best wishes,

Justin Clift

> Cheers,
>
> Neil
>
> --
> Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-11-21 04:11:55 Re: [GENERAL] Bug with sequence
Previous Message Neil Conway 2002-11-21 03:44:06 Re: [GENERAL] Bug with sequence

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-11-21 04:11:55 Re: [GENERAL] Bug with sequence
Previous Message Neil Conway 2002-11-21 03:44:06 Re: [GENERAL] Bug with sequence

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2002-11-21 04:11:55 Re: [GENERAL] Bug with sequence
Previous Message Neil Conway 2002-11-21 03:44:06 Re: [GENERAL] Bug with sequence