Re: BUG #5882: last_value of sequence on replicated properly

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5882: last_value of sequence on replicated properly
Дата
Msg-id 10546.1297447185@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5882: last_value of sequence on replicated properly  ("lou fridkis" <lfridkis@earthlink.net>)
Список pgsql-bugs
"lou fridkis" <lfridkis@earthlink.net> writes:
> The problem is that the values for loutest1_lou_id_seq are different
> after the test:

This is expected.  The slave may have a larger value than the primary.
It's because of the way that WAL logging for nextval() works.

            regards, tom lane

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