| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Joe Conway <mail(at)joeconway(dot)com> |
| Cc: | Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>, "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: preload libraries patch [was: [GENERAL] hexadecimal to decimal] |
| Date: | 2003-07-31 18:33:04 |
| Message-ID: | 14460.1059676384@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-patches |
Joe Conway <mail(at)joeconway(dot)com> writes:
> Attached is a patch that:
> 1) fixes the behavior of preload_libraries
> 2) adds an exported xxx_init() function to plperl, pltcl, plpython, and
> plpgsql
> 3) updates the documentation for the changes
As coded, this will cause pltcl to try to execute the unknown-module
load on every pltcl function call :-(. You really need two bits of
state if you are going to have separate postmaster-time and backend-time
initialization.
Will fix and commit.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Huxton | 2003-07-31 18:59:34 | Re: OSCON "paper" |
| Previous Message | scott.marlowe | 2003-07-31 18:27:28 | Re: Upgrading to 7.3.4? |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-07-31 18:56:56 | Re: updateable cursors |
| Previous Message | Joe Conway | 2003-07-31 17:56:43 | preload libraries patch [was: [GENERAL] hexadecimal to decimal] |