Fix typos

This commit is contained in:
Peter Eisentraut 2013-09-15 11:01:14 -04:00
parent d41cb869aa
commit cdeb79adcf
2 changed files with 2 additions and 2 deletions

View File

@ -5611,7 +5611,7 @@ SET XML OPTION { DOCUMENT | CONTENT };
the time required to start each new server process; each server process
will re-load all preload libraries. However, <varname>shared_preload_libraries
</varname> is still useful on Windows hosts for libraries that need to
perform operations at postmaster start time..
perform operations at postmaster start time.
</para>
</note>
</listitem>

View File

@ -311,7 +311,7 @@ PostgreSQL documentation
make sure that nobody deletes them and makes them go away while the dump is running.
If another client then requests an exclusive lock on a table, that lock will not be
granted but will be queued waiting for the shared lock of the master process to be
released.. Consequently any other access to the table will not be granted either and
released. Consequently any other access to the table will not be granted either and
will queue after the exclusive lock request. This includes the worker process trying
to dump the table. Without any precautions this would be a classic deadlock situation.
To detect this conflict, the <application>pg_dump</> worker process requests another