s/producer/provider

This commit is contained in:
Quanah Gibson-Mount 2011-01-04 01:31:30 +00:00
parent b330d7630a
commit ed620b9ed3
2 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@ H3: Read-Back of Chained Modifications
Occasionally, applications want to read back the data that they just wrote.
If a modification requested to a shadow server was silently chained to its
producer, an immediate read could result in receiving data not yet synchronized.
provider, an immediate read could result in receiving data not yet synchronized.
In those cases, clients should use the {{B:dontusecopy}} control to ensure
they are directed to the authoritative source for that piece of data.

View File

@ -928,7 +928,7 @@ backsql_process_filter( backsql_srch_info *bsi, Filter *f )
#ifdef BACKSQL_SYNCPROV
} else if ( ad == slap_schema.si_ad_entryCSN ) {
/*
* support for syncrepl as producer...
* support for syncrepl as provider...
*/
#if 0
if ( !bsi->bsi_op->o_sync ) {