From: Matt Tyson Date: Fri, 20 Mar 2015 07:50:40 +0000 (+0800) Subject: Bug 1145438: DB Crash under postgres when using alias column in buglist.cgi X-Git-Tag: bugzilla-5.0rc3~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5813ef51d636c8e2bb94a6c75b6dec9b84a147e1;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 4c24dc6fd5..0c59959dd5 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -713,6 +713,7 @@ use constant GROUP_BY_SKIP => qw( longdescs.count percentage_complete tag + alias ); ###############