Re: [COMMITTERS] pgsql: Add the "snapshot too old" feature - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: [COMMITTERS] pgsql: Add the "snapshot too old" feature
Date
Msg-id CACjxUsP=-PHqPsDLY1t06NOc8g4L=eu_7D=mOMhkMsjCyy3cig@mail.gmail.com
Whole thread Raw
List pgsql-hackers
On Fri, Apr 8, 2016 at 2:45 PM, Kevin Grittner <kgrittn@postgresql.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Add trigonometric functions that work in degrees.
Next
From: Michael Paquier
Date:
Subject: Re: VS 2015 support in src/tools/msvc