pgsql: Remove final mention of FREEZE_PAGE from comments - Mailing list pgsql-committers

From Melanie Plageman
Subject pgsql: Remove final mention of FREEZE_PAGE from comments
Date
Msg-id E1tOQKQ-000Qdw-Vz@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Get rid of old version of BuildTupleHashTable().
Next
From: Michael Paquier
Date:
Subject: pgsql: Replace durable_rename_excl() by durable_rename(), take two