From: Tomonari K. <kat...@po...> - 2014-02-21 07:02:38
|
Yesterday I sent below mail from gmail. But it seems the mail does not send properly, I send it again. ------ Hi, I've noticed that pgbench included in Postgres-XC 1.2 is broken and I can not work it fine. [compiling] pgbench.c: In function 'init': pgbench.c:1530: warning: excess elements in struct initializer pgbench.c:1530: warning: (near initialization for 'DDLs[0]') pgbench.c:1532: warning: excess elements in struct initializer pgbench.c:1532: warning: (near initialization for 'DDLs[0]') Above messages are printed. [initializing] $ pgbench -i bench NOTICE: table "pgbench_branches" does not exist, skipping NOTICE: table "pgbench_tellers" does not exist, skipping NOTICE: table "pgbench_accounts" does not exist, skipping creating tables... 100000 of 100000 tuples (100%) done (elapsed 0.27 s, remaining 0.00 s). vacuum... ERROR: relation "pgbench_history" does not exist I could not create pgbench_history table. I attached a patch to fix this problem. Please fix by formal relase of Postgres-XC 1.2. regards, --------------- Tomonari Katsumata |