Re: PostgreSQL 9.0.2. This is a Bug?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fabricio <fabrixio1(at)hotmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: PostgreSQL 9.0.2. This is a Bug?
Date: 2011-01-14 22:41:31
Message-ID: 13137.1295044891@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Fabricio <fabrixio1(at)hotmail(dot)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 one and if run CREATE OR REPLACE FUNCTION Postgre crash and restart. After restart CREATE OR REPLACE FUNCTION does not crash postgres, 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Fabricio 2011-01-14 22:53:37 Re: PostgreSQL 9.0.2. This is a Bug?
Previous Message Kevin Grittner 2011-01-14 22:35:44 Re: Postgresql 9.0.2 explain analyze very slow (10x), compared to actual query time