File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5611,7 +5611,7 @@ SET XML OPTION { DOCUMENT | CONTENT };
56115611 the time required to start each new server process; each server process
56125612 will re-load all preload libraries. However, <varname>shared_preload_libraries
56135613 </varname> is still useful on Windows hosts for libraries that need to
5614- perform operations at postmaster start time..
5614+ perform operations at postmaster start time.
56155615 </para>
56165616 </note>
56175617 </listitem>
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ PostgreSQL documentation
311311 make sure that nobody deletes them and makes them go away while the dump is running.
312312 If another client then requests an exclusive lock on a table, that lock will not be
313313 granted but will be queued waiting for the shared lock of the master process to be
314- released.. Consequently any other access to the table will not be granted either and
314+ released. Consequently any other access to the table will not be granted either and
315315 will queue after the exclusive lock request. This includes the worker process trying
316316 to dump the table. Without any precautions this would be a classic deadlock situation.
317317 To detect this conflict, the <application>pg_dump</> worker process requests another
You can’t perform that action at this time.
0 commit comments