From 7521609f94448fbcafd6a70dffd80208d1adcfaf Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 29 Nov 2019 22:46:56 +0100 Subject: [PATCH] upgrading package: postgresql-citus 9.0.1 -> 9.1.0 --- postgresql-citus/postgresql-citus.patch | 11 ----------- postgresql-citus/postgresql-citus.spec | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/postgresql-citus/postgresql-citus.patch b/postgresql-citus/postgresql-citus.patch index 5f940aab2e..3c85f38c0a 100644 --- a/postgresql-citus/postgresql-citus.patch +++ b/postgresql-citus/postgresql-citus.patch @@ -10,17 +10,6 @@ Index: src/backend/distributed/Makefile # generate each version's file installation file by concatenating # previous upgrade scripts -Index: src/backend/distributed/executor/multi_real_time_executor.c ---- src/backend/distributed/executor/multi_real_time_executor.c.orig 2018-11-28 08:42:05.000000000 +0100 -+++ src/backend/distributed/executor/multi_real_time_executor.c 2018-11-29 19:11:45.280398000 +0100 -@@ -19,6 +19,7 @@ - #include "postgres.h" - #include "miscadmin.h" - -+#include - #include - #include - Index: src/backend/distributed/executor/multi_task_tracker_executor.c --- src/backend/distributed/executor/multi_task_tracker_executor.c.orig 2018-11-28 08:42:05.000000000 +0100 +++ src/backend/distributed/executor/multi_task_tracker_executor.c 2018-11-29 19:11:45.281763000 +0100 diff --git a/postgresql-citus/postgresql-citus.spec b/postgresql-citus/postgresql-citus.spec index df5d3e8341..cbc9a9ca19 100644 --- a/postgresql-citus/postgresql-citus.spec +++ b/postgresql-citus/postgresql-citus.spec @@ -31,8 +31,8 @@ Distribution: OpenPKG Community Class: EVAL Group: Database License: AGPL -Version: 9.0.1 -Release: 20191026 +Version: 9.1.0 +Release: 20191129 # list of sources Source0: https://github.com/citusdata/citus/archive/v%{version}.tar.gz