mirror of https://github.com/yandex/odyssey.git
13 lines
147 B
C
13 lines
147 B
C
![]() |
#ifndef OD_POOLER_H_
|
||
|
#define OD_POOLER_H_
|
||
|
|
||
|
/*
|
||
|
* odissey.
|
||
|
*
|
||
|
* PostgreSQL connection pooler and request router.
|
||
|
*/
|
||
|
|
||
|
int od_pooler(od_t*);
|
||
|
|
||
|
#endif
|