Skip to content

Commit f0be07c

Browse files
committed
Better comment for hstore_column::norm
1 parent 4aa81eb commit f0be07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ enum class hstore_column : char
1616
{
1717
/// no hstore column
1818
none = 0,
19-
/// create hstore column for all tags without exclusive column
19+
/// create hstore column for all tags that don't have their own column
2020
norm = 1,
2121
/// create hstore column for all tags
2222
all = 2

0 commit comments

Comments
 (0)