pgsql-server/src include/port.h interfaces/lib ...

Started by Bruce Momjianabout 22 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 04/05/19 01:21:51

Modified files:
src/include : port.h
src/interfaces/libpq: Makefile
src/port : path.c

Log message:
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.