projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a11c9c4
)
pgindent fix
author
Peter Eisentraut
<
[email protected]
>
Fri, 1 Dec 2023 16:58:18 +0000
(17:58 +0100)
committer
Peter Eisentraut
<
[email protected]
>
Fri, 1 Dec 2023 16:58:18 +0000
(17:58 +0100)
for commit
a11c9c42ea
src/backend/commands/indexcmds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/indexcmds.c
b/src/backend/commands/indexcmds.c
index c7ecedbe3bc00e5ba7c0dc63484db01c8cf15ba4..795f29d02d4f00e8fbacb39e73c1be9419d0cdf4 100644
(file)
--- a/
src/backend/commands/indexcmds.c
+++ b/
src/backend/commands/indexcmds.c
@@
-1011,7
+1011,10
@@
DefineIndex(Oid tableId,
{
if (key->partattrs[i] == indexInfo->ii_IndexAttrNumbers[j])
{
- /* Matched the column, now what about the collation and equality op? */
+ /*
+ * Matched the column, now what about the collation and
+ * equality op?
+ */
Oid idx_opfamily;
Oid idx_opcintype;