mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 06:16:57 -04:00
8.3 doesn't have errdetail_log().
This commit is contained in:
parent
618a0a63d6
commit
d2b93bf375
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue