pgsql: Portability and documentation fixes for threaded pgbench patch. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Portability and documentation fixes for threaded pgbench patch.
Date
Msg-id 20090803183055.C8CBB75331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Portability and documentation fixes for threaded pgbench patch.

Modified Files:
--------------
    pgsql/contrib/pgbench:
        Makefile (r1.16 -> r1.17)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/Makefile?r1=1.16&r2=1.17)
        pgbench.c (r1.89 -> r1.90)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c?r1=1.89&r2=1.90)
    pgsql/doc/src/sgml:
        pgbench.sgml (r1.9 -> r1.10)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/pgbench.sgml?r1=1.9&r2=1.10)

pgsql-committers by date:

Previous
From: ishii@postgresql.org (Tatsuo Ishii)
Date:
Subject: pgsql: Multi-threaded version of pgbench contributed by ITAGAKI
Next
From: joe@postgresql.org (Joe Conway)
Date:
Subject: pgsql: Implement has_sequence_privilege() Add family of functions that