/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/bin/pg_basebackup/astreamer_inject.h
24 строки
712 B
Bruce Momjian
Update copyright for 2026
01 янв 2026, 21:24
01 янв 2026, 21:24
451c439
Код
Авторство
О чём код?
/*------------------------------------------------------------------------- * * astreamer_inject.h * * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group * * IDENTIFICATION * src/bin/pg_basebackup/astreamer_inject.h *------------------------------------------------------------------------- */ #ifndef ASTREAMER_INJECT_H #define ASTREAMER_INJECT_H #include "fe_utils/astreamer.h" #include "pqexpbuffer.h" extern astreamer *astreamer_recovery_injector_new(astreamer *next, bool is_recovery_guc_supported, PQExpBuffer recoveryconfcontents); extern void astreamer_inject_file(astreamer *streamer, char *pathname, char *data, int len); #endif