Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/include/postgresql/server/replication
opt
/
td-agent
/
embedded
/
include
/
postgresql
/
server
/
replication
/
📁
..
📄
basebackup.h
(833 B)
📄
decode.h
(569 B)
📄
logical.h
(2.79 KB)
📄
logicalfuncs.h
(967 B)
📄
message.h
(1.32 KB)
📄
origin.h
(3.1 KB)
📄
output_plugin.h
(3.24 KB)
📄
reorderbuffer.h
(11.77 KB)
📄
slot.h
(5.59 KB)
📄
snapbuild.h
(2.74 KB)
📄
syncrep.h
(2.75 KB)
📄
walreceiver.h
(5.76 KB)
📄
walsender.h
(1.7 KB)
📄
walsender_private.h
(2.93 KB)
Editing: decode.h
/*------------------------------------------------------------------------- * decode.h * PostgreSQL WAL to logical transformation * * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group * *------------------------------------------------------------------------- */ #ifndef DECODE_H #define DECODE_H #include "access/xlogreader.h" #include "access/xlogrecord.h" #include "replication/reorderbuffer.h" #include "replication/logical.h" void LogicalDecodingProcessRecord(LogicalDecodingContext *ctx, XLogReaderState *record); #endif
Upload File
Create Folder