mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03: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
@ -670,6 +670,7 @@ UpdateIndexRelation(Oid indexoid,
|
|||||||
* concurrent: if true, do not lock the table against writers. The index
|
* concurrent: if true, do not lock the table against writers. The index
|
||||||
* will be marked "invalid" and the caller must take additional steps
|
* will be marked "invalid" and the caller must take additional steps
|
||||||
* to fix it up.
|
* to fix it up.
|
||||||
|
* is_internal: if true, post creation hook for new index
|
||||||
*
|
*
|
||||||
* Returns the OID of the created index.
|
* Returns the OID of the created index.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user