summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
diff options
context:
space:
mode:
authorMelanie Plageman <melanieplageman@gmail.com>2025-11-25 16:39:56 -0500
committerMelanie Plageman <melanieplageman@gmail.com>2025-11-25 16:41:29 -0500
commitcd38b7e77315c729ea1e52ca7b8bb0d7c20d2a3b (patch)
tree27b85cccd690e1063b916bb21e0791a05796f87b /src/backend/utils/adt/formatting.c
parent3b9c118920580b97d0f6f618954876227a50a14a (diff)
Assert that cutoffs are provided if freezing will be attemptedHEADorigin/masterorigin/HEADmaster
heap_page_prune_and_freeze() requires the caller to initialize PruneFreezeParams->cutoffs so that the function can correctly evaluate whether tuples should be frozen. This requirement previously existed only in comments and was easy to miss, especially after “cutoffs” was converted from a direct function parameter to a field of the newly introduced PruneFreezeParams struct (added in 1937ed70621). Adding an assert makes this requirement explicit and harder to violate. Also, fix a minor typo while we're at it. Author: Chao Li <li.evan.chao@gmail.com> Reviewed-by: Melanie Plageman <melanieplageman@gmail.com> Discussion: https://postgr.es/m/0AC177F5-5E26-45EE-B273-357C51212AC5%40gmail.com
Diffstat (limited to 'src/backend/utils/adt/formatting.c')
0 files changed, 0 insertions, 0 deletions