mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 01:31:22 -04:00
Update comment at top of index_create
I neglected to update it in commit f4c4335.
Michael Paquier
This commit is contained in:
parent
af4aba2f05
commit
5e15cdb2ae
1 changed files with 1 additions and 0 deletions
|
|
@ -670,6 +670,7 @@ UpdateIndexRelation(Oid indexoid,
|
|||
* concurrent: if true, do not lock the table against writers. The index
|
||||
* will be marked "invalid" and the caller must take additional steps
|
||||
* to fix it up.
|
||||
* is_internal: if true, post creation hook for new index
|
||||
*
|
||||
* Returns the OID of the created index.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue