pgsql: Remove stray duplicated comment in heapam.h

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove stray duplicated comment in heapam.h
Date: 2023-02-08 03:04:33
Message-ID: E1pPal6-0000jO-MR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove stray duplicated comment in heapam.h

This is just the same as what's written under the rs_numblocks field.

Reported-by: Melanie Plageman
Discussion: https://postgr.es/m/20230207204127.7vs6krqjqn5farr7@liskov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9ed50ab3496f5fdc46d1051a005d5236495c92d7

Modified Files
--------------
src/include/access/heapam.h | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-02-08 04:11:13 pgsql: Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Previous Message Amit Kapila 2023-02-08 02:46:37 pgsql: Fix the logical replication timeout during large DDLs.