Re: How to crash postgres using savepoints

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: Jeff Davis <jdavis-pgsql(at)empires(dot)org>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: How to crash postgres using savepoints
Date: 2004-08-03 10:41:27
Message-ID: Pine.LNX.4.58.0408032040070.12477@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached is a patch fixing this.

One question I do have:

if (target->savepointLevel != s->savepointLevel)

Will this ever be true in the current code? I cannot see anything setting
savepointLevel explicitly.

Gavin

Attachment Content-Type Size
xact.diff text/plain 1.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2004-08-03 11:02:24 Re: How to crash postgres using savepoints
Previous Message Gavin Sherry 2004-08-03 10:08:42 Re: Anybody have an Oracle PL/SQL reference at hand?