postgresql/src/backend/access
Andres Freund 73b8c3bd28 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
2019-05-23 16:32:36 -07:00
..
brin Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
common Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
gin Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
gist Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
hash Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
heap tableam: Rename wrapper functions to match callback names. 2019-05-23 16:32:36 -07:00
index Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
nbtree Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
rmgrdesc Convert gist to compute page level xid horizon on primary. 2019-04-22 14:28:30 -07:00
spgist Initial pgindent run for v12. 2019-05-22 12:55:34 -04:00
table tableam: Rename wrapper functions to match callback names. 2019-05-23 16:32:36 -07:00
tablesample Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
transam Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00