From: Tomonari K. <kat...@po...> - 2014-02-21 07:02:38
Attachments:
fix_pgbench_for_pgxc1.2.patch
|
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 |
From: Tomonari K. <t.k...@gm...> - 2014-02-20 10:05:39
Attachments:
fix_pgbench_for_pgxc1.2.patch
|
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 |
From: Koichi S. <koi...@gm...> - 2014-02-27 02:40:48
|
Thanks Tmonari; I believe that your team found another issue and its fix will be available soon. I'd like to put this together with another one. Regards; --- Koichi Suzuki 2014-02-20 19:05 GMT+09:00 Tomonari Katsumata <t.k...@gm...>: > 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 > > ------------------------------------------------------------------------------ > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. > Read the Whitepaper. > http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > |