mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
tsearch2 module
This commit is contained in:
7
contrib/tsearch2/rewrite.h
Normal file
7
contrib/tsearch2/rewrite.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __REWRITE_H__
|
||||
#define __REWRITE_H__
|
||||
|
||||
ITEM *clean_NOT_v2(ITEM * ptr, int4 *len);
|
||||
ITEM *clean_fakeval_v2(ITEM * ptr, int4 *len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user