1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

tsearch2 module

This commit is contained in:
Teodor Sigaev
2003-07-21 10:27:44 +00:00
parent a605382670
commit b88605337e
63 changed files with 16908 additions and 0 deletions

View 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