Skip to content

Commit b8ac272

Browse files
authored
Fixed build with new pqlib (#10209)
1 parent d4a06f6 commit b8ac272

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ydb/library/yql/parser/pg_wrapper/cflags.inc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ ENDIF()
3737

3838
CFLAGS(
3939
-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
4045
-Darray_length=yql_array_length
4146
-Dpg_encoding_max_length=yql_pg_encoding_max_length
4247
-Dpg_encoding_mblen=yql_pg_encoding_mblen

0 commit comments

Comments
 (0)