Re: undefined struct 'pg_conn' on Windows7 - Mailing list pgsql-general

From Brilliantov Kirill Vladimirovich
Subject Re: undefined struct 'pg_conn' on Windows7
Date
Msg-id 5450AD0B.5010709@byterg.ru
Whole thread Raw
In response to Re: undefined struct 'pg_conn' on Windows7  (Albe Laurenz <laurenz.albe@wien.gv.at>)
List pgsql-general
Albe Laurenz wrote on 10/29/2014 11:57 AM:

> Any chance that you use a variable of type "PGconn" when it should be "PGconn*" ?
>

Hello and thank you for your reply!
Yes, you right, problem solved after change PGconn on PGconn*.


--
Best regards,
Brilliantov Kirill Vladimirovich



pgsql-general by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: undefined struct 'pg_conn' on Windows7
Next
From: Adrian Klaver
Date:
Subject: Re: Appending new data to existing field of Json data type