Re: Coccinelle for PostgreSQL development [1/N]: coccicheck.py

From: Mats Kindahl <mats(dot)kindahl(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Coccinelle for PostgreSQL development [1/N]: coccicheck.py
Date: 2025-10-30 13:32:45
Message-ID: 8895cba9-48cf-40fe-9c47-9b43ec6b2ab3@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

Here is an updated set of patches based on the latest HEAD of PostgreSQL.

Best wishes,
Mats Kindahl

Attachment Content-Type Size
0001-Add-initial-coccicheck-script.v5.patch text/x-patch 8.4 KB
0002-Create-coccicheck-target-for-autoconf.v5.patch text/x-patch 9.1 KB
0003-Add-meson-build-for-coccicheck.v5.patch text/x-patch 4.6 KB
0004-Semantic-patch-for-sizeof-using-palloc.v5.patch text/x-patch 1.7 KB
0005-Semantic-patch-for-palloc_array-and-palloc_object.v5.patch text/x-patch 4.2 KB
0006-Semantic-patch-for-pg_cmp_-functions.v5.patch text/x-patch 4.4 KB
0007-Semantic-patch-to-use-stack-allocated-StringInfoData.v5.patch text/x-patch 4.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-10-30 13:55:42 Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Previous Message Fujii Masao 2025-10-30 13:31:33 Re: doc: Improve description of io_combine_limit and io_max_combine_limit GUCs