Re: Crash when using PQgetvalue

2018-06-04 Thread Tom Lane
Craig Ringer writes: > On 4 June 2018 at 23:26, PG Doc comments form >> I am not sure if I am doing something wrong or there is a bug in the code >> but I am getting a strange issue. When I try to run the following code I >> get a crash when attempting to accessing the values using PQgetvalue. >

Re: Crash when using PQgetvalue

2018-06-04 Thread Craig Ringer
On 4 June 2018 at 23:26, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.5/static/libpq.html > Description: > > Hello, > > I am not sure if I am doing something wrong or there is a bug in the code > but