npgsql - Npgsql2: Reverted back previous optimization with Int32 and

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Reverted back previous optimization with Int32 and
Date: 2010-05-23 18:13:01
Message-ID: 20100523181301.6481010715CB@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

Reverted back previous optimization with Int32 and Int16 readbuffers. They were having concurrency problems. Thanks Matthew Gabeler-Lee for heads up and testing.

Modified Files:
--------------
Npgsql2/src/Npgsql:
PGUtil.cs (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/PGUtil.cs?r1=1.13&r2=1.14)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-05-24 16:34:36 pgsql: Split apart pg_upgrade user lookup and root check so '--help'
Previous Message Tom Lane 2010-05-23 16:54:13 pgsql: issue_warnings() has no business freeing its parameter,