mirror of https://github.com/citusdata/citus.git
remove usless space in comment.h
parent
64a8d71739
commit
742abb1aff
|
@ -22,7 +22,7 @@ extern const char *ObjectTypeNames[];
|
||||||
extern List * GetCommentPropagationCommands(Oid classOid, Oid oid, char *objectName,
|
extern List * GetCommentPropagationCommands(Oid classOid, Oid oid, char *objectName,
|
||||||
ObjectType objectType);
|
ObjectType objectType);
|
||||||
extern List * GetCommentPropagationCommandsX(Oid classOid, Oid oid, char *objectName,
|
extern List * GetCommentPropagationCommandsX(Oid classOid, Oid oid, char *objectName,
|
||||||
ObjectType objectType, char *qualifier,
|
ObjectType objectType, char *qualifier,
|
||||||
int32 subid);
|
int32 subid);
|
||||||
extern List * CommentObjectAddress(Node *node, bool missing_ok, bool isPostprocess);
|
extern List * CommentObjectAddress(Node *node, bool missing_ok, bool isPostprocess);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue