mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
doc: Fix some grammar and inconsistent tags
Author: Ekaterina Kiryanova, Elena Indrupskaya, Oleg Sibiryakov, Maxim Yablokov Discussion: https://postgr.es/m/4c2a430b-32e2-44e2-aeca-03b7db6824e4@postgrespro.ru
This commit is contained in:
@@ -96,8 +96,8 @@ extern void RegisterCustomRmgr(RmgrId rmid, const RmgrData *rmgr);
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The extension must remain in shared_preload_libraries as long as any
|
||||
custom WAL records may exist in the system. Otherwise
|
||||
The extension must remain in <varname>shared_preload_libraries</varname>
|
||||
as long as any custom WAL records may exist in the system. Otherwise
|
||||
<productname>PostgreSQL</productname> will not be able to apply or decode
|
||||
the custom WAL records, which may prevent the server from starting.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user