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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)),
Дата
Msg-id 20060507010511.911069FA4DE@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - ctl: Comment subsequent non-spaces after value.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Rewrite btree index scans to work a page at a time in all cases