mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified.
This commit is contained in:
@@ -28,7 +28,7 @@ extern void xact_decode(LogicalDecodingContext *ctx, XLogRecordBuffer *buf);
|
||||
extern void standby_decode(LogicalDecodingContext *ctx, XLogRecordBuffer *buf);
|
||||
extern void logicalmsg_decode(LogicalDecodingContext *ctx, XLogRecordBuffer *buf);
|
||||
|
||||
extern void LogicalDecodingProcessRecord(LogicalDecodingContext *ctx,
|
||||
extern void LogicalDecodingProcessRecord(LogicalDecodingContext *ctx,
|
||||
XLogReaderState *record);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user