| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | Kevin Grittner <kgrittn(at)gmail(dot)com> |
| Cc: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Steve Singer <steve(at)ssinger(dot)info>, Kevin Grittner <kgrittn(at)ymail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: snapshot too old, configured by time |
| Date: | 2016-03-01 00:35:34 |
| Message-ID: | 20160301003534.ubfesav3ercopx3w@alap3.anarazel.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 2016-02-29 18:30:27 -0600, Kevin Grittner wrote:
> Basically, a connection needs to remain open and interleave
> commands with other connections, which the isolation tester does
> just fine; but it needs to do that using a custom postgresql.conf
> file, which TAP does just fine. I haven't been able to see the
> right way to get a TAP test to set up a customized installation to
> run isolation tests against. If I can get that working, I have
> additional tests I can drop into that.
Check contrib/test_decoding's makefile. It does just that with
isolationtester.
Andres
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2016-03-01 00:56:42 | Re: remove wal_level archive |
| Previous Message | Michael Paquier | 2016-03-01 00:34:57 | Re: [REVIEW]: Password identifiers, protocol aging and SCRAM protocol |