Re: pg_plan_advice

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Jakub Wartak <jakub(dot)wartak(at)enterprisedb(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_plan_advice
Date: 2025-11-06 16:45:47
Message-ID: CA+Tgmoa57S6mP=aTOXH2-gDAL4TMO1WbGgrHSg0s6J4zUH=04g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here's v3. I've attempted to fix some more things that cfbot didn't
like, one of which was an actual bug in 0005, and I also fixed a
stupid few bugs in pgpa_collector.c and added a few more tests.

--
Robert Haas
EDB: http://www.enterprisedb.com

Attachment Content-Type Size
v3-0005-Allow-for-plugin-control-over-path-generation-str.patch application/octet-stream 55.4 KB
v3-0002-Store-information-about-elided-nodes-in-the-final.patch application/octet-stream 9.3 KB
v3-0001-Store-information-about-range-table-flattening-in.patch application/octet-stream 7.9 KB
v3-0004-Temporary-hack-to-unbreak-partitionwise-join-cont.patch application/octet-stream 15.2 KB
v3-0003-Store-information-about-Append-node-consolidation.patch application/octet-stream 27.0 KB
v3-0006-WIP-Add-pg_plan_advice-contrib-module.patch application/octet-stream 374.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rafia Sabih 2025-11-06 16:47:38 warning on the current head
Previous Message Fujii Masao 2025-11-06 16:38:27 Re: Suggestion to add --continue-client-on-abort option to pgbench