pgsql: Add comment for why we recompile pgport C files. - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add comment for why we recompile pgport C files.
Date
Msg-id 20060409202727.3A8E711F65B4@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: < * Experiment with multi-threaded backend [thread] > *
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix another const-decoration mismatch, per Magnus.