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(-)
