aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2021-04-09 00:36:59 +1200
committerThomas Munro <tmunro@postgresql.org>2021-04-09 00:39:12 +1200
commit34399a670a1c559ef8a355ed25d090d73e400ad4 (patch)
tree7bb74321f9ecc15a3b1f97ccc47dc46c5d821b96
parent8ff1c94649f5c9184ac5f07981d8aea9dfd7ac19 (diff)
downloadpostgresql-34399a670a1c559ef8a355ed25d090d73e400ad4.tar.gz
postgresql-34399a670a1c559ef8a355ed25d090d73e400ad4.zip
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 94e278ef81c..7dfcb7be187 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