Merge "(bug 39635) PostgreSQL has no LOCK IN SHARE MODE"
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 27 Aug 2012 23:31:48 +0000 (23:31 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 27 Aug 2012 23:31:48 +0000 (23:31 +0000)
1  2 
RELEASE-NOTES-1.20

diff --combined RELEASE-NOTES-1.20
@@@ -260,6 -260,7 +260,7 @@@ upgrade PHP if you have not done so pri
  * (bug 38904) prop=revisions&rvstart=... no longer blows up when continuing.
  * (bug 39032) ApiQuery generates help in constructor.
  * (bug 11142) Improve file extension blacklist error reporting in API upload
+ * (bug 39635) PostgreSQL LOCK IN SHARE MODE option is a syntax error
  
  === Languages updated in 1.20 ===
  
@@@ -293,7 -294,6 +294,7 @@@ changes to languages because of Bugzill
  * Deprecated mw.user.anonymous in favour of mw.user.isAnon.
  * Deprecated DatabaseBase functions newFromParams(), newFromType(), set(),
    quote_ident(), and escapeLike() were removed.
 +* Use of __DIR__ instead of dirname( __FILE__ ).
  
  == Compatibility ==