Re: Sequence's value can be rollback after a crashed recovery.

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tomas Vondra <tomas.vondra@enterprisedb.com>
Cc: Dilip Kumar <dilipbalaut@gmail.com>, Jeremy Schneider <schneider@ardentperf.com>, "Bossart, Nathan" <bossartn@amazon.com>, Laurenz Albe <laurenz.albe@cybertec.at>, Andy Fan <zhihui.fan1213@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-11-23T21:41:06Z
Lists: pgsql-hackers

Attachments

I wrote:
> I wonder though if we shouldn't try to improve the existing text.
> The phrasing "never rolled back" seems like it's too easily
> misinterpreted.  Maybe rewrite the <caution> block like
> ...

A bit of polishing later, maybe like the attached.

			regards, tom lane

Commits

  1. Doc: improve documentation about nextval()/setval().