From: Tomonari K. <kat...@po...> - 2013-09-26 02:56:28
|
Hi, Does anyone check these patches? If there are no comments, please commit it. regards, ---------------------- NTT Software Corporation Tomonari Katsumata -------- Original Message -------- Subject: Re: [Postgres-xc-developers] Query Planning bug ? Date: Thu, 5 Sep 2013 21:34:32 +0900 From: Tomonari Katsumata <t.k...@gm...> To: Tomonari Katsumata <kat...@po...> CC: Ashutosh Bapat <ash...@en...>, pgxc-hackers mailing list <pos...@li...> Hi, I'm sorry for long long leaving this thread alone. I've devided the patch to source part and regression part. (against f8e0f994bff1faefa9b1fc2f6e584a1d3de70241) I did not change any process on source part. (revised_fqs_r4.patch) I added a script into src/test/regress/sql directory for changing regression part. (add_test_xc_misc.patch and execute_direct_regress.sh) When regression test runs, the script is executed instead of user defined function. Please check and commit it. regards, ------------------------ NTT Software Corporation Tomonari Katsumata 2013/8/14 Tomonari Katsumata <kat...@po...> > Hi Ashtosh, > > Thanks for your comment! > > > > The code changes are fine, but, the comment in pgxc_collect_RTE_walker() > > seems to specific. I think it should read, "create a copy of query's > range > > table, so that it can be linked with other RTEs in the collector's > context." > > > I've revised the comment as you suggested. > > > > In the test file, isn't there any way, you can add the offending statent > > without any wrapper function test_execute_direct_all_xc_**nodes()? We > should > > minimize the test-code to use only the minimal set of features. Since > this > > statement no more gets into infinite loop, please do not use the > statement > > timeout. > > I've gotten rid of using statement timeout. > But I couldn't come up any idea to testing more simply, > so the function is remaining as same as before patch. > Any ideas? > > Here is the new patch. > (against dec40008b3d689911566514614c511**1c0a61327d) > > > regards, > ------------- > NTT Software Corporation > Tomonari Katsumata > > |