mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Allow /contrib include files to compile on their own.
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
#ifndef __REWRITE_H__
|
||||
#define __REWRITE_H__
|
||||
|
||||
ITEM *clean_NOT_v2(ITEM * ptr, int4 *len);
|
||||
ITEM *clean_fakeval_v2(ITEM * ptr, int4 *len);
|
||||
#include "query.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