pgsql: Change expand_subsys function so that it preserves the relative - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Change expand_subsys function so that it preserves the relative
Date
Msg-id 20080227203101.458CC754108@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Change expand_subsys function so that it preserves the relative order of
the files passed as argument.  This is desirable so that the dtrace rule
in src/backend/Makefile works.

Modified Files:
--------------
    pgsql/src/backend:
        common.mk (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/common.mk?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: CVSROOT: Change hostname for cvsweb url generation.
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Support for building contrib/uuid-ossp with MSVC.