Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34399a6

Browse files
committed
Remove duplicate typedef.
Thinko in commit 323cbe7, per complaint from BF animal locust's older GCC compiler.
1 parent 8ff1c94 commit 34399a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/include/replication/logical.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ typedef void (*LogicalOutputPluginWriterUpdateProgress) (struct LogicalDecodingC
2929
TransactionId xid
3030
);
3131

32-
typedef struct LogicalDecodingContext LogicalDecodingContext;
33-
3432
typedef bool (*LogicalDecodingXLogPageReadCB)(XLogReaderState *ctx);
3533

3634
typedef struct LogicalDecodingContext

0 commit comments

Comments
 (0)