mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
6783b2372e
spacing. Also adds space for one-line comments.
8 lines
143 B
C
8 lines
143 B
C
#ifndef __REWRITE_H__
|
|
#define __REWRITE_H__
|
|
|
|
ITEM *clean_NOT(ITEM * ptr, int4 *len);
|
|
ITEM *clean_fakeval(ITEM * ptr, int4 *len);
|
|
|
|
#endif
|