Remove uses of register due to incompatibility with C++17 and up The use in regexec.c could remain, since we only try to keep headers C++ clean. But there really doesn't seem to be a good reason to use register in that spot.
Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/03bf971d2dc701d473705fd00891028d140dd5ae Modified Files -------------- .cirrus.yml | 4 +--- src/backend/regex/regexec.c | 2 +- src/include/port/atomics/arch-x86.h | 2 +- src/include/storage/s_lock.h | 14 +++++++------- 4 files changed, 10 insertions(+), 12 deletions(-)
