summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorTomas Vondra2017-08-21 08:17:07 +0000
committerTomas Vondra2017-08-21 09:03:16 +0000
commitd66ec8f444000f861fc3b35e0c65adbd74fd434c (patch)
tree75c4782505a8cfb6b03b42d470ce880130459bd9 /src/test
parent28147bfd19da345621f209cb5b5065422d8f5926 (diff)
Make sure ExecRemoteQuery is called with (PlanState *) parameter
gcc 6.4.1 is complaining when ExecRemoteQuery(PlanState *) gets called with (RemoteSubqueryState*) parameter. This commit adds explicit cast on a few places to silence the warnings noise. An alternative fix might be to use (RemoteSubqueryState*), but that does not quite work as ResponseCombiner needs to keep a pointer to either ExecRemoteQuery or ExecRemoteSubplan. So the explicit cast seems better.
Diffstat (limited to 'src/test')
0 files changed, 0 insertions, 0 deletions