pub unsafe fn IndexBuildHeapScan<T>(
heap_relation: Relation,
index_relation: Relation,
index_info: *mut IndexInfo,
build_callback: IndexBuildCallback,
build_callback_state: *mut T,
)
Expand description
§Safety
This function wraps Postgres’ internal IndexBuildHeapScan
method, and therefore, is
inherently unsafe