Remove unneeded cast in heap_xlog_lock.

From: Kirill Reshke <reshkekirill(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Remove unneeded cast in heap_xlog_lock.
Date: 2025-08-21 14:10:43
Message-ID: CALdSSPgFhc5=vLqHdk-zCcnztC0zEY3EU_Q6a9vPEaw7FkE9Vw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

I was looking at how PostgreSQL handles VM map bits, when I noticed $subj.
PFA small refactoring patch.

--
Best regards,
Kirill Reshke

Attachment Content-Type Size
v1-0001-Remove-unneeded-cast-in-heap_xlog_lock.patch application/octet-stream 816 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2025-08-21 14:25:38 Weird error message from Postgres 18
Previous Message Nathan Bossart 2025-08-21 13:56:48 Re: Don't treat virtual generated columns as missing statistics in vacuumdb --missing-stats-only