diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-12-05 23:09:46 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-12-05 23:09:46 -0300 |
commit | 5e15cdb2ae7da5c1f9d8ca2ad970b98ca1cc4947 (patch) | |
tree | e3337e8f90065943ae62fde33636f0f967657839 | |
parent | af4aba2f05de46d8f619b75582f8741dc0afbbe0 (diff) | |
download | postgresql-5e15cdb2ae7da5c1f9d8ca2ad970b98ca1cc4947.tar.gz postgresql-5e15cdb2ae7da5c1f9d8ca2ad970b98ca1cc4947.zip |
Update comment at top of index_create
I neglected to update it in commit f4c4335.
Michael Paquier
-rw-r--r-- | src/backend/catalog/index.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/catalog/index.c b/src/backend/catalog/index.c index 92e8de15313..66012aca850 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. */ |