Remove redundant variable pageSize in gistinitpage
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 25 Jun 2021 05:55:34 +0000 (07:55 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 25 Jun 2021 05:55:34 +0000 (07:55 +0200)
commita60c4c5c1a99746485123ae93fbd3e58c78e5d62
tree8cbe8427e64f4cdd46eaa9f84d3416f333e60342
parent847c62ee76cbc237b3a204ca94b1b12811d698e3
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
src/backend/access/gist/gistutil.c