Remove redundant variable pageSize in gistinitpage In gistinitpage, pageSize variable looks redundant, instead just pass BLCKSZ. This will be consistent with its peers BloomInitPage, brin_page_init and SpGistInitPage.
Author: Bharath Rupireddy <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/CALj2ACWj=v1k5591eezk2sog2fyubup6azfo8tmkbtgfxf8...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a60c4c5c1a99746485123ae93fbd3e58c78e5d62 Modified Files -------------- src/backend/access/gist/gistutil.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
