/* file : tests/conninfo/postgres_fe.h * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd * license : PostgreSQL License; see accompanying COPYRIGHT file */ /* * The original uri-regress.c includes src/include/postgres_fe.h that is * located in libpq/postgresql/ directory in our source tree. This file is not * installed, so to keep the test as a subproject and be able to test against * the installed libpq library we replace it with the header stub, containing * the bare minimum that is required the test to compile. */ #ifndef TESTS_CONNINFO_POSTGRES_FE_H #define TESTS_CONNINFO_POSTGRES_FE_H #include #include #endif /* TESTS_CONNINFO_POSTGRES_FE_H */