>You're linking against a pre-9.0 copy of libpq.so.
Thanks for help :)
I got my mistake .
Regards,
Amul Sul
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/undefined-symbol-PQescapeLiteral-tp5767578p5767994.html
Sent from the PostgreSQL - hackers mailing list archi
amul sul writes:
> While testing performance of PG9.2.4 using DBT5, I am getting error inÂ
> *BrokerageHouseMain: symbol lookup error: BrokerageHouseMain: undefined
> symbol: PQescapeLiteral*
You're linking against a pre-9.0 copy of libpq.so.
regards, tom lane
--
Sen
Hi,
While testing performance of PG9.2.4 using DBT5, I am getting error in
/bh/bh.out file as :
*BrokerageHouseMain: symbol lookup error: BrokerageHouseMain: undefined symbol:
PQescapeLiteral*
So i tried with CPP code as follow
-- test.cpp