From: Alvaro Herrera Date: Thu, 6 Dec 2012 02:09:46 +0000 (-0300) Subject: Update comment at top of index_create X-Git-Tag: REL9_3_BETA1~621 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e15cdb2ae7da5c1f9d8ca2ad970b98ca1cc4947;p=postgresql Update comment at top of index_create I neglected to update it in commit f4c4335. Michael Paquier --- diff --git a/src/backend/catalog/index.c b/src/backend/catalog/index.c index 92e8de1531..66012aca85 100644 --- a/src/backend/catalog/index.c +++ b/src/backend/catalog/index.c @@ -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. */