/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/interfaces/ecpg/include/datetime.h
14 строк
332 B
Tom Lane
Phase 2 of pgindent updates.
21 июн 2017, 22:19
21 июн 2017, 22:19
c7b8998
Код
Авторство
О чём код?
/* src/interfaces/ecpg/include/datetime.h */ #ifndef _ECPG_DATETIME_H #define _ECPG_DATETIME_H #include <ecpg_informix.h> /* source created by ecpg which defines these symbols */ #ifndef _ECPGLIB_H typedef timestamp dtime_t; typedef interval intrvl_t; #endif /* ndef _ECPGLIB_H */ #endif /* ndef _ECPG_DATETIME_H */