pgsql: Remove final mention of FREEZE_PAGE from comments

From: Melanie Plageman <melanieplageman(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove final mention of FREEZE_PAGE from comments
Date: 2024-12-19 23:53:15
Message-ID: E1tOQKQ-000Qdw-Vz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove final mention of FREEZE_PAGE from comments

b7493e1ab35 removed leftover mentions of XLOG_HEAP2_FREEZE_PAGE records
from comments but neglected to remove one mention of FREEZE_PAGE.

Reported off-list by Alexander Lakhin

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8ac0021b6f10928a46b7f3d1b25bc21c0ac7f8c5

Modified Files
--------------
src/backend/access/transam/clog.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-12-20 00:11:45 pgsql: Replace durable_rename_excl() by durable_rename(), take two
Previous Message Tom Lane 2024-12-19 23:07:29 pgsql: Get rid of old version of BuildTupleHashTable().