Correction to comment of brin_range_deserialize

ji xu <thanksgreed@gmail.com>

From: ji xu <thanksgreed@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2026-01-28T08:10:49Z
Lists: pgsql-hackers

Attachments

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