mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Final pgindent + perltidy run for 9.6.
This commit is contained in:
@ -221,7 +221,7 @@ typedef struct
|
||||
#define OP_NOT 1
|
||||
#define OP_AND 2
|
||||
#define OP_OR 3
|
||||
#define OP_PHRASE 4 /* highest code, tsquery_cleanup.c */
|
||||
#define OP_PHRASE 4 /* highest code, tsquery_cleanup.c */
|
||||
#define OP_COUNT 4
|
||||
|
||||
extern const int tsearch_op_priority[OP_COUNT];
|
||||
|
Reference in New Issue
Block a user