- Notifications
You must be signed in to change notification settings - Fork5
Commit39b0c76
committed
Record the proper typmod for an index expression column.
We should use exprTypmod() to extract the typmod of the expression,instead of just blindly storing -1. This seems to have been an aboriginaloversight in commitfc8d970 whichintroduced general-expression indexes. The consequences are only cosmeticat present, since the index machinery doesn't really look at typmod forindex columns; but still it seems best to describe the column type asprecisely as we can. Per off-list complaint from Thomas Fanghaenel.1 parent4bfc5f1 commit39b0c76
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
389 | 389 |
| |
390 | 390 |
| |
391 | 391 |
| |
392 |
| - | |
| 392 | + | |
393 | 393 |
| |
394 | 394 |
| |
395 | 395 |
| |
|
0 commit comments
Comments
(0)