Make exclusive-locking mode set the SQLite journal mode as well, this gives better performance on NFS and exclusive-locking is a feature intended to help performance on remote filesystems. * subversion/libsvn_wc/wc-queries.sql (STMT_PRAGMA_LOCKING_MODE): Set journal mode as well. * subversion/libsvn_subr/sqlite.c (svn_sqlite__open): Add comment.