Skip to content

Commit f47bbfa

Browse files
Bestow forward-compatibility with libpq17 (#9886)
1 parent 7bd8eb1 commit f47bbfa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,10 @@ CFLAGS(
132132
-Dpg_prng_seed_check=yql_pg_prng_seed_check
133133
-Dpg_prng_seed=yql_pg_prng_seed
134134
-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
135141
)

0 commit comments

Comments
 (0)