From cdb4377e8ca598557571b816cd7cecac9c8a0e90 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 12 Mar 2009 14:38:51 +0000 Subject: [PATCH] Exclude new tables from parserTests.inc test --- maintenance/postgres/compare_schemas.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maintenance/postgres/compare_schemas.pl b/maintenance/postgres/compare_schemas.pl index c4e7ec7d61..850244ba34 100644 --- a/maintenance/postgres/compare_schemas.pl +++ b/maintenance/postgres/compare_schemas.pl @@ -158,15 +158,18 @@ while (<$pfh>) { close $pfh or die qq{Could not close "$parsefile": $!\n}; my $OK_NOT_IN_PTABLE = ' +change_tag filearchive logging profiling querycache_info searchindex +tag_summary trackbacks transcache user_newtalk updatelog +valid_tag '; ## Make sure all tables in main tables.sql are accounted for in the parsertest. -- 2.20.1