add a comment regarding AccessShareLocks in repack_get_table_and_inheritors()
This commit is contained in:
parent
0901b82588
commit
94679ee83a
@ -1298,6 +1298,7 @@ repack_index_swap(PG_FUNCTION_ARGS)
|
|||||||
/**
|
/**
|
||||||
* @fn Datum get_table_and_inheritors(PG_FUNCTION_ARGS)
|
* @fn Datum get_table_and_inheritors(PG_FUNCTION_ARGS)
|
||||||
* @brief Return array containing Oids of parent table and its children.
|
* @brief Return array containing Oids of parent table and its children.
|
||||||
|
* Note that this function does not release relation locks.
|
||||||
*
|
*
|
||||||
* get_table_and_inheritors(table)
|
* get_table_and_inheritors(table)
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user