Reorganize heap_page_prune() function comment

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: c33084205a865538212b7edd99ab5de8e7220fb7
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2024-03-20T08:13:39Z
Releases: 17.0
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

Files

PathChange+/−
src/backend/access/heap/pruneheap.c modified +6 −7

Discussion