diff options
author | Fujii Masao <fujii@postgresql.org> | 2025-03-06 08:22:30 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2025-03-06 08:22:30 +0900 |
commit | 9f25b9f7392267c5628af09f498086ad9f33ccbd (patch) | |
tree | d74460de69af4ae788be0ae1f837c063ee840d29 /src/backend/access/gist/gistxlog.c | |
parent | a98e4dee63ce594ed32d1b004385d6ffa8b57dc5 (diff) | |
download | postgresql-9f25b9f7392267c5628af09f498086ad9f33ccbd.tar.gz postgresql-9f25b9f7392267c5628af09f498086ad9f33ccbd.zip |
ecpg: Fix compiler warning in ecpg build with Meson.
Previously, Meson could produce a warning about the use of 'deps' in ecpg:
WARNING: Project targets '>=0.54' but uses a feature introduced in '0.60.0': list.<plus>. The right-hand operand was not a list.
The right-hand operand of 'deps' should be a list. This commit fixes
the warning by wrapping it with square brackets.
This issue was introduced in commit 28f04984f0c.
Author: Jacob Champion <jacob.champion@enterprisedb.com>
Discussion: https://postgr.es/m/CAOYmi+ks8wO06Ymxduw2h_eQJ_D4_jHGeyMK0P=p5Q3psnEdMA@mail.gmail.com
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions