From f1f39911e0d2d88c98eae96a3eb14a53c664206f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 30 Nov 2019 22:37:25 +0300 Subject: Upgrade to 12.1 --- libpq/tests/conninfo/postgres_fe.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libpq/tests/conninfo/postgres_fe.h (limited to 'libpq/tests/conninfo/postgres_fe.h') diff --git a/libpq/tests/conninfo/postgres_fe.h b/libpq/tests/conninfo/postgres_fe.h new file mode 100644 index 0000000..0dd2ed2 --- /dev/null +++ b/libpq/tests/conninfo/postgres_fe.h @@ -0,0 +1,19 @@ +/* file : tests/conninfo/postgres_fe.h + * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd + * license : PostgreSQL License; see accompanying COPYRIGHT file + */ + +/* + * The upstream's uri-regress.c includes src/include/postgres_fe.h that is + * located in libpq/include/ 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 */ -- cgit v1.1