File tree 2 files changed +2
-2
lines changed
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 };
5611
5611
the time required to start each new server process; each server process
5612
5612
will re-load all preload libraries. However, <varname>shared_preload_libraries
5613
5613
</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.
5615
5615
</para>
5616
5616
</note>
5617
5617
</listitem>
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ PostgreSQL documentation
311
311
make sure that nobody deletes them and makes them go away while the dump is running.
312
312
If another client then requests an exclusive lock on a table, that lock will not be
313
313
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
315
315
will queue after the exclusive lock request. This includes the worker process trying
316
316
to dump the table. Without any precautions this would be a classic deadlock situation.
317
317
To detect this conflict, the <application>pg_dump</> worker process requests another
You can’t perform that action at this time.
0 commit comments