pgsql: Remove pgrminclude and associated scripts

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove pgrminclude and associated scripts
Date: 2024-12-24 13:05:59
Message-ID: E1tQ4bm-0016Zj-Jo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove pgrminclude and associated scripts

Per git log, the last time someone tried to do something with
pgrminclude was around 2011. And it's always had a tendency of
causing trouble when it was active. Also, pgcominclude is redundant
with headerscheck.

Discussion: https://www.postgresql.org/message-id/flat/2d4dc7b2-cb2e-49b1-b8ca-ba5f7024f05b%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5af699066f81547aa75c093544fbd57289d30284

Modified Files
--------------
src/tools/pginclude/README | 63 --------
src/tools/pginclude/pgcheckdefines | 305 -------------------------------------
src/tools/pginclude/pgcompinclude | 47 ------
src/tools/pginclude/pgdefine | 25 ---
src/tools/pginclude/pgfixinclude | 21 ---
src/tools/pginclude/pgrminclude | 149 ------------------
6 files changed, 610 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-12-24 15:43:29 pgsql: replication parser: pure parser and reentrant scanner
Previous Message Peter Eisentraut 2024-12-24 10:59:40 pgsql: Remove pgrminclude annotations