diff options
| author | Teodor Sigaev | 2016-04-08 09:02:45 +0000 |
|---|---|---|
| committer | Teodor Sigaev | 2016-04-08 09:04:15 +0000 |
| commit | 4e55b3f0335c2aa658cd9d1fda4dea2a1f9ab80d (patch) | |
| tree | d0f247abfecaebbdec6ce60263f8cceefe958bb3 /src/include | |
| parent | 196b72fb9a5556c66f2b012cc4e869175a3049fa (diff) | |
Rename comparePos() to compareWordEntryPos()
Rename comparePos() to compareWordEntryPos() to prevent export of too
generic name.
Per gripe from Tom Lane.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/tsearch/ts_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/tsearch/ts_type.h b/src/include/tsearch/ts_type.h index 5f4e596193..ff3fef1f47 100644 --- a/src/include/tsearch/ts_type.h +++ b/src/include/tsearch/ts_type.h @@ -49,7 +49,7 @@ typedef struct #define MAXSTRLEN ( (1<<11) - 1) #define MAXSTRPOS ( (1<<20) - 1) -extern int comparePos(const void *a, const void *b); +extern int compareWordEntryPos(const void *a, const void *b); /* * Equivalent to |
