[PATCH} Move instrumentation structs

From: Mario González Troncoso <gonzalemario(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH} Move instrumentation structs
Date: 2025-11-10 13:48:18
Message-ID: CAFsReFUr4KrQ60z+ck9cRM4WuUw1TCghN7EFwvV0KvuncTRc2w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hey there,

Based on the Alvaro's idea [1] about moving different instrumentation
related C structures and enums into one single header file, I'm
sending the following patches.
That single file is named `executor/instrument_node.h`

Local tests and CI tests are passing
https://cirrus-ci.com/build/6171192257675264

Thanks for reviewing them,
cheers.

[1] https://www.postgresql.org/message-id/202510051642.wwmn4mj77wch%40alvherre.pgsql
--
Mario Gonzalez
EDB: https://www.enterprisedb.com

Attachment Content-Type Size
0002-Remove-brin-gin_tuple.h-from-tuplesort.h.patch text/x-patch 3.4 KB
0003-Remove-storage-buf.h-from-access-relscan.h.patch text/x-patch 713 bytes
0004-Remove-unused-headers-from-execReplication.c.patch text/x-patch 1006 bytes
0001-Move-instrumentation-related-structures-into-instrum.patch text/x-patch 20.7 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2025-11-10 13:53:52 Re: Minor adjustment: Update the range of the commit_siblings parameter.
Previous Message Manni Wood 2025-11-10 13:47:01 Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement