Correction to comment of brin_range_deserialize

From: ji xu <thanksgreed(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Correction to comment of brin_range_deserialize
Date: 2026-01-28 08:10:49
Message-ID: CANWi6YMxXXbmDauRGYhZd-RSmM9vru3b3rOzVLC-noDJmbVbFA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Hackers,

I found an issue in the comments of the
src/backend/access/brin/brin_minmax_multi.c file.

The header comment of function brin_range_deserialize currently reads:
"Serialize the in-memory representation into a compact varlena value."

which looks like a copy/paste error, where "Serialize" should be
"Deserialize".

I'm posting this patch to fix the comment.

Regards,
ji xu

Attachment Content-Type Size
v1-0001-Correction-to-comment-of-brin_range_deserialize.patch application/octet-stream 1.1 KB

Browse pgsql-hackers by date

  From Date Subject
Previous Message Corey Huinker 2026-01-28 08:06:59 Re: Extended Statistics set/restore/clear functions.