Re: Fix wrong reference in pg_overexplain's doc
LGTM The RangeTblEntry struct is indeed defined in parsenodes.h, not plannodes.h. This patch corrects the incorrect reference. All tests pass with make check-world. Regards, Shixin Wang
Fix memory leak in tzparser.c
ment might cause some memory to accumulate during ParseTzFile() recursive calls when processing @INCLUDE directives. I've attached a patch with this change in case anyone thinks it's worth applying. Regards, Shixin Wang v1-0001-Fix-memory-leak-in-tzparser.patch Descript
