diff options
| author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-09-27 16:08:31 -0300 |
|---|---|---|
| committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-09-27 16:53:35 -0300 |
| commit | bbd38af3a879604db2b455cbb2b4ec93275249fa (patch) | |
| tree | 3ce957e35f08cf1b605af3456b7536e57ef0f7d5 /src/test/isolation/isolationtester.h | |
| parent | 173499273804f137bbb4a6785d6967b9e2d7e478 (diff) | |
| download | postgresql-bbd38af3a879604db2b455cbb2b4ec93275249fa.tar.gz | |
Remove dependency on error ordering in isolation tests
We now report errors reported by the just-unblocked and unblocking
transactions identically; this should fix relatively common buildfarm
failures reported by animals that are failing the "wrong" session.
Diffstat (limited to 'src/test/isolation/isolationtester.h')
| -rw-r--r-- | src/test/isolation/isolationtester.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/isolation/isolationtester.h b/src/test/isolation/isolationtester.h index 377c10c393..1e286df596 100644 --- a/src/test/isolation/isolationtester.h +++ b/src/test/isolation/isolationtester.h @@ -31,6 +31,7 @@ struct Step int session; char *name; char *sql; + char *errormsg; }; typedef struct |
