Bug with sequences and WAL ? - Mailing list pgsql-general

From Philippe Ferreira
Subject Bug with sequences and WAL ?
Date
Msg-id 43E3E6F0.9040204@worldonline.fr
Whole thread Raw
Responses Re: Bug with sequences and WAL ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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.

pgsql-general by date:

Previous
From: Philip Hallstrom
Date:
Subject: Re: How to find first non-vacation day
Next
From: Chris Browne
Date:
Subject: Re: How to find first non-vacation day