1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00
Files
postgres/contrib/tsearch2/rewrite.h
Teodor Sigaev b88605337e tsearch2 module
2003-07-21 10:27:44 +00:00

8 lines
149 B
C

#ifndef __REWRITE_H__
#define __REWRITE_H__
ITEM *clean_NOT_v2(ITEM * ptr, int4 *len);
ITEM *clean_fakeval_v2(ITEM * ptr, int4 *len);
#endif