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

Lines changed: 1 addition & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy