We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0699b1a commit 07d683bCopy full SHA for 07d683b
src/backend/replication/logical/launcher.c
@@ -42,6 +42,7 @@
42
#include "storage/procarray.h"
43
#include "storage/procsignal.h"
44
#include "tcop/tcopprot.h"
45
+#include "utils/builtins.h"
46
#include "utils/memutils.h"
47
#include "utils/pg_lsn.h"
48
#include "utils/ps_status.h"
@@ -75,8 +76,6 @@ static void logicalrep_worker_cleanup(LogicalRepWorker *worker);
75
76
77
static bool on_commit_launcher_wakeup = false;
78
-Datum pg_stat_get_subscription(PG_FUNCTION_ARGS);
79
-
80
81
/*
82
* Load the list of subscriptions.
0 commit comments