pgsql: Reorganize heap_page_prune() function comment - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Reorganize heap_page_prune() function comment
Date
Msg-id E1rmr5c-004jjk-MY@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.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(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Add "--exclude-extension" to pg_dump's options.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Catalog domain not-null constraints