Thread: Re: [PATCHES] START TRANSACTION

Re: [PATCHES] START TRANSACTION

From
Alvaro Herrera
Date:
Peter Eisentraut dijo: 

> Neil Conway writes:
> 
> > The attached patch implements START TRANSACTION, per SQL99. The
> > functionality of the command is basically identical to that of
> > BEGIN; it just accepts a few extra options (only one of which
> > PostgreSQL currently implements), and is standards-compliant.
> > The patch includes a simple regression test and documentation.
> 
> Very nice patch, but I don't think we need the regression test.  It's a
> bit too simple.

That makes me wonder: should I produce some regression tests for
CLUSTER?

-- 
Alvaro Herrera (<alvherre[a]atentus.com>)
"Investigación es lo que hago cuando no sé lo que estoy haciendo"
(Wernher von Braun)



Re: [PATCHES] START TRANSACTION

From
Tom Lane
Date:
Alvaro Herrera <alvherre@atentus.com> writes:
> That makes me wonder: should I produce some regression tests for
> CLUSTER?

It'd be a good thing.
        regards, tom lane