pgsql: In a PGXS build, expect to find the postgres executable already - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: In a PGXS build, expect to find the postgres executable already
Date
Msg-id 20041217035332.C74453CBA91@svr1.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Hook up the plpython result-object nrows and status methods
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL.