1
0
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:
Peter Eisentraut
2022-04-16 09:05:07 +02:00
parent 5fbb2d8f10
commit 5a892c9b15
7 changed files with 17 additions and 17 deletions

View File

@@ -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