diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-09-30 23:37:26 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-09-30 23:37:26 -0400 |
commit | 5884b92a841d83ceadb986843892d57c68ea32cd (patch) | |
tree | 0b05ece912fbd098d94529de4eda9702d9d9464e /src/test | |
parent | 07e4d03fb476587bd943b4ba7d51bf0bb559a631 (diff) |
Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56df89bfc.
Not a lot of commentary needed here really.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/isolation/isolation_schedule | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/isolation/isolation_schedule b/src/test/isolation/isolation_schedule index c0ed637cd24..09dc9d47308 100644 --- a/src/test/isolation/isolation_schedule +++ b/src/test/isolation/isolation_schedule @@ -41,4 +41,5 @@ test: alter-table-1 test: alter-table-2 test: alter-table-3 test: create-trigger +test: async-notify test: timeouts |