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

From Philippe Ferreira
Subject Re: Bug with sequences and WAL ?
Date
Msg-id 43E4F356.5090705@worldonline.fr
Whole thread Raw
In response to Re: Bug with sequences and WAL ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
>To get "exact" restart behavior we'd need to emit a separate xlog
>record for each nextval() command, which seems like a pretty high
>price considering that you cannot assume no holes in the sequence
>values anyway.
>
>
Hi,

Why not give the choice at compile-time ?

Philippe.

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Should I use PL/PGSQL or Perl/PGSQL?
Next
From: Claire McLister
Date:
Subject: Re: Error with temporary tables