From ecf9fc336f0843babb3101b71bbc32c7c7a11deb Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 20 Dec 2007 00:39:40 +0000 Subject: [PATCH] Minor tweak to support new format in parserTest --- maintenance/postgres/compare_schemas.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maintenance/postgres/compare_schemas.pl b/maintenance/postgres/compare_schemas.pl index c613d9e2a2..6f639eca2c 100644 --- a/maintenance/postgres/compare_schemas.pl +++ b/maintenance/postgres/compare_schemas.pl @@ -143,7 +143,7 @@ while (<$pfh>) { next; } $ptable{$1}=2 while /'(\w+)'/g; - last if /;/; + last if /\);/; } close $pfh; @@ -152,6 +152,7 @@ filearchive logging profiling querycache_info +searchindex trackbacks transcache user_newtalk -- 2.20.1