Rename updateNodeLink to spgUpdateNodeLink.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/spgist/spgdoinsert.c | modified | +5 −5 |
| src/backend/access/spgist/spgxlog.c | modified | +10 −10 |
| src/include/access/spgist_private.h | modified | +2 −2 |