Re: preload libraries patch [was: [GENERAL] hexadecimal to decimal]

From: Joe Conway <mail(at)joeconway(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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 20:10:36
Message-ID: 3F2977BC.5020405@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches

Tom Lane wrote:
> 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.

Hmmm, I see your point :(. Sorry about that!

> Will fix and commit.

Thanks,

Joe

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2003-07-31 20:20:49 Re: surppressing column names in COPY format
Previous Message Bjørn T Johansen 2003-07-31 19:31:35 Re: Upgrading to 7.3.4?

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Allen 2003-07-31 20:33:32 Re: Check for failed memory allocations in libpq
Previous Message Tom Lane 2003-07-31 19:59:32 Re: Autoconf test for incompatible version of flex