Re: Issue in GIN fast-insert: XLogBeginInsert + Read/LockBuffer ordering

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Zhang Mingli <zmlpostgres@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Matthias van de Meent <boekewurm+postgres@gmail.com>
Date: 2022-10-13T00:54:34Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> Thanks.  This looks fine on a second look, so applied.

Don't we need to back-patch these fixes?

			regards, tom lane



Commits

  1. Fix ordering issue with WAL operations in GIN fast insert path