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 d4a06f6 commit b8ac272Copy full SHA for b8ac272
ydb/library/yql/parser/pg_wrapper/cflags.inc
@@ -37,6 +37,11 @@ ENDIF()
37
38
CFLAGS(
39
-Dmonths=yql_months
40
+ -Dpg_popcount32=yql_pg_popcount32
41
+ -Dpg_popcount64=yql_pg_popcount64
42
+ -Dpg_number_of_ones=yql_pg_number_of_ones
43
+ -Dpg_leftmost_one_pos=yql_pg_leftmost_one_pos
44
+ -Dpg_rightmost_one_pos=yql_pg_rightmost_one_pos
45
-Darray_length=yql_array_length
46
-Dpg_encoding_max_length=yql_pg_encoding_max_length
47
-Dpg_encoding_mblen=yql_pg_encoding_mblen
0 commit comments