From 377de9b5fa9fdbe9abbb9a8a1606e3e4eb6cf16f Mon Sep 17 00:00:00 2001 From: Matt Tyson Date: Fri, 20 Mar 2015 15:49:55 +0800 Subject: Bug 1145438: DB Crash under postgres when using alias column in buglist.cgi r=glob,a=glob --- Bugzilla/Search.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index a75995e95..c95651a15 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 ); ############### -- cgit v1.2.3-24-g4f1b