Re: [PROPOSAL] Temporal query processing with range types

From: Peter Moser <pitiz29a(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Johann Gamper <gamper(at)inf(dot)unibz(dot)it>, Michael Böhlen <boehlen(at)ifi(dot)uzh(dot)ch>, Anton Dignös <anton(dot)dignoes(at)unibz(dot)it>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PROPOSAL] Temporal query processing with range types
Date: 2017-02-02 17:43:46
Message-ID: CAHO0eLYdOsgceia3hqgO3gcPfYArtLW4qGkm=R2Zn+kRk+HsZw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2017-02-01 6:19 GMT+01:00 Michael Paquier <michael(dot)paquier(at)gmail(dot)com>:
> The patch proposed has rotten. Please provide a rebase. By the way, I
> am having a hard time applying your patches with patch or any other
> methods... I am moving it to CF 2017-03 because of the lack of
> reviews.

We have rebased our patches on top of commit
53dd2da257fb5904b087b97dd9c2867390d309c1
from "Thu Feb 2 14:12:35 2017 +0200".

Hereby, we used the following commands to create both patches:
git diff --no-prefix origin/master -- src/ ':!src/test/*' >
tpg_primitives_out_v4.patch

git diff --no-prefix origin/master -- src/test/ >
tpg_primitives_out_tests_v2.patch

We have also tested our patches on the current HEAD with the command:
patch -p0 < patch-file

Both worked without problems or warnings on our Linux machine.
Could you please explain, which problems occurred while you tried to
apply our patches?

Best regards,
Anton, Johann, Michael, Peter

Attachment Content-Type Size
tpg_primitives_out_v4.patch text/x-patch 117.8 KB
tpg_primitives_out_tests_v2.patch text/x-patch 34.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2017-02-02 17:48:33 Re: Provide list of subscriptions and publications in psql's completion
Previous Message David Fetter 2017-02-02 17:24:51 Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE