Fix wrong reference in pg_overexplain's doc
Julien Tachoires <julien@tachoires.me>
From: Julien Tachoires <julien@tachoires.me>
To: pgsql-hackers@lists.postgresql.org
Date: 2025-12-18T09:23:19Z
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
Attachments
Hi, pg_overexplain's documentation mentions that the definition of RangeTblEntry is in nodes/plannodes.h, which seems to be wrong as it is defined in nodes/parsenodes.h. Please find a small patch fixing this. Regards, -- Julien Tachoires