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