Re: [HACKERS] patch for preventing the specification of conflicting transaction read/write options

2012-02-07 Thread Chetan Suttraway
On Tue, Feb 7, 2012 at 8:44 PM, Kevin Grittner wrote: > Chetan Suttraway wrote: > > > This is regarding the TODO item: > > "Prevent the specification of conflicting transaction read/write > > options" > > > > listed at: > > http://wiki.postgresql.org/wiki/Todo > > Thanks for chipping away at item

Re: [HACKERS] patch for preventing the specification of conflicting transaction read/write options

2012-02-07 Thread Kevin Grittner
Chetan Suttraway wrote: > This is regarding the TODO item: > "Prevent the specification of conflicting transaction read/write > options" > > listed at: > http://wiki.postgresql.org/wiki/Todo Thanks for chipping away at items on the list. > Please pass on any inputs on the patch. Right now

[HACKERS] patch for preventing the specification of conflicting transaction read/write options

2012-02-07 Thread Chetan Suttraway
Hi, This is regarding the TODO item: "Prevent the specification of conflicting transaction read/write options" listed at: http://wiki.postgresql.org/wiki/Todo The issue is : SET TRANSACTION read only read write read only; The fix involved iteration over transaction_mode_list and checking for d