Add missing include (pgxcnode.h) into parallel.c
authorTomas Vondra <[email protected]>
Thu, 1 Jun 2017 20:32:49 +0000 (22:32 +0200)
committerTomas Vondra <[email protected]>
Thu, 1 Jun 2017 20:32:49 +0000 (22:32 +0200)
commit8a36babf462c87acb7b704b40e71c0994edefe9c
tree3cf36b8a79786297a7ad63b206efb6308ff78e8d
parentb494491ab1021b0e13d43b04aca2c42b99f68360
Add missing include (pgxcnode.h) into parallel.c

Commit 9b12e275cd0b added a InitMultinodeExecutor() call to
ParallelWorkerMain(), but did not include the header with prototype of
that function. So fix that.
src/backend/access/transam/parallel.c