pgsql: Remove redundant variable pageSize in gistinitpage

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove redundant variable pageSize in gistinitpage
Дата
Msg-id E1lweuf-0008Ng-9X@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Change reloption data type spelling for consistency