pgsql: Remove pgrminclude and associated scripts - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove pgrminclude and associated scripts
Date
Msg-id E1tQ4bm-0016Zj-Jo@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove pgrminclude annotations
Next
From: Peter Eisentraut
Date:
Subject: pgsql: replication parser: pure parser and reentrant scanner