/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/bin/psql/mainloop.h
17 строк
339 B
Bruce Momjian
Update copyright for 2026
01 янв 2026, 21:24
01 янв 2026, 21:24
451c439
Код
Авторство
О чём код?
/* * psql - the PostgreSQL interactive terminal * * Copyright (c) 2000-2026, PostgreSQL Global Development Group * * src/bin/psql/mainloop.h */ #ifndef MAINLOOP_H #define MAINLOOP_H #include "fe_utils/psqlscan.h" extern const PsqlScanCallbacks psqlscan_callbacks; extern int MainLoop(FILE *source); #endif /* MAINLOOP_H */