regression driver changes vs resultmap

Started by Tom Lanealmost 19 years ago2 messageshackers
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

This patch appears to have randomly changed the format of the resultmap
file. Please either undo that, or update the documentation
(regress.sgml) to describe what it is now.

regards, tom lane

#2Magnus Hagander
magnus@hagander.net
In reply to: Tom Lane (#1)
Re: regression driver changes vs resultmap

Tom Lane wrote:

This patch appears to have randomly changed the format of the resultmap
file. Please either undo that, or update the documentation
(regress.sgml) to describe what it is now.

Not randomly - it needs to be able to use paths including /, so it can't
be a separator anymore.

Will update docs - missed that they were there. Sorry about that.

//Magnus