Re: pl/{perl,pgsql} (was Re: AW: [HACKERS] triggers, views and ru

From: Brett McCormick <brett(at)work(dot)chicken(dot)org>
To: jwieck(at)debis(dot)com (Jan Wieck)
Cc: ocie(at)paracel(dot)com, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: pl/{perl,pgsql} (was Re: AW: [HACKERS] triggers, views and ru
Date: 1998-02-23 21:22:30
Message-ID: 199802232122.NAA23587@abraxas.scene.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I must chime in and agree strongly, but I also have a query: do the
pointers for HeapStruct (and related form struct) ever have to be
re-initialized using the cache lookup functions?

On Mon, 23 February 1998, at 21:49:48, Jan Wieck wrote:

> Direct file access from inside a backends function is IMHO
> never a good thing. This is the job of an application
> program, because the actually accessed file might be on an
> NFS filesystem, this can hang and the database backend will
> hang inside of a transaction where maybe even the DBA or root
> cannot kill them (process is blocked inside a system call).
>
> This is IMHO a NONO.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Brook Milligan 1998-02-23 21:30:36 pgresStatus undefined in interfaces/libpgtcl/libpgtcl.a
Previous Message Bruce Momjian 1998-02-23 20:55:12 Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/bin/initdb initdb.sh'