aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication/logicalfuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/replication/logicalfuncs.h')
-rw-r--r--src/include/replication/logicalfuncs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/replication/logicalfuncs.h b/src/include/replication/logicalfuncs.h
index c87a1dfebde..554041405c4 100644
--- a/src/include/replication/logicalfuncs.h
+++ b/src/include/replication/logicalfuncs.h
@@ -21,4 +21,6 @@ extern Datum pg_logical_slot_get_binary_changes(PG_FUNCTION_ARGS);
extern Datum pg_logical_slot_peek_changes(PG_FUNCTION_ARGS);
extern Datum pg_logical_slot_peek_binary_changes(PG_FUNCTION_ARGS);
+extern Datum pg_logical_emit_message_bytea(PG_FUNCTION_ARGS);
+extern Datum pg_logical_emit_message_text(PG_FUNCTION_ARGS);
#endif