pgsql: Fix typo in code comment

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in code comment
Date: 2021-12-22 06:52:52
Message-ID: E1mzvUa-0004EQ-9P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in code comment

Reported-by: Kevin Zheng <1642644905(at)qq(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/17341-d913ddb626c5c08c%40postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/962951be3ce319052df014e0d23b6e7626df587f

Modified Files
--------------
src/backend/storage/freespace/freespace.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-12-22 07:39:35 pgsql: Correct comment and some documentation about REPLICA_IDENTITY_IN
Previous Message Michael Paquier 2021-12-22 06:38:29 pgsql: Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTL