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: logicalfuncs.h
/*------------------------------------------------------------------------- * logicalfuncs.h * PostgreSQL WAL to logical transformation support functions * * Copyright (c) 2012-2016, PostgreSQL Global Development Group * *------------------------------------------------------------------------- */ #ifndef LOGICALFUNCS_H #define LOGICALFUNCS_H #include "replication/logical.h" extern int logical_read_local_xlog_page(XLogReaderState *state, XLogRecPtr targetPagePtr, int reqLen, XLogRecPtr targetRecPtr, char *cur_page, TimeLineID *pageTLI); extern Datum pg_logical_slot_get_changes(PG_FUNCTION_ARGS); extern Datum pg_logical_slot_get_binary_changes(PG_FUNCTION_ARGS); extern Datum pg_logical_slot_peek_changes(PG_FUNCTION_ARGS); extern Datum pg_logical_slot_peek_binary_changes(PG_FUNCTION_ARGS); extern Datum pg_logical_emit_message_bytea(PG_FUNCTION_ARGS); extern Datum pg_logical_emit_message_text(PG_FUNCTION_ARGS); #endif
Upload File
Create Folder