Re: Remove redundant variable pageSize in gistinitpage

2021-06-24 Thread Peter Eisentraut
On 26.04.21 05:12, Bharath Rupireddy wrote: 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? Committed. This code was new in this fo

Remove redundant variable pageSize in gistinitpage

2021-04-25 Thread Bharath Rupireddy
b77d8d445ebf7c0a00b4931c0f346d2bffb64a61 Mon Sep 17 00:00:00 2001 From: Bharath Rupireddy Date: Sun, 25 Apr 2021 19:51:06 +0530 Subject: [PATCH v1] Remove redundant variable pageSize in gistinitpage In gistinitpage, pageSize variable looks redundant, instead just pass BLCKSZ. This will be