Обсуждение: pgsql: Minor cleanup of GiST code, for readability.

Поиск
Список
Период
Сортировка

pgsql: Minor cleanup of GiST code, for readability.

От
Heikki Linnakangas
Дата:
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(-)