Re: doc: Bring mention of unique index forced transaction wait behavior outside of the internal section - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: doc: Bring mention of unique index forced transaction wait behavior outside of the internal section
Date
Msg-id YtBr8/Wwn0RyBT9N@momjian.us
Whole thread Raw
In response to Re: doc: Bring mention of unique index forced transaction wait behavior outside of the internal section  (Aleksander Alekseev <aleksander@timescale.com>)
Responses Re: doc: Bring mention of unique index forced transaction wait behavior outside of the internal section
List pgsql-hackers
On Mon, Jul 11, 2022 at 05:22:41PM +0300, Aleksander Alekseev wrote:
> Hi Bruce,
> 
> > I was not happy with putting this in the Transaction Isolation section.
> > I rewrote it and put it in the INSERT secion, right before ON CONFLICT;
> > patch attached.
> 
> Looks good.

Applied to all supported PG versions.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Indecision is a decision.  Inaction is an action.  Mark Batterson




pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Pre-allocating WAL files
Next
From: Bruce Momjian
Date:
Subject: Re: doc: Clarify what "excluded" represents for INSERT ON CONFLICT