Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cdeb79a

Browse files
committed
Fix typos
1 parent d41cb86 commit cdeb79a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/config.sgml

+1-1
Original file line numberDiff line numberDiff 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>

doc/src/sgml/ref/pg_dump.sgml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)