diff options
author | Yuriy Chernyshov <thegeorg@yandex-team.com> | 2024-10-03 14:17:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-03 15:17:31 +0300 |
commit | f47bbfadcd385c882a9d32b5216c60481ebbdeba (patch) | |
tree | 3c3a952b688509e53c5573aee28a58662ca3acb2 | |
parent | 7bd8eb1c09ac3ff1fe2cd833b5f0e12cbc10a12c (diff) | |
download | ydb-f47bbfadcd385c882a9d32b5216c60481ebbdeba.tar.gz |
Bestow forward-compatibility with libpq17 (#9886)
-rw-r--r-- | ydb/library/yql/parser/pg_wrapper/cflags.inc | 6 |
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 ) |