add a comment regarding AccessShareLocks in repack_get_table_and_inheritors()

This commit is contained in:
Dmitry Ivanov 2017-04-24 13:26:28 +03:00
parent 0901b82588
commit 94679ee83a

View File

@ -1298,6 +1298,7 @@ repack_index_swap(PG_FUNCTION_ARGS)
/**
* @fn Datum get_table_and_inheritors(PG_FUNCTION_ARGS)
* @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)
*