pgsql: In a PGXS build, expect to find the postgres executable already

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: In a PGXS build, expect to find the postgres executable already
Дата
Msg-id 20041217035332.C74453CBA91@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
In a PGXS build, expect to find the postgres executable already installed,
rather than in $(top_builddir)/src/backend/postgres.  Sean Chittenden

Modified Files:
--------------
    pgsql/src/makefiles:
        Makefile.beos (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.beos.diff?r1=1.6&r2=1.7)
        Makefile.cygwin (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.cygwin.diff?r1=1.5&r2=1.6)
        Makefile.darwin (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.darwin.diff?r1=1.7&r2=1.8)
        Makefile.win32 (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.win32.diff?r1=1.6&r2=1.7)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Hook up the plpython result-object nrows and status methods
Следующее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL.