aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorPeter Geoghegan <pg@bowt.ie>2019-08-13 11:54:26 -0700
committerPeter Geoghegan <pg@bowt.ie>2019-08-13 11:54:26 -0700
commitaf0ba49809b57203d87702b315b64f1fd53c728d (patch)
tree46feb88a87136506aed3bc28f5273e5f1403df5c /src/backend/executor/nodeModifyTable.c
parent815ef2f568c754dcb539cca574f1982317d74db6 (diff)
downloadpostgresql-af0ba49809b57203d87702b315b64f1fd53c728d.tar.gz
postgresql-af0ba49809b57203d87702b315b64f1fd53c728d.zip
Use PageIndexTupleOverwrite() within nbtree.
Use the PageIndexTupleOverwrite() bufpage.c routine within nbtree instead of deleting a tuple and re-inserting its replacement. This makes the intent of affected code slightly clearer. It also makes CREATE INDEX slightly faster, since there is no longer a need to shift every leaf page's line pointer array back and forth during index builds. Author: Peter Geoghegan, Anastasia Lubennikova Reviewed-By: Anastasia Lubennikova Discussion: https://postgr.es/m/CAH2-Wz=Zk=B9+Vwm376WuO7YTjFc2SSskifQm4Nme3RRRPtOSQ@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions