mirror of https://github.com/citusdata/citus.git
Removes log
parent
a75839e07f
commit
a519b4ac2e
|
@ -363,9 +363,6 @@ ExecuteCommandAsSuperuser(char *query, int paramCount, Oid *paramTypes,
|
||||||
void
|
void
|
||||||
UnmarkObjectDistributedLocally(const ObjectAddress *address)
|
UnmarkObjectDistributedLocally(const ObjectAddress *address)
|
||||||
{
|
{
|
||||||
elog(WARNING,
|
|
||||||
"Test UnmarkObjectDistributedLocally %d %d %d", address->classId,
|
|
||||||
address->objectId, address->objectSubId);
|
|
||||||
int paramCount = 3;
|
int paramCount = 3;
|
||||||
Oid paramTypes[3] = {
|
Oid paramTypes[3] = {
|
||||||
OIDOID,
|
OIDOID,
|
||||||
|
|
Loading…
Reference in New Issue