提交 90eea7ef 编写于 作者: H Heikki Linnakangas

Silence compiler warning caused by unused function declaration.

Commit unsued 030ec314 commented out the function with #if 0, do the
same for its prototype.
上级 030ec314
...@@ -111,7 +111,9 @@ static const int newObjectTypePriority[] = ...@@ -111,7 +111,9 @@ static const int newObjectTypePriority[] =
static int DOTypeNameCompare(const void *p1, const void *p2); static int DOTypeNameCompare(const void *p1, const void *p2);
#if 0 /* GPDB_100_MERGE_FIXME: we don't support pre-7.3 dumps. This disappears in PG10. */
static int DOTypeOidCompare(const void *p1, const void *p2); static int DOTypeOidCompare(const void *p1, const void *p2);
#endif
static bool TopoSort(DumpableObject **objs, static bool TopoSort(DumpableObject **objs,
int numObjs, int numObjs,
DumpableObject **ordering, DumpableObject **ordering,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册