diff options
| author | Tom Lane | 2004-01-04 05:57:21 +0000 |
|---|---|---|
| committer | Tom Lane | 2004-01-04 05:57:21 +0000 |
| commit | ed1794f487248540fc02840edcb9233cd0a0b37f (patch) | |
| tree | 922a98c8150736c88352f943f96fbab19c62552d /src/include/postgres.h | |
| parent | 8bb57549a9a17252112f0cdd2f4aaff3f05e628b (diff) | |
There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to
run the data through cpp, and we know of at least one platform where
unusual cpp behavior breaks the process. So remove the cpp step,
and make consequent simplifications.
Diffstat (limited to 'src/include/postgres.h')
| -rw-r--r-- | src/include/postgres.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index caaa93d8b9..0bbde98cf2 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -544,9 +544,6 @@ extern int ExceptionalCondition(char *conditionName, char *errorType, #define DATA(x) extern int no_such_variable #define DESCR(x) extern int no_such_variable -#define BKI_BEGIN -#define BKI_END - typedef int4 aclitem; /* PHONY definition for catalog use only */ #endif /* POSTGRES_H */ |
