Re: Fix for VACUUM in psql autocommit off

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Michael Paesold" <mpaesold(at)gmx(dot)at>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Fix for VACUUM in psql autocommit off
Date: 2004-09-20 18:52:33
Message-ID: 18055.1095706353@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Michael Paesold" <mpaesold(at)gmx(dot)at> writes:
>> Per SQL spec, the backend thinks that /* .. */ nests:

> It is now fixed in the attached patch.

Applied with some additional cleanup (the code wasn't multibyte-aware,
and so could get fooled in some Far Eastern encodings).

> Concerning my other patch that also touches psql/common.c (Rollback of only
> last statement), have you looked into it?

I have not.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Paesold 2004-09-20 19:09:50 Re: Fix for VACUUM in psql autocommit off
Previous Message Greg Stark 2004-09-20 18:32:17 Re: COUNT(*) to find records which have a certain number of dependencies ?