Remove workarounds against repeat typedefs This is allowed in C11, so we don't need the workarounds anymore.
Reviewed-by: Chao Li <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/1e3b5edb8eb236f16529ca8dae917996ad1f433e Modified Files -------------- src/include/nodes/pathnodes.h | 23 ++++------------------- src/include/optimizer/optimizer.h | 13 +------------ 2 files changed, 5 insertions(+), 31 deletions(-)
