Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
postgresql-9.2.24-201809281559
/
include
/
server
/
replication
/
//opt/postgresql-9.2.24-201809281559/include/server/replication/basebackup.h
/*------------------------------------------------------------------------- * * basebackup.h * Exports from replication/basebackup.c. * * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group * * src/include/replication/basebackup.h * *------------------------------------------------------------------------- */ #ifndef _BASEBACKUP_H #define _BASEBACKUP_H #include "nodes/replnodes.h" extern void SendBaseBackup(BaseBackupCmd *cmd); #endif /* _BASEBACKUP_H */