summaryrefslogtreecommitdiff
path: root/src/bin/scripts/pg_isready.c
diff options
context:
space:
mode:
authorMichael Paquier2025-12-18 02:01:43 +0000
committerMichael Paquier2025-12-18 02:01:43 +0000
commit5cf03552fbb43b2d2d11369d779f9b168ea9b87a (patch)
tree37d85c6c95ff889af669728d9203fa98477abf0d /src/bin/scripts/pg_isready.c
parent167cb26718e3eae4fef470900b4cd1d434f15649 (diff)
btree_gist: Fix memory allocation formulaHEADmaster
This change has been suggested by the two authors listed in this commit, both of them providing an incomplete solution (David's formula relied on a "bytea *", while Bertrand's did not use palloc_array()). The solution provided in this commit uses GBT_VARKEY instead of the inconsistent bytea for the allocation size, with a palloc_array(). The change related to Vsrt is one I am flipping to a more consistent style, in passing. Author: David Geier <geidav.pg@gmail.com> Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com> Discussion: https://postgr.es/m/ad0748d4-3080-436e-b0bc-ac8f86a3466a@gmail.com Discussion: https://postgr.es/m/aTrG3Fi4APtfiCvQ@ip-10-97-1-34.eu-west-3.compute.internal
Diffstat (limited to 'src/bin/scripts/pg_isready.c')
0 files changed, 0 insertions, 0 deletions