pgsql: Use correct type name in comments about freezing.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use correct type name in comments about freezing.
Date: 2022-11-17 17:35:00
Message-ID: E1ovimx-000dBn-KW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use correct type name in comments about freezing.

Oversight in commit 9e540599, which added freeze plan deduplication.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/813492dacceecb752725b7e370ac7f5748b1edf9

Modified Files
--------------
src/backend/access/heap/heapam.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-11-17 17:57:14 pgsql: Fix MERGE tuple count with DO NOTHING
Previous Message Noah Misch 2022-11-17 15:51:47 pgsql: Account for IPC::Run::result() Windows behavior change.