pgsql: Doc: add some documentation about serialization failure handling

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: add some documentation about serialization failure handling
Date: 2022-03-24 17:34:45
Message-ID: E1nXRMC-001CKx-Q4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: add some documentation about serialization failure handling.

We weren't very explicit about when to retry such errors.

Simon Riggs

Discussion: https://postgr.es/m/CANbhV-E+u+Z4VBNyJ6GzeO1fd2wP_5S+f6+kmxnN+ALQE6iG9Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0adb3dc68bfb9a347ff2c7fe63200419bb649265

Modified Files
--------------
doc/src/sgml/mvcc.sgml | 68 +++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 67 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2022-03-24 17:49:45 pgsql: Add decoding of sequences to built-in replication
Previous Message Alvaro Herrera 2022-03-24 17:03:15 pgsql: Change fastgetattr and heap_getattr to inline functions