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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add comment for why we recompile pgport C files.
Date: 2006-04-09 20:27:27
Message-ID: 20060409202727.3A8E711F65B4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-04-09 22:01:19 pgsql: Fix another const-decoration mismatch, per Magnus.
Previous Message Bruce Momjian 2006-04-09 20:24:31 pgsql: Add: < * Experiment with multi-threaded backend [thread] > *