From: Koichi S. <koi...@gm...> - 2013-03-04 16:43:21
|
Thanks Nikhils. It looks nicd. Let me take a bit more detailed look before commit it. Regards; ---------- Koichi Suzuki 2013/3/4 Nikhil Sontakke <ni...@st...>: > Hi, > > PFA patch which fixes a locking issue in GTM_BeginTransactionMulti > function. If txn_count is more than 1, then gt_TransArrayLock will be > attempted to be locked multiple times inside the loop. The behavior is > really undefined for pthreads and we can see weird hangs here and > there because of it. I guess we got away with this till date because > it was mostly being called with value 1 for txn_count. > > > Regards, > Nikhils > -- > StormDB - http://www.stormdb.com > The Database Cloud > Postgres-XC Support and Service > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > |