Skip to content

Commit

Permalink
Added randomness to packed columns flags WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
qvad committed Nov 6, 2023
1 parent 1702528 commit 66a4e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yugabyte/src/yugabyte/auto.clj
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
])

(defn master-tserver-packed-columns
[packed-columns-enabled node]
[packed-columns-enabled]
(if packed-columns-enabled
[:--ysql_enable_packed_row]
[])
Expand Down

0 comments on commit 66a4e9c

Please sign in to comment.