From: | Álvaro Herrera <alvherre(at)kurilemu(dot)de> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Update some more forward declarations to use typedef |
Date: | 2025-09-25 12:36:28 |
Message-ID: | E1v1lD2-0000Z9-13@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Update some more forward declarations to use typedef
As commit d4d1fc527bdb.
Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Discussion: https://postgr.es/m/202509191025.22agk3fvpilc@alvherre.pgsql
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/81fc3e28e383d9a21843a5ab845a1bd1a1042e12
Modified Files
--------------
src/backend/access/table/tableam.c | 2 +-
src/include/access/amapi.h | 16 +++++-----
src/include/access/brin_internal.h | 6 ++--
src/include/access/genam.h | 13 ++++----
src/include/access/heapam.h | 18 +++++------
src/include/access/tableam.h | 62 +++++++++++++++++++-------------------
src/include/nodes/execnodes.h | 14 ++++-----
7 files changed, 66 insertions(+), 65 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Álvaro Herrera | 2025-09-25 12:53:52 | pgsql: Don't include execnodes.h in replication/conflict.h |
Previous Message | Fujii Masao | 2025-09-25 05:07:25 | pgsql: pgbench: Fix typo in documentation. |