We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd8eb1 commit f47bbfaCopy full SHA for f47bbfa
ydb/library/yql/parser/pg_wrapper/cflags.inc
@@ -132,4 +132,10 @@ CFLAGS(
132
-Dpg_prng_seed_check=yql_pg_prng_seed_check
133
-Dpg_prng_seed=yql_pg_prng_seed
134
-Dpg_prng_double_normal=yql_pg_prng_double_normal
135
+ -Djson_errdetail=yql_json_errdetail
136
+ -Dpg_popcount32=yql_pg_popcount32
137
+ -Dpg_popcount64=yql_pg_popcount64
138
+ -Dpg_number_of_ones=yql_pg_number_of_ones
139
+ -Dpg_leftmost_one_pos=yql_pg_leftmost_one_pos
140
+ -Dpg_rightmost_one_pos=yql_pg_rightmost_one_pos
141
)
0 commit comments