Remove redundant variable pageSize in gistinitpage
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-04-26T03:12:30Z
Lists: pgsql-hackers
Attachments
- v1-0001-Remove-redundant-variable-pageSize-in-gistinitpag.patch (application/x-patch) patch v1-0001
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
Commits
-
Remove redundant variable pageSize in gistinitpage
- a60c4c5c1a99 14.0 landed
-
Add support for building GiST index by sorting.
- 16fa9b2b30a3 14.0 cited