mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Fix some trailing whitespace in documentation files
This commit is contained in:
@@ -55,7 +55,7 @@ typedef struct RmgrData
|
||||
void (*rm_decode) (struct LogicalDecodingContext *ctx,
|
||||
struct XLogRecordBuffer *buf);
|
||||
} RmgrData;
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</para>
|
||||
<para>
|
||||
Then, register your new resource
|
||||
@@ -88,7 +88,7 @@ extern void RegisterCustomRmgr(RmgrId rmid, RmgrData *rmgr);
|
||||
during <productname>PostgreSQL</productname> startup.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
<para>
|
||||
The extension must remain in shared_preload_libraries as long as any
|
||||
custom WAL records may exist in the system. Otherwise
|
||||
<productname>PostgreSQL</productname> will not be able to apply or decode
|
||||
|
Reference in New Issue
Block a user