]> git.8kb.co.uk Git - pgpool-ii/pgpool-ii_2.2.5/blob - test/parser/pool.h
Attempt to send a proper failure message to frontend when authentication
[pgpool-ii/pgpool-ii_2.2.5] / test / parser / pool.h
1 #ifndef POOL_H
2 #define POOL_H
3
4 #include <stdio.h>
5 #include <string.h>
6
7 #define pool_error printf
8 #define pool_debug printf
9 #define pool_log printf
10 #define child_exit exit
11
12 #endif
13