Update comment at top of index_create

I neglected to update it in commit f4c4335.

Michael Paquier
This commit is contained in:
Alvaro Herrera 2012-12-05 23:09:46 -03:00
parent af4aba2f05
commit 5e15cdb2ae
1 changed files with 1 additions and 0 deletions

View File

@ -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.
*/