Thread: Re: [COMMITTERS] pgsql: Add the "snapshot too old" feature

Re: [COMMITTERS] pgsql: Add the "snapshot too old" feature

From
Kevin Grittner
Date:
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