From 70c79aeaecad231dc90cee5e749b8f0c9522fd41 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. + */