pgsql: Reorganize heap_page_prune() function comment

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reorganize heap_page_prune() function comment
Date: 2024-03-20 08:14:25
Message-ID: E1rmr5c-004jjk-MY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reorganize heap_page_prune() function comment

heap_page_prune()'s function header comment didn't explain the
parameters in the same order they appear in the function. Fix that.

Author: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/20240320013602.6sypr4cx6sefpemg@liskov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c33084205a865538212b7edd99ab5de8e7220fb7

Modified Files
--------------
src/backend/access/heap/pruneheap.c | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-03-20 09:20:09 pgsql: Catalog domain not-null constraints
Previous Message Dean Rasheed 2024-03-20 08:10:12 pgsql: Add "--exclude-extension" to pg_dump's options.