summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Munro2021-04-08 12:36:59 +0000
committerThomas Munro2021-04-08 12:39:12 +0000
commit34399a670a1c559ef8a355ed25d090d73e400ad4 (patch)
tree7bb74321f9ecc15a3b1f97ccc47dc46c5d821b96
parent8ff1c94649f5c9184ac5f07981d8aea9dfd7ac19 (diff)
Remove duplicate typedef.
Thinko in commit 323cbe7c, per complaint from BF animal locust's older GCC compiler.
-rw-r--r--src/include/replication/logical.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/replication/logical.h b/src/include/replication/logical.h
index 94e278ef81..7dfcb7be18 100644
--- a/src/include/replication/logical.h
+++ b/src/include/replication/logical.h
@@ -29,8 +29,6 @@ typedef void (*LogicalOutputPluginWriterUpdateProgress) (struct LogicalDecodingC
TransactionId xid
);
-typedef struct LogicalDecodingContext LogicalDecodingContext;
-
typedef bool (*LogicalDecodingXLogPageReadCB)(XLogReaderState *ctx);
typedef struct LogicalDecodingContext