Closed (fixed)
Project:
Mailfix for Postfix
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Apr 2009 at 08:21 UTC
Updated:
1 May 2009 at 14:30 UTC
When using Mailfix on a PostgreSQL-based system, the domain overview is unusable due to an database error. PostgreSQL insists on using the same column names both in the SELECT and GROUP BY clauses. In the code, there are semantically equivalent but syntactically diffferent columns. As a result, PostgreSQL refuses to process the query.
A simple patch is attached.
Drupal 6.10
PostgreSQL 8.0.15
| Comment | File | Size | Author |
|---|---|---|---|
| mailfix-postgresql.patch | 717 bytes | ckauhaus |
Comments
Comment #1
alxsvdr commentedThank you for your bug report. Your fix has been applied to new release.