Re: BUG #17428: last_value incorrect for uninitialized sequence

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17428: last_value incorrect for uninitialized sequence
Дата
Msg-id 192171.1646666622@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #17428: last_value incorrect for uninitialized sequence  (Glen Edmonds <glen.edmonds@gmail.com>)
Ответы Re: BUG #17428: last_value incorrect for uninitialized sequence  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs
Glen Edmonds <glen.edmonds@gmail.com> writes:
> The problem really is that the two states of not initialized and post first
> usage are indistinguishable (both return 1), but the sequence next value is
> different.

They're not indistinguishable: if you look at the is_called flag
you'll see that it changes.

> ie it’s a reasonable expectation that the next value is
> last_value + 1. IMHO violating this makes it a bug.

You can call it that if you like, but it's operating as designed
and documented.  I fear it's about twenty years too late to propose
a redesign.

            regards, tom lane



В списке pgsql-bugs по дате отправления:

Предыдущее
От: Glen Edmonds
Дата:
Сообщение: Re: BUG #17428: last_value incorrect for uninitialized sequence
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #17428: last_value incorrect for uninitialized sequence