Re: pgsql: Add the "snapshot too old" feature

From: Kevin Grittner <kgrittn(at)gmail(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Cc: "pgsql-committers(at)postgresql(dot)org" <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Add the "snapshot too old" feature
Date: 2016-04-08 21:52:19
Message-ID: CACjxUsP=-PHqPsDLY1t06NOc8g4L=eu_7D=mOMhkMsjCyy3cig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Fri, Apr 8, 2016 at 2:45 PM, Kevin Grittner <kgrittn(at)postgresql(dot)org> wrote:
> Add the "snapshot too old" feature

> src/test/modules/Makefile | 1 +
> src/test/modules/snapshot_too_old/Makefile | 47 +++
> .../snapshot_too_old/expected/sto_using_cursor.out | 73 ++++
> .../snapshot_too_old/expected/sto_using_select.out | 55 +++
> .../snapshot_too_old/specs/sto_using_cursor.spec | 37 ++
> .../snapshot_too_old/specs/sto_using_select.spec | 36 ++
> src/test/modules/snapshot_too_old/sto.conf | 3 +

I see that there are failures on buildfarm Windows machines.
Makefiles are not my strong suit, and I don't have access to a
Windows machine for builds. I'll start digging, but if someone can
help me with that, it would be much appreciated.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-08 21:53:35 Re: pgsql: Add the "snapshot too old" feature
Previous Message Tom Lane 2016-04-08 21:48:50 Re: Re: [COMMITTERS] pgsql: Add trigonometric functions that work in degrees.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-04-08 21:53:35 Re: pgsql: Add the "snapshot too old" feature
Previous Message Tom Lane 2016-04-08 21:48:50 Re: Re: [COMMITTERS] pgsql: Add trigonometric functions that work in degrees.