This is a discussion on Regression test plpgsql vs. rangefuncs conflict within the pgsql Hackers forums, part of the PostgreSQL category; --> The regression test files plpgsql and rangefuncs both create a dup() function, and as they are run in parallel ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The regression test files plpgsql and rangefuncs both create a dup() function, and as they are run in parallel this just caused an error for me, as attached. This just happened once for me, but it still ought to be corrected. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) |
| ||||
| Peter Eisentraut <peter_e@gmx.net> writes: > The regression test files plpgsql and rangefuncs both create a dup() > function, and as they are run in parallel this just caused an error for > me, as attached. This just happened once for me, but it still ought to > be corrected. Wups, that's my fault. Fixed. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) |