mirror of https://github.com/citusdata/citus.git
wip
parent
d45b27a7b6
commit
d8a0db73f8
|
@ -368,7 +368,10 @@ multi_log_hook(ErrorData *edata)
|
||||||
"involved in a distributed deadlock";
|
"involved in a distributed deadlock";
|
||||||
}
|
}
|
||||||
|
|
||||||
StringInfo * newStr = makeStringInfo();
|
void *buf[100];
|
||||||
|
int nframes;
|
||||||
|
|
||||||
|
StringInfo newStr = makeStringInfo();
|
||||||
appendStringInfoString(newStr, edata->message);
|
appendStringInfoString(newStr, edata->message);
|
||||||
|
|
||||||
nframes = backtrace(buf, lengthof(buf));
|
nframes = backtrace(buf, lengthof(buf));
|
||||||
|
|
Loading…
Reference in New Issue