From 6ba27a9c6b8de8500f80d8feff3e0000161d5a3e Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 12 Oct 2021 16:50:33 +0900 Subject: [PATCH] Add dummy include file This is a workaround required to facilitate Debian package builds against PostgreSQL Extended. --- bdr_api_version.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bdr_api_version.h diff --git a/bdr_api_version.h b/bdr_api_version.h new file mode 100644 index 00000000..f7ed521a --- /dev/null +++ b/bdr_api_version.h @@ -0,0 +1,7 @@ +/* + * bdr_version_api.h + * + * This is a dummy file to facilitated building Debian packages against + * PostgreSQL Extended. It may be removed in the future. Do not add any + * code to this file. + */