greenplumn queue 源码
greenplumn queue 代码
文件路径:/src/include/commands/queue.h
/*-------------------------------------------------------------------------
*
* queue.h
* Commands for manipulating resource queues.
*
* Portions Copyright (c) 2006-2010, Greenplum inc.
* Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
*
*
* IDENTIFICATION
* src/include/commands/queue.h
*
*-------------------------------------------------------------------------
*/
#ifndef QUEUE_H
#define QUEUE_H
#include "nodes/parsenodes.h"
extern List *
GetResqueueCapabilityEntry(Oid queueid);
extern void CreateQueue(CreateQueueStmt *stmt);
extern void AlterQueue(AlterQueueStmt *stmt);
extern void DropQueue(DropQueueStmt *stmt);
extern Oid get_resqueue_oid(const char *queuename, bool missing_ok);
#endif /* QUEUE_H */
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦