Re: [PATCH] doc: outline all planner nodes - Mailing list pgsql-docs

From Marcos Pegoraro
Subject Re: [PATCH] doc: outline all planner nodes
Date
Msg-id CAB-JLwZeLfCJE6ZuZpX+kXofvRTBRU+vOJBHjb0vDTuwT+GeJQ@mail.gmail.com
Whole thread
List pgsql-docs
Em ter., 21 de jul. de 2026 às 15:34, Brian Brennglass <brian@supabase.io> escreveu:
Just rebasing the previous patch. Also generated a preview site:

cool this patch, I think it's a valuable contribution.

- I don't know what version you are running, but rows is now a numeric, not integer anymore. 
So rows should have decimals, like rows=199999.00 loops=1)
- Maybe you add previous commands to create that table and later run that select, so the user can replicate how to have that occurrence.
Like you do on "Named Tuplestore Scan"
- Maybe you could run with EXPLAIN (costs off), because the goal is to show the plan, not the cost.

regards
Marcos

pgsql-docs by date:

Previous
From: surya poondla
Date:
Subject: Re: doc: Clarify ANALYZE VERBOSE output
Next
From: "David G. Johnston"
Date:
Subject: Re: Shadowing type names because I am not smart