Remove redundant variable pageSize in gistinitpage

Peter Eisentraut <peter@eisentraut.org>

Commit: a60c4c5c1a99746485123ae93fbd3e58c78e5d62
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-06-25T05:55:34Z
Releases: 14.0
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 <bharath.rupireddy@enterprisedb.com>
Discussion: https://www.postgresql.org/message-id/flat/CALj2ACWj=V1k5591eeZK2sOg2FYuBUp6azFO8tMkBtGfXf8PMQ@mail.gmail.com

Files

PathChange+/−
src/backend/access/gist/gistutil.c modified +1 −2

Discussion