[Home]

Summary:ASTERISK-08129: asterisk-1.2.13 Postgres support is enabled when it shouldn't
Reporter:Alin Nastac (mrness)Labels:
Date Opened:2006-11-14 02:05:22.000-0600Date Closed:2006-11-16 14:30:08.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The cdr/Makefile adds cdr_pgsql.so to MODS even if I don't have libpq-fe.h on my system.

I think the ifneq line that conditions crd_pgsql.so inclusion should be rewritten; libpq-fe.h existence should trigger inclusion of Postgres support, not anything else (see cdr_pgsql.c).
Comments:By: Joshua C. Colp (jcolp) 2006-11-16 14:30:08.000-0600

Should be fixed in 1.2 as of revision 47761. Thanks!