mirror of
https://github.com/postgres/postgres.git
synced 2026-02-19 02:29:10 -05:00
9 lines
169 B
C
9 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
|