Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 07d683b

Browse files
committed
Remove function declaration for function in pg_proc.
The declaration is automatically generated. Noticed when experimenting with adding PGDLLIMPORT markers for functions. Discussion: https://postgr.es/m/20220512164513.vaheofqp2q24l65r@alap3.anarazel.de
1 parent 0699b1a commit 07d683b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/replication/logical/launcher.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#include "storage/procarray.h"
4343
#include "storage/procsignal.h"
4444
#include "tcop/tcopprot.h"
45+
#include "utils/builtins.h"
4546
#include "utils/memutils.h"
4647
#include "utils/pg_lsn.h"
4748
#include "utils/ps_status.h"
@@ -75,8 +76,6 @@ static void logicalrep_worker_cleanup(LogicalRepWorker *worker);
7576

7677
static bool on_commit_launcher_wakeup = false;
7778

78-
Datum pg_stat_get_subscription(PG_FUNCTION_ARGS);
79-
8079

8180
/*
8281
* Load the list of subscriptions.

0 commit comments

Comments
 (0)