mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03: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