Re: Keep elog(ERROR) and ereport(ERROR) calls in the cold path
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: David Rowley <dgrowleyml@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2020-08-03T07:54:06Z
Lists: pgsql-hackers
On Mon, Jun 29, 2020 at 09:36:56PM +1200, David Rowley wrote: > I've attached a graph showing the results for the AMD and Intel runs > and also csv files of the pgbench tps output. I've also attached each > version of the patch I tested. > > It would be good to see some testing done on other hardware. Worth noting that the patch set fails to apply. I have moved this entry to the next CF, waiting on author. -- Michael
Commits
-
Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1
- 687f61634475 14.0 landed
-
Tidy up definitions of pg_attribute_hot and pg_attribute_cold
- b0727ae99b70 14.0 landed
-
Fix unportable usage of __has_attribute
- 1fa22a43a56e 14.0 landed
-
Improve compiler code layout in elog/ereport ERROR calls
- 913ec71d682e 14.0 landed
-
Define pg_attribute_cold and pg_attribute_hot macros
- 697e1d02f53f 14.0 landed