Re: [GENERAL] Feature enhancement request : use of libgda - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [GENERAL] Feature enhancement request : use of libgda
Date
Msg-id 15118.1013457758@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] Feature enhancement request : use of libgda  (Jan Wieck <janwieck@yahoo.com>)
List pgsql-hackers
Jan Wieck <janwieck@yahoo.com> writes:
>     Now it might be possible to tell  your  function  handler  to
>     recompile that function at the next call without changing the
>     OID, but how do you tell the function  handlers  in  all  the
>     other  concurrently running backends to do so after finishing
>     their current transaction?

This is in fact all dealt with for CREATE OR REPLACE FUNCTION, but
Jan's point holds also for CREATE OR REPLACE other-stuff.  The syntax
change alone is the least of one's worries when implementing such
things.

We were foolish enough to accept a patch for CREATE OR REPLACE FUNCTION
that did not deal with propagating the changes, and had to do a lot of
work to clean up after it.  We will not be so forgiving next time...

            regards, tom lane

pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: GiST on 64-bit box
Next
From: Dave Page
Date:
Subject: Re: [GENERAL] Feature enhancement request : use of libg