PostgreSQL program question.

From: Alexsey Nadtochey <irbis(at)ai(dot)kharkov(dot)com>
To: bugs(at)postgreSQL(dot)org
Subject: PostgreSQL program question.
Date: 1999-10-21 15:41:38
Message-ID: Pine.LNX.4.10.9910211829080.11164-500000@l120.ai
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Greeting!
I trying to use postgres here and have one problem. I attached my
database's create script - testsys_db.sql and example of program that
having bug. So, about bug. If I uncomment line number 192 this program is
crashing with "core" file. As I guess something not wrong with memory free
process in PQclear(). But if I comment line memory will leak (as I think).
It's not problem for me, because my database isn't have many records, but
may be other have simular problem.
I compiling this program like this:

gcc -o labworks -lpq -lcrypt db.c main.c

I using postgresql-6.4.2 with RedHat 6.0.

Thank's
-------------------
Alexsey Nadtochey, system administrator of Internet server,
Kharkov Aviation institute, depatment of Computer Science.
e-mail: irbis(at)ai(dot)kharkov(dot)com

Attachment Content-Type Size
testsys_db.sql text/plain 1.4 KB
main.c text/plain 340 bytes
db.h text/plain 1.1 KB
db.c text/plain 5.6 KB

Browse pgsql-bugs by date

  From Date Subject
Next Message Krzysztof Czuma 1999-10-24 23:43:30 postgresql creates huge files
Previous Message Fernando Schapachnik 1999-10-20 13:48:53 Query not ending on 6.5.0 over Solaris 2.5.1 SPARC