Обсуждение: pgsql: Document and clean up gistsplit.c.

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

pgsql: Document and clean up gistsplit.c.

От
Tom Lane
Дата:
Document and clean up gistsplit.c.

Improve comments, rename some variables and functions, slightly simplify
a couple of APIs, in an attempt to make this code readable by people other
than its original author.

Even though this is essentially just cosmetic, back-patch to all active
branches, because otherwise it's going to make back-patching future fixes
in this file very painful.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0fd0f3688b7a8ab0b907d431cf7022098110cfc8

Modified Files
--------------
src/backend/access/gist/gist.c      |    8 +-
src/backend/access/gist/gistsplit.c |  439 +++++++++++++++++++++++------------
src/include/access/gist.h           |   29 ++-
src/include/access/gist_private.h   |   13 +-
4 files changed, 319 insertions(+), 170 deletions(-)