Re: PostgreSQL 9.0.2. This is a Bug? - Mailing list pgsql-admin

From Tom Lane
Subject Re: PostgreSQL 9.0.2. This is a Bug?
Date
Msg-id 13137.1295044891@sss.pgh.pa.us
Whole thread Raw
In response to PostgreSQL 9.0.2. This is a Bug?  (Fabricio <fabrixio1@hotmail.com>)
List pgsql-admin
Fabricio <fabrixio1@hotmail.com> writes:
> A developer is writing a function in C code and when he makes some change and replace the old library with the new
oneand if run CREATE OR REPLACE FUNCTION Postgre crash and restart. After restart CREATE OR REPLACE FUNCTION does not
crashpostgres, only the first time. He makes a function test.   

You didn't say what platform this is, but overwriting an actively-used
.so file isn't a safe thing to do on all systems.  There's nothing
Postgres can do about that.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Postgresql 9.0.2 explain analyze very slow (10x), compared to actual query time
Next
From: Fabricio
Date:
Subject: Re: PostgreSQL 9.0.2. This is a Bug?