You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be confusing when one creates an index on an empty table and they have specified real[] array dimensionality in a CREATE TABLE statement (see #197, thanks @min-mwei for point out!)
To make for better experience, we could delay the actual index creation until the first insert, when index creation happens on an empty table.
The text was updated successfully, but these errors were encountered:
It can be confusing when one creates an index on an empty table and they have specified
real[]
array dimensionality in aCREATE TABLE
statement (see #197, thanks @min-mwei for point out!)To make for better experience, we could delay the actual index creation until the first insert, when index creation happens on an empty table.
The text was updated successfully, but these errors were encountered: