This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Paul's DBMail tree".

The branch, master has been updated
       via  5ad7a495580f6123259703ca4014028f327088ae (commit)
       via  2c997f5bf12066c4737b2cd8944cf15f424fc0d9 (commit)
       via  21df7c8e6ca3a37a306ab2ef8797f556aace7bee (commit)
       via  efa726a7421e7eca78ef9a5a22cb6c5794f086d0 (commit)
      from  06360691c7590edb4eafe74c5c6ee501f63211d6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5ad7a495580f6123259703ca4014028f327088ae
Author: James Cloos <cl...@jhcloos.com>
Date:   Thu Sep 10 12:59:28 2009 -0700

    Do not assume that a UNION SELECT will be ordered.
    
    There is no guarantee that the result set of a UNION SELECT will be
    ordered either in the order of the sub-SELECTs or based on the first
    column.
    
    An explicit ORDER BY clause would (empirically)     be too CPU-intensive.
    Instead, use the first column of the result set     to determine which
    row is which when reading the results.

commit 2c997f5bf12066c4737b2cd8944cf15f424fc0d9
Author: Paul J Stevens <p...@nfg.nl>
Date:   Sun Sep 13 15:57:49 2009 +0200

    typo

commit 21df7c8e6ca3a37a306ab2ef8797f556aace7bee
Author: Paul J Stevens <p...@nfg.nl>
Date:   Sun Sep 13 15:57:36 2009 +0200

    change loglevel for failed message insertion

commit efa726a7421e7eca78ef9a5a22cb6c5794f086d0
Author: Paul J Stevens <p...@nfg.nl>
Date:   Wed Sep 2 19:59:05 2009 +0200

    remove messageblks from maintenance runs
    
    just leave the migration code, and the fallback
    in the messageretrieval

-----------------------------------------------------------------------

Summary of changes:
 src/dbmail-message.c  |    2 +-
 src/dm_db.c           |  120 +------------------------------------------------
 src/dm_db.h           |   22 ---------
 src/dm_mailboxstate.c |   27 +++++++-----
 src/maintenance.c     |   52 ---------------------
 5 files changed, 18 insertions(+), 205 deletions(-)


hooks/post-receive
--
Paul's DBMail tree
_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to