From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: ecpg: remove check_rules.pl. |
Date: | 2024-10-14 17:55:19 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
ecpg: remove check_rules.pl.
As noted in the previous commit, check_rules.pl is now entirely
redundant with checks made by parse.pl, or would be if it weren't
for the places where it's wrong. It's a waste of build cycles
and maintenance effort, so remove it.
Discussion: https://postgr.es/m/[email protected]
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/293fd24425b59b9ac3386448c682c1f6c81fbbc8
Modified Files
--------------
src/interfaces/ecpg/preproc/Makefile | 3 +-
src/interfaces/ecpg/preproc/check_rules.pl | 202 -----------------------------
src/interfaces/ecpg/preproc/meson.build | 15 ---
3 files changed, 1 insertion(+), 219 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Davis | 2024-10-14 19:15:09 | pgsql: Move ICU-specific code from pg_locale.c into pg_locale_icu.c. |
Previous Message | Masahiko Sawada | 2024-10-14 16:53:44 | pgsql: Remove obsolete comment in reorderbuffer.h. |