Re: facing problem in accessing postgresql with c language normally

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: facing problem in accessing postgresql with c language normally
Дата
Msg-id 12068.1305240774@sss.pgh.pa.us
обсуждение исходный текст
Ответ на facing problem in accessing postgresql with c language normally  (hatem gamal elzanaty <hatem@softpro.bz>)
Список pgsql-interfaces
hatem gamal elzanaty <hatem@softpro.bz> writes:
> i'm new to postgresql programming in c language the following code give the following error beneath and no reason for

> that error :
> *** glibc detected *** ../../object/006/psql_test.bin: double free or 
> corruption (top): 0x085dfea8 ***

You're PQclear'ing the same result twice in some code paths.
        regards, tom lane


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: hatem gamal elzanaty
Дата:
Сообщение: facing problem in accessing postgresql with c language normally
Следующее
От: hatem gamal elzanaty
Дата:
Сообщение: how to write cgi script that is hosted under apache and accessing postgresql