pgsql: Portability and documentation fixes for threaded pgbench patch.
| From: |
tgl(at)postgresql(dot)org (Tom Lane) |
| To: |
pgsql-committers(at)postgresql(dot)org |
| Subject: |
pgsql: Portability and documentation fixes for threaded pgbench patch. |
| Date: |
2009-08-03 18:30:55 |
| Message-ID: |
20090803183055.C8CBB75331E@cvs.postgresql.org (view raw or flat) |
| Thread: |
|
| Lists: |
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
| Next: | From: Joe Conway | Date: 2009-08-03 21:11:40 |
| Subject: pgsql: Implement has_sequence_privilege() Add family of functions that |
| Previous: | From: Tatsuo Ishii | Date: 2009-08-03 15:18:14 |
| Subject: pgsql: Multi-threaded version of pgbench contributed by ITAGAKI |