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