postgresql/src/backend/access/table
Robert Haas 554106b116 tableam: Provide helper functions for relation sizing.
Most block-based table AMs will need the exact same implementation of
the relation_size callback as the heap, and if they use a standard
page layout, they will likely need an implementation of the
relation_estimate_size callback that is very similar to that of the
heap.  Rearrange to facilitate code reuse.

Patch by me, reviewed by Michael Paquier, Daniel Gustafsson, and
Álvaro Herrera.

Discussion: http://postgr.es/m/CA+TgmoZ6DBPnP1E-vRpQZUJQijJFD54F+SR_pxGiAAS-MyrigA@mail.gmail.com
2019-07-08 14:51:53 -04:00
..
Makefile tableam: introduce table AM infrastructure. 2019-03-06 09:54:38 -08:00
table.c
tableam.c tableam: Provide helper functions for relation sizing. 2019-07-08 14:51:53 -04:00
tableamapi.c Add missing assertions for required table am callbacks. 2019-07-06 11:41:23 +05:30