diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-11-20 13:16:14 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-11-20 13:16:14 -0500 |
commit | c5111ea9ca049a650b63cdcb2551c330c2f998b1 (patch) | |
tree | a2462ab7805304137a6471db87900ebb12490fbc /src/backend/optimizer/util/pathnode.c | |
parent | f9e0255c6fbedda50aae6aa7479f0c5a8f90b831 (diff) | |
download | postgresql-c5111ea9ca049a650b63cdcb2551c330c2f998b1.tar.gz postgresql-c5111ea9ca049a650b63cdcb2551c330c2f998b1.zip |
Remove no-longer-needed phony typedefs in genbki.h.
Now that we have a policy of hiding varlena catalog fields behind
"#ifdef CATALOG_VARLEN", there is no need for their type names to be
acceptable to the C compiler. And experimentation shows that it does
not matter to pgindent either. (If it did, we'd have problems anyway,
since these typedefs are unreferenced so far as the C compiler is
concerned, and find_typedef fails to identify such typedefs.)
Hence, remove the phony typedefs that genbki.h provided to make
some varlena field definitions compilable.
In passing, rearrange #define's into what seemed a more logical order.
Diffstat (limited to 'src/backend/optimizer/util/pathnode.c')
0 files changed, 0 insertions, 0 deletions