On every cron run I get the following error in log:

query: SELECT DISTINCT fb_uri FROM feedburner_feeds WHERE verified < 1192929439 ORDER BY verified ASC LIMIT 5 OFFSET 0 in /var/www/includes/database.pgsql.inc on line 144.

I've tracked it to the line 211 of feedburner.module. My workaround is to delete ORDER BY verified ASC part. This could be postgresql specific, but I can't be sure.

Comments

dave reid’s picture

Assigned: Unassigned » dave reid

I'm going to work on installing PostgreSQL so I can test any incompatibilities on my own. I try and get to this soon.

dave reid’s picture

Status: Active » Closed (fixed)

This code is no longer present in maintained version, 6.x-1.x.