pgsql: Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)),
Date
Msg-id 20060507010511.911069FA4DE@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consistency.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        Makefile (r1.144 -> r1.145)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile.diff?r1=1.144&r2=1.145)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ctl: Comment subsequent non-spaces after value.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Rewrite btree index scans to work a page at a time in all cases