summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ydb/library/yql/parser/pg_wrapper/cflags.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/ydb/library/yql/parser/pg_wrapper/cflags.inc b/ydb/library/yql/parser/pg_wrapper/cflags.inc
index 5ca2086be2a..7ef47160295 100644
--- a/ydb/library/yql/parser/pg_wrapper/cflags.inc
+++ b/ydb/library/yql/parser/pg_wrapper/cflags.inc
@@ -132,4 +132,10 @@ CFLAGS(
-Dpg_prng_seed_check=yql_pg_prng_seed_check
-Dpg_prng_seed=yql_pg_prng_seed
-Dpg_prng_double_normal=yql_pg_prng_double_normal
+ -Djson_errdetail=yql_json_errdetail
+ -Dpg_popcount32=yql_pg_popcount32
+ -Dpg_popcount64=yql_pg_popcount64
+ -Dpg_number_of_ones=yql_pg_number_of_ones
+ -Dpg_leftmost_one_pos=yql_pg_leftmost_one_pos
+ -Dpg_rightmost_one_pos=yql_pg_rightmost_one_pos
)