mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Improved warning check [skip ci]
This commit is contained in:
@@ -223,7 +223,7 @@ hnswcostestimate(PlannerInfo *root, IndexPath *path, double loop_count,
|
||||
static bytea *
|
||||
hnswoptions(Datum reloptions, bool validate)
|
||||
{
|
||||
#if PG_VERSION_NUM >= 180000
|
||||
#if PG_VERSION_NUM >= 180000 && defined(__GNUC__)
|
||||
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
|
||||
#endif
|
||||
static const relopt_parse_elt tab[] = {
|
||||
|
||||
@@ -151,7 +151,7 @@ ivfflatcostestimate(PlannerInfo *root, IndexPath *path, double loop_count,
|
||||
static bytea *
|
||||
ivfflatoptions(Datum reloptions, bool validate)
|
||||
{
|
||||
#if PG_VERSION_NUM >= 180000
|
||||
#if PG_VERSION_NUM >= 180000 && defined(__GNUC__)
|
||||
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
|
||||
#endif
|
||||
static const relopt_parse_elt tab[] = {
|
||||
|
||||
Reference in New Issue
Block a user