Re: predicate locking knowledge - Mailing list pgsql-patches

From Kevin Grittner
Subject Re: predicate locking knowledge
Date
Msg-id 44229FB1.EE98.0025.0@wicourts.gov
Whole thread Raw
In response to predicate locking knowledge  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-patches
>>> On Thu, Mar 23, 2006 at  1:13 pm, in message
<44229EE6.EE98.0025.0@wicourts.gov>, "Kevin Grittner"
<Kevin.Grittner@wicourts.gov> wrote:

Attachment didn't seem to go through.  Embedding below.


Index: mvcc.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v
retrieving revision 2.55
diff -c -r2.55 mvcc.sgml
*** mvcc.sgml    10 Mar 2006 19:10:48 -0000    2.55
--- mvcc.sgml    23 Mar 2006 18:58:13 -0000
***************
*** 471,477 ****
      result in problems.  (Certainly the example above is rather
contrived
      and unlikely to represent real software.)  Accordingly,
      <productname>PostgreSQL</productname> does not implement
predicate
!     locking, and so far as we are aware no other production DBMS does
either.
     </para>

     <para>
--- 471,477 ----
      result in problems.  (Certainly the example above is rather
contrived
      and unlikely to represent real software.)  Accordingly,
      <productname>PostgreSQL</productname> does not implement
predicate
!     locking.
     </para>

     <para>


pgsql-patches by date:

Previous
From: "Kevin Grittner"
Date:
Subject: predicate locking knowledge
Next
From: Mark Wong
Date:
Subject: Re: WIP: splitting BLCKSZ