Return-Path: owner-postman
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.10/8.6.3) with SMTP id KAA04914 for postgres-redist; Tue, 7 Mar 1995 10:14:10 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199503071814.KAA04914@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from homer22.u.washington.edu (homer22.u.washington.edu [140.142.77.2]) by nobozo.CS.Berkeley.EDU (8.6.10/8.6.3) with SMTP id KAA04904 for <postgres@nobozo.CS.Berkeley.EDU>; Tue, 7 Mar 1995 10:14:09 -0800
Received: by homer22.u.washington.edu
	(5.65+UW95.02/UW-NDC Revision: 2.32 ) id AA21442;
	Tue, 7 Mar 95 10:14:00 -0800
X-Sender: wei@homer22.u.washington.edu
Date: Tue, 7 Mar 1995 10:13:59 -0800 (PST)
From: Xinguo Wei <wei@u.washington.edu>
To: postgres <postgres@postgres.Berkeley.EDU>
Subject: Run out of portals?
Message-Id: <Pine.A32.3.91c.950307100226.46249B-100000@homer22.u.washington.edu>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Resent-To: postgres-redist@postgres.Berkeley.EDU
Resent-Date: Tue, 07 Mar 95 10:14:10 -0800
Resent-XMts: smtp

Hi,
I defined a function which calls several LIBPQ functions to access other 
classes.  The function can be called three times, but failed on the forth 
time.  The function stopped right before the PQexec() command.  I do have 
a PQclear() at the end of function.  I also used palloc and pfree for my 
memory allocation.  So, what is the problem here?  Thank you in advance.

Xinguo
 

==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
              URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/
