mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove duplicate typedef.
Thinko in commit 323cbe7c
, per complaint from BF animal locust's older
GCC compiler.
This commit is contained in:
@ -29,8 +29,6 @@ typedef void (*LogicalOutputPluginWriterUpdateProgress) (struct LogicalDecodingC
|
||||
TransactionId xid
|
||||
);
|
||||
|
||||
typedef struct LogicalDecodingContext LogicalDecodingContext;
|
||||
|
||||
typedef bool (*LogicalDecodingXLogPageReadCB)(XLogReaderState *ctx);
|
||||
|
||||
typedef struct LogicalDecodingContext
|
||||
|
Reference in New Issue
Block a user