pgsql: Remove redundant variable pageSize in gistinitpage - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove redundant variable pageSize in gistinitpage
Date
Msg-id E1lweuf-0008Ng-9X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Change reloption data type spelling for consistency