8.3 doesn't have errdetail_log().
This commit is contained in:
parent
618a0a63d6
commit
d2b93bf375
@ -924,7 +924,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable)
|
|||||||
ereport(LOG,
|
ereport(LOG,
|
||||||
(errmsg("sending cancel to blocking autovacuum PID %d",
|
(errmsg("sending cancel to blocking autovacuum PID %d",
|
||||||
pid),
|
pid),
|
||||||
errdetail_log("%s", logbuf.data)));
|
errdetail("%s", logbuf.data)));
|
||||||
|
|
||||||
pfree(logbuf.data);
|
pfree(logbuf.data);
|
||||||
pfree(locktagbuf.data);
|
pfree(locktagbuf.data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user