Remove redundant variable pageSize in gistinitpage - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject Remove redundant variable pageSize in gistinitpage
Date
Msg-id CALj2ACWj=V1k5591eeZK2sOg2FYuBUp6azFO8tMkBtGfXf8PMQ@mail.gmail.com
Whole thread Raw
Responses Re: Remove redundant variable pageSize in gistinitpage  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
List pgsql-hackers
Hi,

In gistinitpage, pageSize variable looks redundant, instead we could
just pass BLCKSZ. This will be consistent with its peers
BloomInitPage, brin_page_init and SpGistInitPage. Attaching a small
patch. Thoughts?

With Regards,
Bharath Rupireddy.
EnterpriseDB: http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Replication slot stats misgivings
Next
From: Justin Pryzby
Date:
Subject: Re: Addition of authenticated ID to pg_stat_activity