diff options
author | Andres Freund <andres@anarazel.de> | 2022-09-24 12:01:06 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-09-24 12:08:37 -0700 |
commit | 03bf971d2dc701d473705fd00891028d140dd5ae (patch) | |
tree | 2bcc69ba7210f9149e653e5ac10cb104fb723c4b /src/backend/executor/nodeModifyTable.c | |
parent | eef63941c127bcfbc278445b85cf3d9dd9e323b0 (diff) | |
download | postgresql-03bf971d2dc701d473705fd00891028d140dd5ae.tar.gz postgresql-03bf971d2dc701d473705fd00891028d140dd5ae.zip |
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/20220308185902.ibdqmasoaunzjrfc@alap3.anarazel.de
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions