Bugs item #3292648, was opened at 2011-04-25 07:19
Message generated for change (Comment added) made by christian_boltz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3292648&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: SVN (please specify revision!)
>Status: Closed
>Resolution: Fixed
Priority: 9
Private: No
Submitted By: Christian Boltz (christian_boltz)
Assigned to: Nobody/Anonymous (nobody)
Summary: list-virtual: pagebrowser broken for postgreSQL
Initial Comment:
To avoid this gets lost/forgotten:
The pagebrowser in list-virtual is broken for postgreSQL since SVN trunk r1033. This means list-virtual breaks if more than $CONF[page_size] mailboxes/aliases exist for a domain.
David, please fix the SQL queries in create_page_browser() in functions.inc.php. (If someone else can provide working queries, I'll also accept them of course ;-)
----------------------------------------------------------------------
>Comment By: Christian Boltz (christian_boltz)
Date: 2012-05-28 10:29
Message:
I finally installed pgsql and fixed the queries (commited to SVN r1392).
To my surprise, the problem was (only) caused by the count() query.
The query that generates the pagebrowser already worked.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3292648&group_id=191583
|