pgsql: Improve PGXS makefile system to allow the module's makefile to - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Improve PGXS makefile system to allow the module's makefile to
Date
Msg-id 20100104163411.67241753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Improve PGXS makefile system to allow the module's makefile to specify
where to install DATA and DOCS files.  This is mainly intended to allow
versioned installation, eg, install into contrib/fooM.N/ rather than
directly into contrib/.

Mark Cave-Ayland

Modified Files:
--------------
    pgsql/doc/src/sgml:
        xfunc.sgml (r1.143 -> r1.144)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xfunc.sgml?r1=1.143&r2=1.144)
    pgsql/src/makefiles:
        pgxs.mk (r1.17 -> r1.18)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/pgxs.mk?r1=1.17&r2=1.18)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Write an end-of-backup WAL record at pg_stop_backup(), and wait
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Add a Win64-specific spin_delay() function.