pgsql: Add hint to run "pgbench -i", if test tables don't exist.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add hint to run "pgbench -i", if test tables don't exist.
Date: 2015-08-22 13:26:00
Message-ID: E1ZT8o4-0004Mz-7X@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add hint to run "pgbench -i", if test tables don't exist.

Fabien Coelho, reviewed by Julien Rouhaud

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e7b90c52b3ee440f63445ba8f83419fd713069cf

Modified Files
--------------
src/bin/pgbench/pgbench.c | 9 +++++++++
1 file changed, 9 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-08-23 02:03:41 pgsql: Improve whitespace
Previous Message Tom Lane 2015-08-22 00:33:15 pgsql: Avoid O(N^2) behavior when enlarging SPI tuple table in spi_prin