Return-Path: pg_adm@postgres.berkeley.edu Received: by postgres.Berkeley.EDU (5.61/1.29) id AA02553; Fri, 20 Nov 92 00:34:01 -0800 Date: Fri, 20 Nov 92 00:34:01 -0800 Message-Id: <9211200834.AA02553@postgres.Berkeley.EDU> From: tom@izf.tno.nl (Tom Vijlbrief) Subject: POstgres Question To: postgres@postgres.berkeley.edu Sender: pg_adm@postgres.berkeley.edu Cc: postgres@postgres.berkeley.edu Are you by any chance using palloc and pfree in the frontend application ? This is not the intention, you should only use it in functions which are loaded by the postgres backend and never in the application.... Hope this helps, Tom