Peter Eisentraut <peter_e@gmx.net> writes:
> Tom Lane writes:
>> Use SEP_CHAR consistently in forming XLOG pathnames.
> Do we need the SEP_CHAR at all? No platform uses something different.
> Even Windows works with '/'.
Somebody evidently once thought that we needed '\' on NT. I'm not sure
if it's really necessary or not.
In any case, this is no time to be removing all the uses of SEP_CHAR.
Put it on your todo list for 7.2 if you like ...
regards, tom lane