[Postgres-xl-developers] tablesample case of regression test

senhu(胡森) senhu at tencent.com
Wed Aug 9 01:39:02 PDT 2017



Hi, all:
      In tablesample case of regression test, we execute the cursor which is scan on table and sample, but
get the error” unrecognized node type: 106” in ExecReScan, seems that we don’t have ReScanRemoteQuery. I
add function ExecReScanRemoteQuery, almost same as ExecReScanRemoteSubplan. Or we can change the plan,
get the data from datanodes, then do the sample.



regards



senhu (senhu at tencent.com<mailto:senhu at tencent.com>)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.postgres-xl.org/private.cgi/postgres-xl-developers-postgres-xl.org/attachments/20170809/152d6652/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tablesample.patch
Type: application/octet-stream
Size: 2514 bytes
Desc: tablesample.patch
URL: <http://lists.postgres-xl.org/private.cgi/postgres-xl-developers-postgres-xl.org/attachments/20170809/152d6652/attachment.obj>


More information about the Postgres-xl-developers mailing list