Re: BUG #6082: server segfault - pg_stat_reset_shared(null)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Steve Haslam <araqnid(at)googlemail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6082: server segfault - pg_stat_reset_shared(null)
Date: 2011-06-29 21:52:22
Message-ID: 13498.1309384342@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> On Wed, Jun 29, 2011 at 15:31, Steve Haslam <araqnid(at)googlemail(dot)com> wrote:
>> => select pg_stat_reset_shared(null)
>> *server segfault*

> Thanks for the report - fixed, and will be in next releases.

Seems like the more appropriate fix in HEAD is to mark the function
strict in pg_proc.h.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2011-06-29 23:45:46 Re: BUG #6079: Wrong select result
Previous Message Alvaro Herrera 2011-06-29 20:22:25 Re: Bug with plpgsql, temp tables and TOAST?