Win32 can't have the same function coming from two library object files,

Bruce Momjian <bruce@momjian.us>

Commit: f16874c23daa3d565f2d418e6aeab8605ae633cb
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-05-19T04:21:49Z
Releases: 8.0.0
Win32 can't have the same function coming from two library object files,
so we make is_absolute_path a macro so libpq doesn't use path.o.

Files

PathChange+/−
src/include/port.h modified +26 −2
src/interfaces/libpq/Makefile modified +4 −4
src/port/path.c modified +1 −19