projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4aba2
)
Update comment at top of index_create
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 6 Dec 2012 02:09:46 +0000
(23:09 -0300)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 6 Dec 2012 02:09:46 +0000
(23:09 -0300)
I neglected to update it in commit
f4c4335
.
Michael Paquier
src/backend/catalog/index.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/index.c
b/src/backend/catalog/index.c
index 92e8de15313fee163cded106bd5de719d51054e3..66012aca850420c2bba39f00201a87dde9f1a578 100644
(file)
--- 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.
*/