Cast ExecRemoteQuery parameters to (PlanState *) in contrib
authorTomas Vondra <tomas@2ndquadrant.com>
Mon, 21 Aug 2017 10:14:43 +0000 (12:14 +0200)
committerTomas Vondra <tomas@2ndquadrant.com>
Mon, 21 Aug 2017 10:14:43 +0000 (12:14 +0200)
commit80198ecd1572f85be4d17b0f43f0693739769e81
tree22005e871e2e97bf37e6ff278a873635bfcf89bc
parent61091c76ce7cf3bff2fc12fe658cf5fdc2f26cfb
Cast ExecRemoteQuery parameters to (PlanState *) in contrib

Commit d66ec8f444000f861fc3b35e0c65adbd74fd434c fixed ExecRemoteQuery
calls by explicitly casting the parameter to (PlanState *). This commit
does the same thing for calls in stormstats contrib module.
contrib/stormstats/stormstats.c