Re: Fix wrong reference in pg_overexplain's doc
Shixin Wang <wang-shi-xin@outlook.com>
From: Shixin Wang <wang-shi-xin@outlook.com>
To: Julien Tachoires <julien@tachoires.me>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-18T10:26:55Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Use proper tags in pg_overexplain documentation.
- 02a0f385fa98 18.2 landed
- 008beba005c9 19 (unreleased) landed
-
doc: Fix incorrect reference in pg_overexplain documentation.
- 283e25a37187 18.2 landed
- c5d162435ab7 19 (unreleased) landed
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