On Wed, Apr 6, 2011 at 7:58 AM, Greg Stein <gst...@gmail.com> wrote:
>...
>>...
>> +++ subversion/trunk/subversion/libsvn_wc/wc_db.c Tue Apr  5 21:53:47 2011
>>...
>>  svn_error_t *
>> +svn_wc__db_changelist_list_notify(svn_wc_notify_func2_t notify_func,
>> +                                  void *notify_baton,
>> +                                  svn_wc__db_t *db,
>> +                                  const char *local_abspath,
>> +                                  apr_pool_t *scratch_pool)
>> +{
>
> Should the contents of this function be transacted?

Not needed: the contents of the temporary table are only visible to
the database connection that created them (and the table itself will
automatically disappear when the connection is closed).  As a result,
no other connection or thread could interact with this table while
this function is running.

-Hyrum

Reply via email to