projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7516f52
)
Fix serial schedule
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Fri, 7 Nov 2014 20:05:26 +0000
(17:05 -0300)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Fri, 7 Nov 2014 20:08:16 +0000
(17:08 -0300)
Test misc depends on brin, but it was earlier in the serial schedule
file. I didn't notice this because I only run the parallel schedule,
but the buildfarm exposed my folly ...
src/test/regress/serial_schedule
patch
|
blob
|
history
diff --git
a/src/test/regress/serial_schedule
b/src/test/regress/serial_schedule
index b1e44b3bf30ad68b0522da59f977e646ac956dc2..611b0a85e731dbaa5904886f3855726fb17925fa 100644
(file)
--- a/
src/test/regress/serial_schedule
+++ b/
src/test/regress/serial_schedule
@@
-103,10
+103,10
@@
test: lock
test: replica_identity
test: rowsecurity
test: alter_generic
+test: brin
test: misc
test: psql
test: async
-test: brin
test: rules
test: event_trigger
test: select_views