Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
proc
/
self
/
root
/
opt
/
postgresql-9.4
/
include
/
server
/
replication
/
//proc/self/root/proc/self/root/opt/postgresql-9.4/include/server/replication/decode.h
/*------------------------------------------------------------------------- * decode.h * PostgreSQL WAL to logical transformation * * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group * *------------------------------------------------------------------------- */ #ifndef DECODE_H #define DECODE_H #include "access/xlogreader.h" #include "replication/reorderbuffer.h" #include "replication/logical.h" void LogicalDecodingProcessRecord(LogicalDecodingContext *ctx, XLogRecord *record); #endif