pgsql: Allow /contrib include files to compile on their own. - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Allow /contrib include files to compile on their own.
Date
Msg-id 20060710220611.E57209FB2B4@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Allow /contrib include files to compile on their own.

Modified Files:
--------------
    pgsql/contrib/intarray:
        _int.h (r1.9 -> r1.10)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/_int.h.diff?r1=1.9&r2=1.10)
    pgsql/contrib/pgcrypto:
        pgcrypto.h (r1.8 -> r1.9)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/pgcrypto.h.diff?r1=1.8&r2=1.9)
    pgsql/contrib/tablefunc:
        tablefunc.h (r1.10 -> r1.11)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/tablefunc.h.diff?r1=1.10&r2=1.11)
    pgsql/contrib/tsearch2:
        common.h (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/common.h.diff?r1=1.5&r2=1.6)
        query.h (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/query.h.diff?r1=1.7&r2=1.8)
        query_cleanup.h (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/query_cleanup.h.diff?r1=1.1&r2=1.2)
        query_util.h (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/query_util.h.diff?r1=1.2&r2=1.3)
        ts_stat.h (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/ts_stat.h.diff?r1=1.5&r2=1.6)
    pgsql/contrib/tsearch2/snowball:
        header.h (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/snowball/header.h.diff?r1=1.7&r2=1.8)
    pgsql/contrib/userlock:
        user_locks.h (r1.8 -> r1.9)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/userlock/user_locks.h.diff?r1=1.8&r2=1.9)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix ALTER TABLE to check pre-existing NOT NULL constraints when
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix ALTER TABLE to check pre-existing NOT NULL constraints when