]> granicus.if.org Git - postgresql/commit
tableam: Rename wrapper functions to match callback names.
authorAndres Freund <andres@anarazel.de>
Thu, 23 May 2019 23:25:48 +0000 (16:25 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 23 May 2019 23:32:36 +0000 (16:32 -0700)
commit73b8c3bd2889fed986044e15aefd0911f96ccdd3
tree8fcd867ac811feecc99ed5f645088b73c44d5051
parent54487d1560619a0027e0651d1b8d715ca8fc388c
tableam: Rename wrapper functions to match callback names.

Some of the wrapper functions didn't match the callback names. Many of
them due to staying "consistent" with historic naming of the wrapped
functionality. We decided that for most cases it's more important to
be for tableam to be consistent going forward, than with the past.

The one exception is beginscan/endscan/...  because it'd have looked
odd to have systable_beginscan/endscan/... with a different naming
scheme, and changing the systable_* APIs would have caused way too
much churn (including breaking a lot of external users).

Author: Ashwin Agrawal, with some small additions by Andres Freund
Reviewed-By: Andres Freund
Discussion: https://postgr.es/m/CALfoeiugyrXZfX7n0ORCa4L-m834dzmaE8eFdbNR6PMpetU4Ww@mail.gmail.com
14 files changed:
src/backend/access/heap/heapam.c
src/backend/access/table/tableam.c
src/backend/commands/copy.c
src/backend/commands/createas.c
src/backend/commands/matview.c
src/backend/commands/tablecmds.c
src/backend/commands/trigger.c
src/backend/executor/execMain.c
src/backend/executor/execReplication.c
src/backend/executor/nodeLockRows.c
src/backend/executor/nodeModifyTable.c
src/backend/executor/nodeTidscan.c
src/backend/utils/adt/tid.c
src/include/access/tableam.h