Re: Fix wrong reference in pg_overexplain's doc

2025-12-18 Thread Shixin Wang
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

2025-12-15 Thread Shixin Wang
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