]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1145438: DB Crash under postgres when using alias column in buglist.cgi
authorMatt Tyson <mtyson@redhat.com>
Fri, 20 Mar 2015 07:49:55 +0000 (15:49 +0800)
committerByron Jones <glob@mozilla.com>
Fri, 20 Mar 2015 07:49:55 +0000 (15:49 +0800)
r=glob,a=glob

Bugzilla/Search.pm

index a75995e95327bacacad52399cc1d521a50f8d380..c95651a159a2f0f98900c2a364cd5e6cdeb70bba 100644 (file)
@@ -714,6 +714,7 @@ use constant GROUP_BY_SKIP => qw(
     longdescs.count
     percentage_complete
     tag
+    alias
 );
 
 ###############