Regression test plpgsql vs. rangefuncs conflict
Started by Peter Eisentrautalmost 21 years ago2 messageshackers
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/
Attachments:
regression.diffstext/x-diff; charset=us-ascii; name=regression.diffsDownload+7-2
Re: Regression test plpgsql vs. rangefuncs conflict
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