]> 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:50:40 +0000 (15:50 +0800)
committerByron Jones <glob@mozilla.com>
Fri, 20 Mar 2015 07:50:40 +0000 (15:50 +0800)
r=glob,a=glob

Bugzilla/Search.pm

index 4c24dc6fd550e62ded81180460a68e8774f7261c..0c59959dd54156c00f7c189218bfed1fdd383fb2 100644 (file)
@@ -713,6 +713,7 @@ use constant GROUP_BY_SKIP => qw(
     longdescs.count
     percentage_complete
     tag
+    alias
 );
 
 ###############