diff options
| author | Thomas Munro | 2021-04-08 12:36:59 +0000 |
|---|---|---|
| committer | Thomas Munro | 2021-04-08 12:39:12 +0000 |
| commit | 34399a670a1c559ef8a355ed25d090d73e400ad4 (patch) | |
| tree | 7bb74321f9ecc15a3b1f97ccc47dc46c5d821b96 /src/include/replication | |
| parent | 8ff1c94649f5c9184ac5f07981d8aea9dfd7ac19 (diff) | |
Remove duplicate typedef.
Thinko in commit 323cbe7c, per complaint from BF animal locust's older
GCC compiler.
Diffstat (limited to 'src/include/replication')
| -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 |
