pgsql: Rename updateNodeLink to spgUpdateNodeLink.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename updateNodeLink to spgUpdateNodeLink.
Date: 2011-12-19 20:38:44
Message-ID: E1Rcjyu-0002Rf-Is@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-12-19 20:39:59 Re: pgsql: Allow CHECK constraints to be declared ONLY
Previous Message Alvaro Herrera 2011-12-19 20:31:42 pgsql: Allow CHECK constraints to be declared ONLY