Hash index AM fake LSN oversight - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Hash index AM fake LSN oversight
Date
Msg-id CAH2-WzkC-opX8iS6X=a470DDC31er_x5rzPw=HjRxha9N8brZw@mail.gmail.com
Whole thread
Responses Re: Hash index AM fake LSN oversight
List pgsql-hackers
I noticed a minor oversight in my commit e5836f7b: one remaining hash
index WAL record type lacks a corresponding "PageSetLSN(buf,
XLogGetFakeLSN(rel))" for the unlogged relation case.

This is completely harmless, but it should be fixed on general
principle. Attached patch fixes it.

-- 
Peter Geoghegan

Attachment

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Bug: GiST index-only scans can use tuple descriptor with incorrect alignment when deforming
Next
From: Zsolt Parragi
Date:
Subject: Proposal: JSON5 support in the JSON parsers