pgsql: Rename updateNodeLink to spgUpdateNodeLink. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Rename updateNodeLink to spgUpdateNodeLink.
Date
Msg-id E1Rcjyu-0002Rf-Is@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rename updateNodeLink to spgUpdateNodeLink.

On reflection, the original name seems way too generic for a global
symbol.  A quick check shows this is the only exported function name
in SP-GiST that doesn't begin with "spg" or contain "SpGist", so the
rest of them seem all right.

Branch
------
master

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

Modified Files
--------------
src/backend/access/spgist/spgdoinsert.c |   10 +++++-----
src/backend/access/spgist/spgxlog.c     |   20 ++++++++++----------
src/include/access/spgist_private.h     |    4 ++--
3 files changed, 17 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Allow CHECK constraints to be declared ONLY
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Allow CHECK constraints to be declared ONLY