]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add unlikely() to CHECK_FOR_INTERRUPTS()
authorJoe Conway <mail@joeconway.com>
Fri, 5 Jun 2020 20:49:35 +0000 (16:49 -0400)
committerJoe Conway <mail@joeconway.com>
Fri, 5 Jun 2020 20:49:35 +0000 (16:49 -0400)
commitc5262cfd59cb0b1f1d2adb2131b9c1c1102be055
treee26a6552fed351e89d28d9fdd5cc6625a93df434
parent9a9ba4c4d84ec149596f21472cdf632ced8bcd8e
Add unlikely() to CHECK_FOR_INTERRUPTS()

Add the unlikely() branch hint macro to CHECK_FOR_INTERRUPTS().
Backpatch to REL_10_STABLE where we first started using unlikely().

Discussion: https://www.postgresql.org/message-id/flat/8692553c-7fe8-17d9-cbc1-7cddb758f4c6%40joeconway.com
src/include/miscadmin.h