Re: [PATCHES] Auto-reload of dynamic libraries - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] Auto-reload of dynamic libraries
Date
Msg-id 27176.1020526605@sss.pgh.pa.us
Whole thread Raw
In response to Auto-reload of dynamic libraries  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
> This small patch reloads dynamic libraries whose modification time is
> greater than that at the time it was initially loaded. This means that
> connections do not need to be reinitialised when a library is recompiled.

Is that a good idea?  It's easy to imagine cases where a library is not
designed to be unloaded (eg, it hooks into things in the main backend
and doesn't have a way to unhook).  I'd rather stick with the current
behavior of unload/reload only when specifically commanded to.

The patch as given fails in the same inode/different path case, btw.
I think you wanted to make the test further down.

            regards, tom lane

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] Using views and MS access via odbc
Next
From: Tom Lane
Date:
Subject: Re: Native Windows, Apache Portable Runtime