Thread: pgsql: Add comment for why we recompile pgport C files.

pgsql: Add comment for why we recompile pgport C files.

From
momjian@postgresql.org (Bruce Momjian)
Date:
Log Message:
-----------
Add comment for why we recompile pgport C files.

# Need to recomple any libpgport object files because we need these
# object files to use the same compile flags as libpq.  If we used
# the object files from libpgport, this would not be true on all
# platforms.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        Makefile (r1.141 -> r1.142)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile.diff?r1=1.141&r2=1.142)