From: Matt Tyson Date: Fri, 20 Mar 2015 07:49:55 +0000 (+0800) Subject: Bug 1145438: DB Crash under postgres when using alias column in buglist.cgi X-Git-Tag: release-5.1.1~320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=377de9b5fa9fdbe9abbb9a8a1606e3e4eb6cf16f;p=thirdparty%2Fbugzilla.git Bug 1145438: DB Crash under postgres when using alias column in buglist.cgi r=glob,a=glob --- diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index a75995e953..c95651a159 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -714,6 +714,7 @@ use constant GROUP_BY_SKIP => qw( longdescs.count percentage_complete tag + alias ); ###############