mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-24 07:17:00 +08:00
Rename comparePos() to compareWordEntryPos()
Rename comparePos() to compareWordEntryPos() to prevent export of too generic name. Per gripe from Tom Lane.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user