diff options
author | Thomas Munro <tmunro@postgresql.org> | 2021-04-09 00:36:59 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2021-04-09 00:39:12 +1200 |
commit | 34399a670a1c559ef8a355ed25d090d73e400ad4 (patch) | |
tree | 7bb74321f9ecc15a3b1f97ccc47dc46c5d821b96 | |
parent | 8ff1c94649f5c9184ac5f07981d8aea9dfd7ac19 (diff) | |
download | postgresql-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.h | 2 |
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 |