could not truncate directory "pg_serial": apparent wraparound
Kevin Grittner <kevin.grittner@wicourts.gov>
From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: <pgsql-hackers@postgresql.org>
Date: 2011-06-08T00:28:36Z
Lists: pgsql-hackers
Attachments
- ssi-slru-trunc-to-head-1.patch (text/plain) patch
We had a report of the subject message during testing a while back and attempted to address the issue. It can result in a LOG level message and the accumulation of files in the pg_serial SLRU subdirectory. We haven't seen a recurrence, until I hit it during testing of the just-posted patch for SSI DDL. I re-read the code and believe that the attached is the correct fix. -Kevin