On Fri, Jul 26, 2019 at 11:23 AM Dilip Kumar wrote:
> On Fri, Jul 26, 2019 at 11:04 AM vignesh C wrote:
> >
> > Hi,
> >
> > I have noticed in some cases the warning messages appear twice, one such
> instance is given below:
> > postgres=# begin;
> > BEGIN
> > postgres=# prepare transaction 't1';
On Fri, Jul 26, 2019 at 11:04 AM vignesh C wrote:
>
> Hi,
>
> I have noticed in some cases the warning messages appear twice, one such
> instance is given below:
> postgres=# begin;
> BEGIN
> postgres=# prepare transaction 't1';
> PREPARE TRANSACTION
> postgres=# rollback;
> WARNING: there is no
Hi,
I have noticed in some cases the warning messages appear twice, one such
instance is given below:
postgres=# begin;
BEGIN
postgres=# prepare transaction 't1';
PREPARE TRANSACTION
postgres=# rollback;
*WARNING: there is no transaction in progressWARNING: there is no
transaction in progress*