Fix wrong backpatching of ginRedoDeletePage() deadlock fix

Alexander Korotkov <akorotkov@postgresql.org>

Commit: bf0e5a73be20b1f010b000c37c9980ac02809fb5
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2018-12-13T19:32:05Z
Releases: 9.4.21
Fix wrong backpatching of ginRedoDeletePage() deadlock fix

19cf52e6cc changes lock order in ginRedoDeletePage().  But did it in a wrong
way due to oversight during backpatching.  This commit fixes that.

Reported-by: Bruce Momjian
Discussion: https://postgr.es/m/20181213153232.GA10664%40momjian.us

Files

PathChange+/−
src/backend/access/gin/ginxlog.c modified +4 −6

Discussion