pgsql: fix bug about modifying value in shared buffer, what was a reason

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: fix bug about modifying value in shared buffer, what was a reason
Date: 2006-08-07 17:42:54
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
fix bug about modifying value in shared buffer,
what was a reason to corrupt index.
Thank to Mario Weilguni <mweilguni(at)sime(dot)com> to
discover a bug.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
pgsql/contrib/ltree:
ltree_gist.c (r1.3.2.1 -> r1.3.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/ltree_gist.c.diff?r1=1.3.2.1&r2=1.3.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-08-07 20:08:44 pgsql: Back-port HEAD's configure fixes to select appropriate compiler
Previous Message Teodor Sigaev 2006-08-07 17:42:12 pgsql: fix bug about modifying value in shared buffer, what was a reason