Re: Removing savepointLevel from TransactionState - Mailing list pgsql-hackers

From Gurjeet Singh
Subject Re: Removing savepointLevel from TransactionState
Date
Msg-id CABwTF4Xd56qmQGoZGpY1UfvoxKSVKjMBEA=kZE_UUpuS9paw8A@mail.gmail.com
Whole thread Raw
In response to Re: Removing savepointLevel from TransactionState  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Removing savepointLevel from TransactionState
List pgsql-hackers
On Thu, Sep 29, 2011 at 1:11 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Gurjeet Singh <singh.gurjeet@gmail.com> writes:
> I noticed that the savepointLevel member of TransactionStateData struct is
> initialized to 0 from TopTransactionStateData, and never incremented or
> decremented afterwards.

> Since this is a file-local struct I think we can simply get rid of all
> usages of this without any risk.

ISTM you have detected a bug, not just dead code that should be removed.
Surely those tests that throw error on savepointLevel change were
meant to do something important?

That's surprising for dead-code removal!

Not sure which failures you're pointing to. `make check` before and after the patch on master says 'All 126 tests passed.'

Let me know about the failures, and I'll see if I can find the root cause.

Regards,
--
Gurjeet Singh
EnterpriseDB Corporation
The Enterprise PostgreSQL Company

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Removing savepointLevel from TransactionState
Next
From: Pavan Deolasee
Date:
Subject: Re: Removing savepointLevel from TransactionState