mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
10 lines
169 B
C
10 lines
169 B
C
#ifndef __REWRITE_H__
|
|
#define __REWRITE_H__
|
|
|
|
#include "query.h"
|
|
|
|
ITEM *clean_NOT_v2(ITEM * ptr, int4 *len);
|
|
ITEM *clean_fakeval_v2(ITEM * ptr, int4 *len);
|
|
|
|
#endif
|