change the fencedudf head file
This commit is contained in:
@ -33,7 +33,7 @@
|
|||||||
#define FENCEDUDF_H
|
#define FENCEDUDF_H
|
||||||
#include "access/htup.h"
|
#include "access/htup.h"
|
||||||
|
|
||||||
extern void StartUDFMaster();
|
extern pid_t StartUDFMaster();
|
||||||
extern void FencedUDFMasterMain(int argc, char* argv[]);
|
extern void FencedUDFMasterMain(int argc, char* argv[]);
|
||||||
extern bool RPCInitFencedUDFIfNeed(Oid functionId, FmgrInfo* finfo, HeapTuple procedureTuple);
|
extern bool RPCInitFencedUDFIfNeed(Oid functionId, FmgrInfo* finfo, HeapTuple procedureTuple);
|
||||||
template <bool batchMode>
|
template <bool batchMode>
|
||||||
|
Reference in New Issue
Block a user