Re: [PORTS] Port Bug Report: calling notify in pl/pgsql proc causes core dump

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: David Mansfield <david(at)cobite(dot)com>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] Port Bug Report: calling notify in pl/pgsql proc causes core dump
Date: 1999-07-08 02:05:22
Message-ID: 199907080205.WAA19845@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


Jan, this is yours.

>
> ============================================================================
> POSTGRESQL BUG REPORT TEMPLATE
> ============================================================================
>
>
> Your name : David Mansfield
> Your email address : david(at)cobite(dot)com
>
> Category : runtime: back-end
> Severity : serious
>
> Summary: calling notify in pl/pgsql proc causes core dump
>
> System Configuration
> --------------------
> Operating System : Linux 2.2.9
>
> PostgreSQL version : 6.5
>
> Compiler used : gcc 2.7.2.3
>
> Hardware:
> ---------
> RedHat 5.2
>
> Versions of other tools:
> ------------------------
> RedHat 5.2 standard
>
> --------------------------------------------------------------------------
>
> Problem Description:
> --------------------
> calling notify in pl/pgsql proc causes core dump
>
> --------------------------------------------------------------------------
>
> Test Case:
> ----------
> createdb bugs
> psql bugs
> \i /usr/src/postgresql-6.5/src/pl/plpgsql/src/mklang.sql
> create function a_func()
> returns
> char
> as
> 'begin
> notify my_listen;
> return \'a\';
> end;'
> language
> 'plpgsql'
> ;
> select a_func();
>
>
> --------------------------------------------------------------------------
>
> Solution:
> ---------
>
>
> --------------------------------------------------------------------------
>
>
>

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 1999-07-08 03:23:16 Re: [PORTS] Port Bug Report: No primary key possible with type reltime & timestamp
Previous Message Bruce Momjian 1999-07-08 00:14:06 Re: [PORTS] IRIX6.5 Patch to Postgres 6.5 Beta (Snap Jun 7)