8.3 doesn't have errdetail_log().

This commit is contained in:
Tom Lane 2012-07-26 14:22:53 -04:00
parent 618a0a63d6
commit d2b93bf375

View File

@ -924,7 +924,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable)
ereport(LOG,
(errmsg("sending cancel to blocking autovacuum PID %d",
pid),
errdetail_log("%s", logbuf.data)));
errdetail("%s", logbuf.data)));
pfree(logbuf.data);
pfree(locktagbuf.data);