Re: repeated syntax errors in plpython modules cause database to reset

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: david(at)casti(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: repeated syntax errors in plpython modules cause database to reset
Date: 2001-06-04 15:11:05
Message-ID: 229.991667465@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> repeated syntax errors in plpython modules cause database to reset

Hm. Can you provide a debugger backtrace from the crash? Either look
for a core file in the database subdirectory, or attach gdb to the
running backend process before you induce the crash.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-06-04 15:11:45 Re: Bug?
Previous Message Tom Lane 2001-06-04 14:31:21 Re: bug in (plpgsql) parser?