pgsql: Minor cleanup of GiST code, for readability.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Minor cleanup of GiST code, for readability.
Дата
Msg-id E1YbBKy-0000as-A9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Minor cleanup of GiST code, for readability.

Remove the gistcentryinit function, inlining the relevant part of it into
the only caller.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8fa393a6d739796d9f06a7fba91d7e1d0c354879

Modified Files
--------------
src/backend/access/gist/gistutil.c |   50 +++++++++++-------------------------
src/include/access/gist_private.h  |    6 +----
2 files changed, 16 insertions(+), 40 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Suppress some unused-variable complaints in new LOCK_DEBUG code.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Add support for index-only scans in GiST.