mirror of
https://github.com/postgres/postgres.git
synced 2025-06-08 22:02:03 +03:00
doc: Fix typo in logical decoding documentation
From: Petr Jelinek <petr@2ndquadrant.com>
This commit is contained in:
parent
820bdccc1b
commit
c618e1b506
@ -581,7 +581,7 @@ typedef void (*LogicalDecodeChangeCB) (
|
|||||||
from <parameter>origin_id</parameter> is of interest to the
|
from <parameter>origin_id</parameter> is of interest to the
|
||||||
output plugin.
|
output plugin.
|
||||||
<programlisting>
|
<programlisting>
|
||||||
typedef bool (*LogicalDecodeChangeCB) (
|
typedef bool (*LogicalDecodeFilterByOriginCB) (
|
||||||
struct LogicalDecodingContext *ctx,
|
struct LogicalDecodingContext *ctx,
|
||||||
RepNodeId origin_id
|
RepNodeId origin_id
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user