Skip to content
Snippets Groups Projects
Commit 4b8f797f authored by Tom Lane's avatar Tom Lane
Browse files

Honor traditional SGML NAMELEN limit.

We've conformed to this limit in the past, so might as well continue to.

Aaron Swenson
parent 7730f48e
No related branches found
No related tags found
No related merge requests found
...@@ -572,7 +572,7 @@ typedef void (*LogicalDecodeChangeCB) ( ...@@ -572,7 +572,7 @@ typedef void (*LogicalDecodeChangeCB) (
</note> </note>
</sect3> </sect3>
<sect3 id="logicaldecoding-output-plugin-filter-by-origin"> <sect3 id="logicaldecoding-output-plugin-filter-origin">
<title>Origin Filter Callback</title> <title>Origin Filter Callback</title>
<para> <para>
......
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
generated by the session is tagged with the replication origin of the generated by the session is tagged with the replication origin of the
generating session. This allows to treat them differently in the output generating session. This allows to treat them differently in the output
plugin, e.g. ignoring all but locally originating rows. Additionally plugin, e.g. ignoring all but locally originating rows. Additionally
the <link linkend="logicaldecoding-output-plugin-filter-by-origin"> the <link linkend="logicaldecoding-output-plugin-filter-origin">
<function>filter_by_origin_cb</function></link> callback can be used <function>filter_by_origin_cb</function></link> callback can be used
to filter the logical decoding change stream based on the to filter the logical decoding change stream based on the
source. While less flexible, filtering via that callback is source. While less flexible, filtering via that callback is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment