Bug with sequences and WAL ?

From: Philippe Ferreira <phil(dot)f(at)worldonline(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: Bug with sequences and WAL ?
Date: 2006-02-03 23:27:44
Message-ID: 43E3E6F0.9040204@worldonline.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

If a new sequence is created, its creation is propagated via WAL.

However, instead of getting the property 'is_called'=false (the correct
value before its first use),
we get 'is_called'=true after a PITR recovery.

Is it a bug, or a normal behaviour ?
(version of PostgreSQL : 8.0.4)

Thank you,
Philippe Ferreira.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Browne 2006-02-03 23:40:42 Re: How to find first non-vacation day
Previous Message Claire McLister 2006-02-03 23:12:19 Error with temporary tables