Re: v13: Performance regression related to FORTIFY_SOURCE
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: pgsql-hackers@postgresql.org, Peter Geoghegan <pg@bowt.ie>
Date: 2020-06-06T01:46:13Z
Lists: pgsql-hackers
Attachments
- memcpy-workaround.patch (text/x-patch) patch
On Thu, 2020-06-04 at 16:35 -0400, Alvaro Herrera wrote: > If it is something worth worrying about, let's discuss what's a good > fix for it. While making a minimal test case for the GCC bug report, I found another surprisingly-small workaround. Patch attached. Regards, Jeff Davis
Commits
-
Fix platform-specific performance regression in logtape.c.
- 1fbb6c93df30 13.0 landed