Re: preload libraries patch [was: [GENERAL] hexadecimal to decimal] - Mailing list pgsql-patches

From Joe Conway
Subject Re: preload libraries patch [was: [GENERAL] hexadecimal to decimal]
Date
Msg-id 3F2977BC.5020405@joeconway.com
Whole thread Raw
In response to Re: preload libraries patch [was: [GENERAL] hexadecimal to decimal]  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-patches by date:

Previous
From: Joe Conway
Date:
Subject: preload libraries patch [was: [GENERAL] hexadecimal to decimal]
Next
From: Dave Allen
Date:
Subject: Re: Check for failed memory allocations in libpq