Skip to content

Instantly share code, notes, and snippets.

@purcell
Created April 1, 2025 13:59
Show Gist options
  • Save purcell/993fb7e365a1b24501864999a6ffd3ff to your computer and use it in GitHub Desktop.
Save purcell/993fb7e365a1b24501864999a6ffd3ff to your computer and use it in GitHub Desktop.
pg_query installation failure
# Latest ruby from homebrew:
$ ruby --version
ruby 3.4.2 (2025-02-15 revision d2930f8e7a) +PRISM [arm64-darwin24]
$ cat Gemfile
source "https://rubygems.org"
gem "pg_query"
$ bundle update --verbose
Running `bundle update --verbose` with bundler 2.6.3
Resolving dependencies because there's no lockfile
HTTP GET https://index.rubygems.org/versions
HTTP 304 Not Modified https://index.rubygems.org/versions
Fetching gem metadata from https://rubygems.org/
Looking up gems ["pg_query"]
Looking up gems ["json", "google-protobuf"]
Looking up gems ["ffi", "ffi-compiler", "rake", "bigdecimal"]
Resolving dependencies...
Using rake 13.2.1
0: rake (13.2.1) from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/gems/3.4.0/specifications/rake-13.2.1.gemspec
Using bundler 2.6.3
Using bigdecimal 3.1.9
1: bundler (2.6.3) from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/gems/3.4.0/specifications/default/bundler-2.6.3.gemspec
0: bigdecimal (3.1.9) from /opt/homebrew/lib/ruby/gems/3.4.0/specifications/bigdecimal-3.1.9.gemspec
Using google-protobuf 4.30.2 (arm64-darwin)
2: google-protobuf (4.30.2) from /opt/homebrew/lib/ruby/gems/3.4.0/specifications/google-protobuf-4.30.2-arm64-darwin.gemspec
Installing pg_query 6.0.0 with native extensions
Building native extensions. This could take a while...
Bundler::InstallError: Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query
/opt/homebrew/opt/ruby/bin/ruby extconf.rb
creating Makefile
current directory: /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query
make DESTDIR\= sitearchdir\=./.gem.20250401-90841-rvw26u sitelibdir\=./.gem.20250401-90841-rvw26u clean
current directory: /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query
make DESTDIR\= sitearchdir\=./.gem.20250401-90841-rvw26u sitelibdir\=./.gem.20250401-90841-rvw26u
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query.c:2:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_internal.h:6:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query.pb-c.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_deparse.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_deparse.c:2:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_internal.h:6:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:4:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_internal.h:6:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:63:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/lib/simplehash.h:391:30: warning: implicit conversion loses integer precision: 'uint64' (aka 'unsigned long') to 'uint32' (aka 'unsigned int') [-Wshorten-64-to-32]
391 | return (tb->size + bucket) - optimal;
| ~~~~~~ ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/lib/simplehash.h:936:18: warning: implicit conversion loses integer precision: 'long' to 'uint32' (aka 'unsigned int') [-Wshorten-64-to-32]
936 | curelem = entry - &tb->data[0];
| ~ ~~~~~~^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/lib/simplehash.h:1010:14: warning: implicit conversion loses integer precision: 'uint64' (aka 'unsigned long') to 'uint32' (aka 'unsigned int') [-Wshorten-64-to-32]
1010 | iter->cur = startelem;
| ~ ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:212:72: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
212 | _fingerprintNode(ctx, lfirst(list_nth_cell(node, listsort_items[i]->list_pos)), parent, field_name, depth + 1);
| ~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:172:25: note: expanded from macro 'lfirst'
172 | #define lfirst(lc) ((lc)->ptr_value)
| ^~
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:300:15: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
300 | int len = strlen(node->relname);
| ~~~ ^~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:343:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
343 | _fingerprintNode(ctx, node->colcollations, node, "colcollations", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:359:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
359 | _fingerprintNode(ctx, node->coldefexprs, node, "coldefexprs", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:375:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
375 | _fingerprintNode(ctx, node->colexprs, node, "colexprs", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:391:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
391 | _fingerprintNode(ctx, node->colnames, node, "colnames", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:407:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
407 | _fingerprintNode(ctx, node->coltypes, node, "coltypes", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:423:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
423 | _fingerprintNode(ctx, node->coltypmods, node, "coltypmods", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:439:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
439 | _fingerprintNode(ctx, node->colvalexprs, node, "colvalexprs", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:455:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
455 | _fingerprintNode(ctx, node->docexpr, node, "docexpr", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:494:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
494 | _fingerprintNode(ctx, node->ns_names, node, "ns_names", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:510:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
510 | _fingerprintNode(ctx, node->ns_uris, node, "ns_uris", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:533:56: warning: passing 'const char[16]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
533 | _fingerprintNode(ctx, node->passingvalexprs, node, "passingvalexprs", depth + 1);
| ^~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:549:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
549 | _fingerprintNode(ctx, node->plan, node, "plan", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:566:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
566 | _fingerprintNode(ctx, node->rowexpr, node, "rowexpr", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:593:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
593 | _fingerprintNode(ctx, node->colNames, node, "colNames", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:614:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
614 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:657:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
657 | _fingerprintNode(ctx, node->viewQuery, node, "viewQuery", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:828:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
828 | _fingerprintNode(ctx, node->aggargtypes, node, "aggargtypes", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:851:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
851 | _fingerprintNode(ctx, node->aggdirectargs, node, "aggdirectargs", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:867:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
867 | _fingerprintNode(ctx, node->aggdistinct, node, "aggdistinct", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:883:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
883 | _fingerprintNode(ctx, node->aggfilter, node, "aggfilter", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:927:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
927 | _fingerprintNode(ctx, node->aggorder, node, "aggorder", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:972:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
972 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1009:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1009 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1027:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1027 | _fingerprintNode(ctx, node->refs, node, "refs", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1048:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1048 | _fingerprintNode(ctx, node->aggfilter, node, "aggfilter", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1065:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1065 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1090:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1090 | _fingerprintNode(ctx, node->runCondition, node, "runCondition", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1149:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1149 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1211:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1211 | _fingerprintNode(ctx, node->refassgnexpr, node, "refassgnexpr", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1249:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1249 | _fingerprintNode(ctx, node->refexpr, node, "refexpr", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1266:56: warning: passing 'const char[16]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1266 | _fingerprintNode(ctx, node->reflowerindexpr, node, "reflowerindexpr", depth + 1);
| ^~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1296:56: warning: passing 'const char[16]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1296 | _fingerprintNode(ctx, node->refupperindexpr, node, "refupperindexpr", depth + 1);
| ^~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1317:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1317 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1383:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1383 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1419:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1419 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1475:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1475 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1517:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1517 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1547:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1547 | _fingerprintNode(ctx, node->operName, node, "operName", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1575:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1575 | _fingerprintNode(ctx, node->subselect, node, "subselect", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1592:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1592 | _fingerprintNode(ctx, node->testexpr, node, "testexpr", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1614:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1614 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1651:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1651 | _fingerprintNode(ctx, node->parParam, node, "parParam", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1672:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1672 | _fingerprintNode(ctx, node->paramIds, node, "paramIds", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1707:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1707 | _fingerprintNode(ctx, node->setParam, node, "setParam", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1735:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1735 | _fingerprintNode(ctx, node->testexpr, node, "testexpr", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1767:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1767 | _fingerprintNode(ctx, node->subplans, node, "subplans", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1788:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1788 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1838:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1838 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1855:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1855 | _fingerprintNode(ctx, node->fieldnums, node, "fieldnums", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1871:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1871 | _fingerprintNode(ctx, node->newvals, node, "newvals", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1899:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1899 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1949:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1949 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:1992:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1992 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2014:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2014 | _fingerprintNode(ctx, node->elemexpr, node, "elemexpr", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2059:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2059 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2095:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2095 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2126:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2126 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2143:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2143 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2173:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2173 | _fingerprintNode(ctx, node->defresult, node, "defresult", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2197:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2197 | _fingerprintNode(ctx, node->expr, node, "expr", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2216:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2216 | _fingerprintNode(ctx, node->result, node, "result", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2285:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2285 | _fingerprintNode(ctx, node->elements, node, "elements", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2313:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2313 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2329:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2329 | _fingerprintNode(ctx, node->colnames, node, "colnames", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2364:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2364 | _fingerprintNode(ctx, node->inputcollids, node, "inputcollids", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2380:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2380 | _fingerprintNode(ctx, node->largs, node, "largs", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2396:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2396 | _fingerprintNode(ctx, node->opfamilies, node, "opfamilies", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2412:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2412 | _fingerprintNode(ctx, node->opnos, node, "opnos", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2428:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2428 | _fingerprintNode(ctx, node->rargs, node, "rargs", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2454:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2454 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2491:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2491 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2566:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2566 | _fingerprintNode(ctx, node->arg_names, node, "arg_names", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2582:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2582 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2610:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2610 | _fingerprintNode(ctx, node->named_args, node, "named_args", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2725:55: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2725 | _fingerprintNode(ctx, node->formatted_expr, node, "formatted_expr", depth + 1);
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2742:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2742 | _fingerprintNode(ctx, node->raw_expr, node, "raw_expr", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2769:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2769 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2785:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2785 | _fingerprintNode(ctx, node->coercion, node, "coercion", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2802:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2802 | _fingerprintNode(ctx, node->func, node, "func", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2853:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2853 | _fingerprintNode(ctx, node->expr, node, "expr", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2914:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2914 | _fingerprintNode(ctx, node->expr, node, "expr", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:2967:55: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2967 | _fingerprintNode(ctx, node->formatted_expr, node, "formatted_expr", depth + 1);
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3030:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3030 | _fingerprintNode(ctx, node->passing_names, node, "passing_names", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3046:55: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3046 | _fingerprintNode(ctx, node->passing_values, node, "passing_values", depth + 1);
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3062:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3062 | _fingerprintNode(ctx, node->path_spec, node, "path_spec", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3128:53: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3128 | _fingerprintNode(ctx, (Node*)node->child, node, "child", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3181:53: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3181 | _fingerprintNode(ctx, (Node*)&node->plan, node, "plan", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3203:53: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3203 | _fingerprintNode(ctx, (Node*)node->lplan, node, "lplan", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3220:53: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3220 | _fingerprintNode(ctx, (Node*)&node->plan, node, "plan", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3237:53: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3237 | _fingerprintNode(ctx, (Node*)node->rplan, node, "rplan", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3259:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3259 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3293:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3293 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3337:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3337 | _fingerprintNode(ctx, node->qual, node, "qual", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3354:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3354 | _fingerprintNode(ctx, node->targetList, node, "targetList", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3370:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3370 | _fingerprintNode(ctx, node->updateColnos, node, "updateColnos", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3391:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3391 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3518:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3518 | _fingerprintNode(ctx, node->expr, node, "expr", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3554:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3554 | _fingerprintNode(ctx, node->expr, node, "expr", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3670:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3670 | _fingerprintNode(ctx, node->larg, node, "larg", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3687:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3687 | _fingerprintNode(ctx, node->quals, node, "quals", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3704:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3704 | _fingerprintNode(ctx, node->rarg, node, "rarg", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3728:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3728 | _fingerprintNode(ctx, node->usingClause, node, "usingClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3749:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3749 | _fingerprintNode(ctx, node->fromlist, node, "fromlist", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3765:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3765 | _fingerprintNode(ctx, node->quals, node, "quals", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3792:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3792 | _fingerprintNode(ctx, node->arbiterElems, node, "arbiterElems", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3808:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3808 | _fingerprintNode(ctx, node->arbiterWhere, node, "arbiterWhere", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3839:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3839 | _fingerprintNode(ctx, node->exclRelTlist, node, "exclRelTlist", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3855:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3855 | _fingerprintNode(ctx, node->onConflictSet, node, "onConflictSet", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3871:56: warning: passing 'const char[16]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3871 | _fingerprintNode(ctx, node->onConflictWhere, node, "onConflictWhere", depth + 1);
| ^~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3903:55: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3903 | _fingerprintNode(ctx, node->constraintDeps, node, "constraintDeps", depth + 1);
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3919:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3919 | _fingerprintNode(ctx, node->cteList, node, "cteList", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3935:55: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3935 | _fingerprintNode(ctx, node->distinctClause, node, "distinctClause", depth + 1);
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3951:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3951 | _fingerprintNode(ctx, node->groupClause, node, "groupClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:3972:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3972 | _fingerprintNode(ctx, node->groupingSets, node, "groupingSets", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4033:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4033 | _fingerprintNode(ctx, node->havingQual, node, "havingQual", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4072:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4072 | _fingerprintNode(ctx, node->limitCount, node, "limitCount", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4089:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4089 | _fingerprintNode(ctx, node->limitOffset, node, "limitOffset", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4111:56: warning: passing 'const char[16]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4111 | _fingerprintNode(ctx, node->mergeActionList, node, "mergeActionList", depth + 1);
| ^~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4127:59: warning: passing 'const char[19]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4127 | _fingerprintNode(ctx, node->mergeJoinCondition, node, "mergeJoinCondition", depth + 1);
| ^~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4185:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4185 | _fingerprintNode(ctx, node->returningList, node, "returningList", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4201:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4201 | _fingerprintNode(ctx, node->rowMarks, node, "rowMarks", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4217:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4217 | _fingerprintNode(ctx, node->rtable, node, "rtable", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4233:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4233 | _fingerprintNode(ctx, node->rteperminfos, node, "rteperminfos", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4249:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4249 | _fingerprintNode(ctx, node->setOperations, node, "setOperations", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4266:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4266 | _fingerprintNode(ctx, node->sortClause, node, "sortClause", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4296:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4296 | _fingerprintNode(ctx, node->targetList, node, "targetList", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4312:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4312 | _fingerprintNode(ctx, node->utilityStmt, node, "utilityStmt", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4329:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4329 | _fingerprintNode(ctx, node->windowClause, node, "windowClause", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4345:57: warning: passing 'const char[17]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4345 | _fingerprintNode(ctx, node->withCheckOptions, node, "withCheckOptions", depth + 1);
| ^~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4366:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4366 | _fingerprintNode(ctx, node->arrayBounds, node, "arrayBounds", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4384:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4384 | _fingerprintNode(ctx, node->names, node, "names", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4424:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4424 | _fingerprintNode(ctx, node->typmods, node, "typmods", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4445:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4445 | _fingerprintNode(ctx, node->fields, node, "fields", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4482:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4482 | _fingerprintNode(ctx, node->lexpr, node, "lexpr", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4501:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4501 | _fingerprintNode(ctx, node->name, node, "name", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4517:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4517 | _fingerprintNode(ctx, node->rexpr, node, "rexpr", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4539:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4539 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4580:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4580 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4597:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4597 | _fingerprintNode(ctx, node->collname, node, "collname", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4642:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4642 | _fingerprintNode(ctx, node->agg_filter, node, "agg_filter", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4659:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4659 | _fingerprintNode(ctx, node->agg_order, node, "agg_order", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4685:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4685 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4711:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4711 | _fingerprintNode(ctx, node->funcname, node, "funcname", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4761:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4761 | _fingerprintNode(ctx, node->lidx, node, "lidx", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4778:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4778 | _fingerprintNode(ctx, node->uidx, node, "uidx", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4800:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4800 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4817:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4817 | _fingerprintNode(ctx, node->indirection, node, "indirection", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4838:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4838 | _fingerprintNode(ctx, node->elements, node, "elements", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4861:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4861 | _fingerprintNode(ctx, node->indirection, node, "indirection", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4884:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4884 | _fingerprintNode(ctx, node->val, node, "val", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4920:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4920 | _fingerprintNode(ctx, node->source, node, "source", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4944:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4944 | _fingerprintNode(ctx, node->node, node, "node", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4971:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4971 | _fingerprintNode(ctx, node->useOp, node, "useOp", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:4992:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4992 | _fingerprintNode(ctx, node->endOffset, node, "endOffset", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5023:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5023 | _fingerprintNode(ctx, node->orderClause, node, "orderClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5039:56: warning: passing 'const char[16]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5039 | _fingerprintNode(ctx, node->partitionClause, node, "partitionClause", depth + 1);
| ^~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5060:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5060 | _fingerprintNode(ctx, node->startOffset, node, "startOffset", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5104:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5104 | _fingerprintNode(ctx, node->subquery, node, "subquery", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5143:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5143 | _fingerprintNode(ctx, node->coldeflist, node, "coldeflist", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5159:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5159 | _fingerprintNode(ctx, node->functions, node, "functions", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5212:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5212 | _fingerprintNode(ctx, node->columns, node, "columns", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5228:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5228 | _fingerprintNode(ctx, node->docexpr, node, "docexpr", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5252:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5252 | _fingerprintNode(ctx, node->namespaces, node, "namespaces", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5268:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5268 | _fingerprintNode(ctx, node->rowexpr, node, "rowexpr", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5290:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5290 | _fingerprintNode(ctx, node->coldefexpr, node, "coldefexpr", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5307:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5307 | _fingerprintNode(ctx, node->colexpr, node, "colexpr", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5363:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5363 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5381:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5381 | _fingerprintNode(ctx, node->method, node, "method", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5397:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5397 | _fingerprintNode(ctx, node->relation, node, "relation", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5414:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5414 | _fingerprintNode(ctx, node->repeatable, node, "repeatable", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5470:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5470 | _fingerprintNode(ctx, node->constraints, node, "constraints", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5486:55: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5486 | _fingerprintNode(ctx, node->cooked_default, node, "cooked_default", depth + 1);
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5503:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5503 | _fingerprintNode(ctx, node->fdwoptions, node, "fdwoptions", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5572:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5572 | _fingerprintNode(ctx, node->raw_default, node, "raw_default", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5658:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5658 | _fingerprintNode(ctx, node->collation, node, "collation", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5674:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5674 | _fingerprintNode(ctx, node->expr, node, "expr", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5706:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5706 | _fingerprintNode(ctx, node->opclass, node, "opclass", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5722:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5722 | _fingerprintNode(ctx, node->opclassopts, node, "opclassopts", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5748:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5748 | _fingerprintNode(ctx, node->arg, node, "arg", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5787:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5787 | _fingerprintNode(ctx, node->lockedRels, node, "lockedRels", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5818:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5818 | _fingerprintNode(ctx, node->expr, node, "expr", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5869:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5869 | _fingerprintNode(ctx, node->collation, node, "collation", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5885:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5885 | _fingerprintNode(ctx, node->expr, node, "expr", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5909:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5909 | _fingerprintNode(ctx, node->opclass, node, "opclass", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5932:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5932 | _fingerprintNode(ctx, node->partParams, node, "partParams", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5963:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5963 | _fingerprintNode(ctx, node->listdatums, node, "listdatums", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:5981:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5981 | _fingerprintNode(ctx, node->lowerdatums, node, "lowerdatums", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6017:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6017 | _fingerprintNode(ctx, node->upperdatums, node, "upperdatums", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6045:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6045 | _fingerprintNode(ctx, node->value, node, "value", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6133:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6133 | _fingerprintNode(ctx, node->colcollations, node, "colcollations", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6149:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6149 | _fingerprintNode(ctx, node->coltypes, node, "coltypes", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6165:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6165 | _fingerprintNode(ctx, node->coltypmods, node, "coltypmods", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6227:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6227 | _fingerprintNode(ctx, node->functions, node, "functions", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6270:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6270 | _fingerprintNode(ctx, node->joinaliasvars, node, "joinaliasvars", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6286:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6286 | _fingerprintNode(ctx, node->joinleftcols, node, "joinleftcols", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6309:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6309 | _fingerprintNode(ctx, node->joinrightcols, node, "joinrightcols", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6367:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6367 | _fingerprintNode(ctx, node->securityQuals, node, "securityQuals", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6444:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6444 | _fingerprintNode(ctx, node->values_lists, node, "values_lists", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6541:58: warning: passing 'const char[18]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6541 | _fingerprintNode(ctx, node->funccolcollations, node, "funccolcollations", depth + 1);
| ^~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6564:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6564 | _fingerprintNode(ctx, node->funccolnames, node, "funccolnames", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6580:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6580 | _fingerprintNode(ctx, node->funccoltypes, node, "funccoltypes", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6596:55: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6596 | _fingerprintNode(ctx, node->funccoltypmods, node, "funccoltypmods", depth + 1);
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6612:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6612 | _fingerprintNode(ctx, node->funcexpr, node, "funcexpr", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6649:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6649 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6665:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6665 | _fingerprintNode(ctx, node->repeatable, node, "repeatable", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6709:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6709 | _fingerprintNode(ctx, node->qual, node, "qual", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6772:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6772 | _fingerprintNode(ctx, node->content, node, "content", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6812:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6812 | _fingerprintNode(ctx, node->endOffset, node, "endOffset", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6858:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6858 | _fingerprintNode(ctx, node->orderClause, node, "orderClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6874:56: warning: passing 'const char[16]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6874 | _fingerprintNode(ctx, node->partitionClause, node, "partitionClause", depth + 1);
| ^~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6902:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6902 | _fingerprintNode(ctx, node->startOffset, node, "startOffset", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6958:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6958 | _fingerprintNode(ctx, node->ctes, node, "ctes", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:6991:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6991 | _fingerprintNode(ctx, node->indexElems, node, "indexElems", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7009:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7009 | _fingerprintNode(ctx, node->whereClause, node, "whereClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7055:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7055 | _fingerprintNode(ctx, node->targetList, node, "targetList", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7071:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7071 | _fingerprintNode(ctx, node->whereClause, node, "whereClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7100:56: warning: passing 'const char[16]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7100 | _fingerprintNode(ctx, node->search_col_list, node, "search_col_list", depth + 1);
| ^~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7126:55: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7126 | _fingerprintNode(ctx, node->cycle_col_list, node, "cycle_col_list", depth + 1);
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7154:59: warning: passing 'const char[19]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7154 | _fingerprintNode(ctx, node->cycle_mark_default, node, "cycle_mark_default", depth + 1);
| ^~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7192:57: warning: passing 'const char[17]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7192 | _fingerprintNode(ctx, node->cycle_mark_value, node, "cycle_mark_value", depth + 1);
| ^~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7221:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7221 | _fingerprintNode(ctx, node->aliascolnames, node, "aliascolnames", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7237:57: warning: passing 'const char[17]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7237 | _fingerprintNode(ctx, node->ctecolcollations, node, "ctecolcollations", depth + 1);
| ^~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7253:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7253 | _fingerprintNode(ctx, node->ctecolnames, node, "ctecolnames", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7269:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7269 | _fingerprintNode(ctx, node->ctecoltypes, node, "ctecoltypes", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7285:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7285 | _fingerprintNode(ctx, node->ctecoltypmods, node, "ctecoltypmods", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7311:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7311 | _fingerprintNode(ctx, node->ctequery, node, "ctequery", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7386:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7386 | _fingerprintNode(ctx, node->condition, node, "condition", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7413:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7413 | _fingerprintNode(ctx, node->targetList, node, "targetList", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7429:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7429 | _fingerprintNode(ctx, node->values, node, "values", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7616:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7616 | _fingerprintNode(ctx, node->passing, node, "passing", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7632:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7632 | _fingerprintNode(ctx, node->pathspec, node, "pathspec", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7673:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7673 | _fingerprintNode(ctx, node->string, node, "string", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7712:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7712 | _fingerprintNode(ctx, node->columns, node, "columns", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7769:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7769 | _fingerprintNode(ctx, node->passing, node, "passing", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7812:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7812 | _fingerprintNode(ctx, node->columns, node, "columns", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:7935:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
7935 | _fingerprintNode(ctx, node->key, node, "key", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8020:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8020 | _fingerprintNode(ctx, node->expr, node, "expr", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8107:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8107 | _fingerprintNode(ctx, node->exprs, node, "exprs", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8157:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8157 | _fingerprintNode(ctx, node->exprs, node, "exprs", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8238:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8238 | _fingerprintNode(ctx, node->query, node, "query", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8260:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8260 | _fingerprintNode(ctx, node->agg_filter, node, "agg_filter", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8277:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8277 | _fingerprintNode(ctx, node->agg_order, node, "agg_order", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8427:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8427 | _fingerprintNode(ctx, node->stmt, node, "stmt", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8453:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8453 | _fingerprintNode(ctx, node->cols, node, "cols", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8508:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8508 | _fingerprintNode(ctx, node->returningList, node, "returningList", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8524:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8524 | _fingerprintNode(ctx, node->selectStmt, node, "selectStmt", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8580:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8580 | _fingerprintNode(ctx, node->returningList, node, "returningList", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8596:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8596 | _fingerprintNode(ctx, node->usingClause, node, "usingClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8612:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8612 | _fingerprintNode(ctx, node->whereClause, node, "whereClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8651:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8651 | _fingerprintNode(ctx, node->fromClause, node, "fromClause", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8684:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8684 | _fingerprintNode(ctx, node->returningList, node, "returningList", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8700:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8700 | _fingerprintNode(ctx, node->targetList, node, "targetList", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8716:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8716 | _fingerprintNode(ctx, node->whereClause, node, "whereClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8755:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8755 | _fingerprintNode(ctx, node->joinCondition, node, "joinCondition", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8772:57: warning: passing 'const char[17]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8772 | _fingerprintNode(ctx, node->mergeWhenClauses, node, "mergeWhenClauses", depth + 1);
| ^~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8805:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8805 | _fingerprintNode(ctx, node->returningList, node, "returningList", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8821:55: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8821 | _fingerprintNode(ctx, node->sourceRelation, node, "sourceRelation", depth + 1);
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8865:55: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8865 | _fingerprintNode(ctx, node->distinctClause, node, "distinctClause", depth + 1);
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8881:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8881 | _fingerprintNode(ctx, node->fromClause, node, "fromClause", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8897:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8897 | _fingerprintNode(ctx, node->groupClause, node, "groupClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8918:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8918 | _fingerprintNode(ctx, node->havingClause, node, "havingClause", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8969:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8969 | _fingerprintNode(ctx, node->limitCount, node, "limitCount", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:8986:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8986 | _fingerprintNode(ctx, node->limitOffset, node, "limitOffset", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9008:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9008 | _fingerprintNode(ctx, node->lockingClause, node, "lockingClause", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9046:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9046 | _fingerprintNode(ctx, node->sortClause, node, "sortClause", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9062:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9062 | _fingerprintNode(ctx, node->targetList, node, "targetList", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9078:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9078 | _fingerprintNode(ctx, node->valuesLists, node, "valuesLists", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9094:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9094 | _fingerprintNode(ctx, node->whereClause, node, "whereClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9111:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9111 | _fingerprintNode(ctx, node->windowClause, node, "windowClause", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9154:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9154 | _fingerprintNode(ctx, node->colCollations, node, "colCollations", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9170:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9170 | _fingerprintNode(ctx, node->colTypes, node, "colTypes", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9186:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9186 | _fingerprintNode(ctx, node->colTypmods, node, "colTypmods", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9202:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9202 | _fingerprintNode(ctx, node->groupClauses, node, "groupClauses", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9218:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9218 | _fingerprintNode(ctx, node->larg, node, "larg", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9240:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9240 | _fingerprintNode(ctx, node->rarg, node, "rarg", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9262:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9262 | _fingerprintNode(ctx, node->returnval, node, "returnval", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9284:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9284 | _fingerprintNode(ctx, node->indirection, node, "indirection", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9358:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9358 | _fingerprintNode(ctx, node->schemaElts, node, "schemaElts", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9384:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9384 | _fingerprintNode(ctx, node->cmds, node, "cmds", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9453:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9453 | _fingerprintNode(ctx, node->def, node, "def", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9519:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9519 | _fingerprintNode(ctx, node->collname, node, "collname", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9545:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9545 | _fingerprintNode(ctx, node->def, node, "def", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9578:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9578 | _fingerprintNode(ctx, node->typeName, node, "typeName", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9609:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9609 | _fingerprintNode(ctx, node->grantees, node, "grantees", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9647:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9647 | _fingerprintNode(ctx, node->objects, node, "objects", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9668:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9668 | _fingerprintNode(ctx, node->privileges, node, "privileges", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9699:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9699 | _fingerprintNode(ctx, node->objargs, node, "objargs", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9715:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9715 | _fingerprintNode(ctx, node->objfuncargs, node, "objfuncargs", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9731:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9731 | _fingerprintNode(ctx, node->objname, node, "objname", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9752:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9752 | _fingerprintNode(ctx, node->cols, node, "cols", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9783:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9783 | _fingerprintNode(ctx, node->granted_roles, node, "granted_roles", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9799:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9799 | _fingerprintNode(ctx, node->grantee_roles, node, "grantee_roles", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9837:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9837 | _fingerprintNode(ctx, node->opt, node, "opt", depth + 1);
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9875:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9875 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9896:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9896 | _fingerprintNode(ctx, node->attlist, node, "attlist", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9927:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9927 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9943:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9943 | _fingerprintNode(ctx, node->query, node, "query", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9977:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9977 | _fingerprintNode(ctx, node->whereClause, node, "whereClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:9999:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9999 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10050:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10050 | _fingerprintNode(ctx, node->constraints, node, "constraints", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10071:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10071 | _fingerprintNode(ctx, node->inhRelations, node, "inhRelations", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10109:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10109 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10176:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10176 | _fingerprintNode(ctx, node->tableElts, node, "tableElts", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10227:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10227 | _fingerprintNode(ctx, node->exclusions, node, "exclusions", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10243:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10243 | _fingerprintNode(ctx, node->fk_attrs, node, "fk_attrs", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10265:56: warning: passing 'const char[16]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10265 | _fingerprintNode(ctx, node->fk_del_set_cols, node, "fk_del_set_cols", depth + 1);
| ^~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10299:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10299 | _fingerprintNode(ctx, node->including, node, "including", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10347:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10347 | _fingerprintNode(ctx, node->keys, node, "keys", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10370:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10370 | _fingerprintNode(ctx, node->old_conpfeqop, node, "old_conpfeqop", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10393:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10393 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10409:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10409 | _fingerprintNode(ctx, node->pk_attrs, node, "pk_attrs", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10442:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10442 | _fingerprintNode(ctx, node->raw_expr, node, "raw_expr", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10469:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10469 | _fingerprintNode(ctx, node->where_clause, node, "where_clause", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10493:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10493 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10556:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10556 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10602:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10602 | _fingerprintNode(ctx, node->roles, node, "roles", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10633:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10633 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10659:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10659 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10692:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10692 | _fingerprintNode(ctx, node->object, node, "object", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10724:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10724 | _fingerprintNode(ctx, node->func_options, node, "func_options", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10740:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10740 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10766:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10766 | _fingerprintNode(ctx, node->func_options, node, "func_options", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10782:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10782 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10813:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10813 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10854:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10854 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10887:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10887 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10918:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10918 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:10961:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10961 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11046:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11046 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11072:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11072 | _fingerprintNode(ctx, node->table_list, node, "table_list", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11108:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11108 | _fingerprintNode(ctx, node->qual, node, "qual", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11125:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11125 | _fingerprintNode(ctx, node->roles, node, "roles", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11158:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11158 | _fingerprintNode(ctx, node->with_check, node, "with_check", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11185:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11185 | _fingerprintNode(ctx, node->qual, node, "qual", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11202:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11202 | _fingerprintNode(ctx, node->roles, node, "roles", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11235:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11235 | _fingerprintNode(ctx, node->with_check, node, "with_check", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11268:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11268 | _fingerprintNode(ctx, node->handler_name, node, "handler_name", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11289:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11289 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11305:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11305 | _fingerprintNode(ctx, node->columns, node, "columns", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11350:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11350 | _fingerprintNode(ctx, node->funcname, node, "funcname", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11410:55: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11410 | _fingerprintNode(ctx, node->transitionRels, node, "transitionRels", depth + 1);
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11431:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11431 | _fingerprintNode(ctx, node->whenClause, node, "whenClause", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11458:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11458 | _fingerprintNode(ctx, node->funcname, node, "funcname", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11479:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11479 | _fingerprintNode(ctx, node->whenclause, node, "whenclause", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11516:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11516 | _fingerprintNode(ctx, node->plhandler, node, "plhandler", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11532:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11532 | _fingerprintNode(ctx, node->plinline, node, "plinline", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11558:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11558 | _fingerprintNode(ctx, node->plvalidator, node, "plvalidator", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11584:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11584 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11622:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11622 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11709:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11709 | _fingerprintNode(ctx, node->roles, node, "roles", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11740:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11740 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11795:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11795 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11833:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11833 | _fingerprintNode(ctx, node->args, node, "args", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11849:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11849 | _fingerprintNode(ctx, node->definition, node, "definition", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11865:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11865 | _fingerprintNode(ctx, node->defnames, node, "defnames", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11923:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11923 | _fingerprintNode(ctx, node->constraints, node, "constraints", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:11939:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11939 | _fingerprintNode(ctx, node->domainname, node, "domainname", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12004:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12004 | _fingerprintNode(ctx, node->items, node, "items", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12020:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12020 | _fingerprintNode(ctx, node->opclassname, node, "opclassname", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12036:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12036 | _fingerprintNode(ctx, node->opfamilyname, node, "opfamilyname", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12057:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12057 | _fingerprintNode(ctx, node->class_args, node, "class_args", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12104:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12104 | _fingerprintNode(ctx, node->order_family, node, "order_family", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12147:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12147 | _fingerprintNode(ctx, node->opfamilyname, node, "opfamilyname", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12178:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12178 | _fingerprintNode(ctx, node->items, node, "items", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12194:53: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12194 | _fingerprintNode(ctx, node->opfamilyname, node, "opfamilyname", depth + 1);
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12230:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12230 | _fingerprintNode(ctx, node->objects, node, "objects", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12261:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12261 | _fingerprintNode(ctx, node->relations, node, "relations", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12292:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12292 | _fingerprintNode(ctx, node->object, node, "object", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12324:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12324 | _fingerprintNode(ctx, node->object, node, "object", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12365:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12365 | _fingerprintNode(ctx, node->query, node, "query", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12433:55: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12433 | _fingerprintNode(ctx, node->excludeOpNames, node, "excludeOpNames", depth + 1);
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12464:61: warning: passing 'const char[21]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12464 | _fingerprintNode(ctx, node->indexIncludingParams, node, "indexIncludingParams", depth + 1);
| ^~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12487:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12487 | _fingerprintNode(ctx, node->indexParams, node, "indexParams", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12539:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12539 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12597:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12597 | _fingerprintNode(ctx, node->whereClause, node, "whereClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12619:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12619 | _fingerprintNode(ctx, node->defnames, node, "defnames", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12635:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12635 | _fingerprintNode(ctx, node->exprs, node, "exprs", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12656:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12656 | _fingerprintNode(ctx, node->relations, node, "relations", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12672:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12672 | _fingerprintNode(ctx, node->stat_types, node, "stat_types", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12703:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12703 | _fingerprintNode(ctx, node->expr, node, "expr", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12730:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12730 | _fingerprintNode(ctx, node->defnames, node, "defnames", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12751:54: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12751 | _fingerprintNode(ctx, node->stxstattarget, node, "stxstattarget", depth + 1);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12773:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12773 | _fingerprintNode(ctx, node->funcname, node, "funcname", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12796:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12796 | _fingerprintNode(ctx, node->parameters, node, "parameters", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12834:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12834 | _fingerprintNode(ctx, node->sql_body, node, "sql_body", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12873:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12873 | _fingerprintNode(ctx, node->defexpr, node, "defexpr", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:12902:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12902 | _fingerprintNode(ctx, node->actions, node, "actions", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13013:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13013 | _fingerprintNode(ctx, node->outargs, node, "outargs", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13059:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13059 | _fingerprintNode(ctx, node->object, node, "object", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13118:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13118 | _fingerprintNode(ctx, node->object, node, "object", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13177:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13177 | _fingerprintNode(ctx, node->object, node, "object", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13238:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13238 | _fingerprintNode(ctx, node->object, node, "object", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13299:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13299 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13320:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13320 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13336:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13336 | _fingerprintNode(ctx, node->typeName, node, "typeName", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13357:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13357 | _fingerprintNode(ctx, node->actions, node, "actions", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13410:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13410 | _fingerprintNode(ctx, node->whereClause, node, "whereClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13481:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13481 | _fingerprintNode(ctx, node->coldeflist, node, "coldeflist", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13519:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13519 | _fingerprintNode(ctx, node->typeName, node, "typeName", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13535:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13535 | _fingerprintNode(ctx, node->vals, node, "vals", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13556:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13556 | _fingerprintNode(ctx, node->params, node, "params", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13572:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13572 | _fingerprintNode(ctx, node->typeName, node, "typeName", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13618:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13618 | _fingerprintNode(ctx, node->typeName, node, "typeName", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13639:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13639 | _fingerprintNode(ctx, node->aliases, node, "aliases", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13655:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13655 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13671:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13671 | _fingerprintNode(ctx, node->query, node, "query", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13735:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13735 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13761:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13761 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13829:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13829 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13877:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13877 | _fingerprintNode(ctx, node->params, node, "params", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13920:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13920 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13936:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13936 | _fingerprintNode(ctx, node->rels, node, "rels", depth + 1);
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:13981:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13981 | _fingerprintNode(ctx, node->va_cols, node, "va_cols", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14002:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14002 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14018:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14018 | _fingerprintNode(ctx, node->query, node, "query", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14072:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14072 | _fingerprintNode(ctx, node->query, node, "query", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14153:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14153 | _fingerprintNode(ctx, node->relations, node, "relations", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14174:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14174 | _fingerprintNode(ctx, node->constraints, node, "constraints", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14210:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14210 | _fingerprintNode(ctx, node->params, node, "params", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14248:56: warning: passing 'const char[16]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14248 | _fingerprintNode(ctx, node->conversion_name, node, "conversion_name", depth + 1);
| ^~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14274:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14274 | _fingerprintNode(ctx, node->func_name, node, "func_name", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14432:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14432 | _fingerprintNode(ctx, node->argtypes, node, "argtypes", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14450:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14450 | _fingerprintNode(ctx, node->query, node, "query", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14474:47: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14474 | _fingerprintNode(ctx, node->params, node, "params", depth + 1);
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14514:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14514 | _fingerprintNode(ctx, node->roles, node, "roles", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14552:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14552 | _fingerprintNode(ctx, node->roles, node, "roles", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14573:49: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14573 | _fingerprintNode(ctx, node->dictname, node, "dictname", depth + 1);
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14589:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14589 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14610:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14610 | _fingerprintNode(ctx, node->cfgname, node, "cfgname", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14626:46: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14626 | _fingerprintNode(ctx, node->dicts, node, "dicts", depth + 1);
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14662:50: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14662 | _fingerprintNode(ctx, node->tokentype, node, "tokentype", depth + 1);
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14683:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14683 | _fingerprintNode(ctx, node->columns, node, "columns", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14716:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14716 | _fingerprintNode(ctx, node->whereClause, node, "whereClause", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14777:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14777 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14798:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14798 | _fingerprintNode(ctx, node->pubobjects, node, "pubobjects", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14829:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14829 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14850:51: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14850 | _fingerprintNode(ctx, node->pubobjects, node, "pubobjects", depth + 1);
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14876:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14876 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14892:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14892 | _fingerprintNode(ctx, node->publication, node, "publication", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14928:48: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14928 | _fingerprintNode(ctx, node->options, node, "options", depth + 1);
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:261:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/pg_query_fingerprint_defs.c:14944:52: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14944 | _fingerprintNode(ctx, node->publication, node, "publication", depth + 1);
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_fingerprint.c:71:98: note: passing argument to parameter 'parent_field_name' here
71 | static void _fingerprintNode(FingerprintContext *ctx, const void *obj, const void *parent, char *parent_field_name, unsigned int depth);
| ^
447 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_json_plpgsql.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_json_plpgsql.c:2:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_json_plpgsql.h:5:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/plpgsql.h:19:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/xact.h:21:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_normalize.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_normalize.c:2:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_internal.h:6:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_normalize.c:357:51: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
357 | RecordConstLocation(jstate, loc - jstate->query - 1);
| ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~^~~
2 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_outfuncs_json.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_outfuncs_json.c:7:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/relation.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/primnodes.h:22:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_outfuncs_protobuf.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_outfuncs_protobuf.c:5:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/relation.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/primnodes.h:22:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_parse.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_parse.c:2:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_internal.h:6:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_parse_plpgsql.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_parse_plpgsql.c:4:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_internal.h:6:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_parse_plpgsql.c:79:8: warning: initializing 'char *' with an expression of type 'const char[8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
79 | char *language = "plpgsql";
| ^ ~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_parse_plpgsql.c:119:8: warning: initializing 'char *' with an expression of type 'const char[8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
119 | char *language = "plpgsql";
| ^ ~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_parse_plpgsql.c:360:20: warning: assigning to 'char *' from 'const char[1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
360 | error->filename = "";
| ^ ~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_parse_plpgsql.c:361:20: warning: assigning to 'char *' from 'const char[1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
361 | error->funcname = "";
| ^ ~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_parse_plpgsql.c:362:20: warning: assigning to 'char *' from 'const char[1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
362 | error->context = "";
| ^ ~~
6 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_readfuncs_protobuf.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_readfuncs_protobuf.c:1:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_readfuncs.h:7:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_ruby.c
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_ruby.c:35:1: warning: function 'raise_ruby_parse_error' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
35 | {
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_ruby.c:53:1: warning: function 'raise_ruby_deparse_error' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
53 | {
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_ruby.c:71:1: warning: function 'raise_ruby_normalize_error' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
71 | {
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_ruby.c:89:1: warning: function 'raise_ruby_fingerprint_error' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
89 | {
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_ruby.c:107:1: warning: function 'raise_ruby_scan_error' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
107 | {
| ^
5 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_scan.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_scan.c:2:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_internal.h:6:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_scan.c:99:40: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int32_t' (aka 'int') [-Wshorten-64-to-32]
99 | output_tokens[i]->end = yylloc + ((struct yyguts_t*) yyscanner)->yyleng_r;
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_split.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_split.c:2:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_internal.h:6:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/pg_query_split.c:191:71: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
191 | result.stmts[foreach_current_index(lc)]->stmt_len = strlen(input) - raw_stmt->stmt_location;
| ~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/postgres_deparse.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/postgres_deparse.c:2:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/catalog/index.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/catalog/objectaddress.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/parsenodes.h:28:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/primnodes.h:22:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:449:27: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
449 | return rv + uint32_size(len) + len;
| ~~~~~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:453:27: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
453 | return rv + uint32_size(len) + len;
| ~~~~~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:458:27: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
458 | return rv + uint32_size(subrv) + subrv;
| ~~~~~~~~~~~ ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:666:22: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
666 | rv += uint32_size(len) + len;
| ~~~~~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:672:22: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
672 | rv += uint32_size(len) + len;
| ~~~~~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:679:22: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
679 | rv += uint32_size(len) + len;
| ~~~~~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:685:30: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
685 | header_size += uint32_size(rv);
| ~~~~~~~~~~~ ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1003:27: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
1003 | size_t rv = uint32_pack(len, out);
| ~~~~~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1024:26: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
1024 | size_t rv = uint32_pack(len, out);
| ~~~~~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1048:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
1048 | uint32_t rv_packed_size = uint32_size(rv);
| ~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1048:41: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
1048 | uint32_t rv_packed_size = uint32_size(rv);
| ~~~~~~~~~~~ ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1051:22: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
1051 | return uint32_pack(rv, out) + rv;
| ~~~~~~~~~~~ ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1374:16: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1374 | header_len = tag_pack(field->id, out);
| ~ ^~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1377:47: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1377 | min_length = get_type_min_size(field->type) * count;
| ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1378:21: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1378 | length_size_min = uint32_size(min_length);
| ~ ^~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1386:48: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1386 | copy_to_little_endian_32(payload_at, array, count);
| ~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1392:48: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1392 | copy_to_little_endian_64(payload_at, array, count);
| ~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1437:28: warning: implicit conversion loses integer precision: 'long' to 'unsigned int' [-Wshorten-64-to-32]
1437 | payload_len = payload_at - (out + header_len);
| ~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1438:24: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1438 | actual_length_size = uint32_size(payload_len);
| ~ ^~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1451:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1451 | unsigned siz = sizeof_elt_in_repeated_array(field->type);
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1607:21: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
1607 | rv += uint32_pack(sublen, scratch + rv);
| ~~~~~~~~~~~ ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1618:21: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
1618 | rv += uint32_pack(sublen, scratch + rv);
| ~~~~~~~~~~~ ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1633:22: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
1633 | rv += uint32_pack(sublen, scratch + rv);
| ~~~~~~~~~~~ ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1854:19: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1854 | unsigned len = int32_pack(((int32_t *) array)[i], scratch);
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1861:19: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1861 | unsigned len = sint32_pack(((int32_t *) array)[i], scratch);
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1868:19: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1868 | unsigned len = uint32_pack(((uint32_t *) array)[i], scratch);
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1875:19: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1875 | unsigned len = sint64_pack(((int64_t *) array)[i], scratch);
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1883:19: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1883 | unsigned len = uint64_pack(((uint64_t *) array)[i], scratch);
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1890:19: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1890 | unsigned len = boolean_pack(((protobuf_c_boolean *) array)[i], scratch);
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:1923:21: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
1923 | rv += uint32_pack(payload_len, scratch + rv);
| ~~~~~~~~~~~ ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:2001:5: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1999 | rv += repeated_field_pack_to_buffer(
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2000 | field,
2001 | *(const size_t *) qmember,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:2069:34: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
2069 | unsigned max_rv = len > 5 ? 5 : len;
| ~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:2114:31: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
2114 | unsigned hdr_max = len < 5 ? len : 5;
| ~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:2502:33: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
2502 | unsigned len = scanned_member->len;
| ~~~ ~~~~~~~~~~~~~~~~^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:2787:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
2787 | unsigned s = scan_varint(rem, at);
| ~~~~~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:2799:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
2799 | unsigned s = scan_varint(rem, at);
| ~~~~~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:2811:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
2811 | unsigned s = scan_varint(rem, at);
| ~~~~~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:2824:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
2824 | unsigned s = scan_varint(rem, at);
| ~~~~~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:2837:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
2837 | unsigned s = scan_varint(rem, at);
| ~~~~~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:2849:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
2849 | unsigned s = scan_varint(rem, at);
| ~~~~~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:3135:34: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
3135 | unsigned max_len = rem < 10 ? rem : 10;
| ~~~~~~~ ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:3239:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
3239 | unsigned n = *n_ptr;
| ~ ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/protobuf-c.c:3281:25: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
3280 | unsigned max = (i_slab == which_slab) ?
| ~~~
3281 | in_slab_index : (1UL << (i_slab + 4));
| ~~~~^~~~~~~~~~~~~~~
43 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_catalog_namespace.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_catalog_namespace.c:29:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/htup_details.h:19:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupdesc.h:19:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_catalog_namespace.c:52:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/common/hashfn_unstable.h:389:11: warning: implicit conversion loses integer precision: 'uint64' (aka 'unsigned long') to 'uint32' (aka 'unsigned int') [-Wshorten-64-to-32]
389 | return h - (h >> 32);
| ~~~~~~ ~~^~~~~~~~~~~
2 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_catalog_pg_proc.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_catalog_pg_proc.c:23:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/htup_details.h:19:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupdesc.h:19:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_commands_define.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_commands_define.c:44:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/catalog/namespace.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/primnodes.h:22:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_bitmapset.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_bitmapset.c:54:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_copyfuncs.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_copyfuncs.c:75:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/copyfuncs.funcs.c:18:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/amapi.h:15:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/genam.h:21:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/utils/relcache.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupdesc.h:19:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_equalfuncs.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_equalfuncs.c:99:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/equalfuncs.funcs.c:18:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/amapi.h:15:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/genam.h:21:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/utils/relcache.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupdesc.h:19:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_extensible.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_extensible.c:29:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/extensible.h:18:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/commands/explain.h:16:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/executor/executor.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/executor/execdesc.h:18:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/execnodes.h:32:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupconvert.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/attmap.h:18:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupdesc.h:19:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_list.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_list.c:45:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_makefuncs.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_makefuncs.c:43:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/catalog/pg_type.h:22:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/catalog/objectaddress.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/parsenodes.h:28:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/primnodes.h:22:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_nodeFuncs.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_nodeFuncs.c:26:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/catalog/pg_type.h:22:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/catalog/objectaddress.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/parsenodes.h:28:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/primnodes.h:22:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_nodes_value.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_parser_gram.c
In file included from gram.y:51:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tableam.h:20:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/relscan.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/htup_details.h:19:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupdesc.h:19:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
gram.y:1213:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1213 | (yyval.defelt) = makeDefElem("password",
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1218:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1218 | (yyval.defelt) = makeDefElem("password",
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1223:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1223 | (yyval.defelt) = makeDefElem("password", NULL, (yylsp[(1) - (2)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1232:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1232 | (yyval.defelt) = makeDefElem("password",
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1242:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1242 | (yyval.defelt) = makeDefElem("password",
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1255:35: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1255 | (yyval.defelt) = makeDefElem("inherit", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1259:35: warning: passing 'const char[16]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1259 | (yyval.defelt) = makeDefElem("connectionlimit", (Node *) makeInteger((yyvsp[(3) - (3)].ival)), (yylsp[(1) - (3)]));
| ^~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1263:35: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1263 | (yyval.defelt) = makeDefElem("validUntil", (Node *) makeString((yyvsp[(3) - (3)].str)), (yylsp[(1) - (3)]));
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1268:35: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1268 | (yyval.defelt) = makeDefElem("rolemembers", (Node *) (yyvsp[(2) - (2)].list), (yylsp[(1) - (2)]));
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1278:36: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1278 | (yyval.defelt) = makeDefElem("superuser", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1280:36: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1280 | (yyval.defelt) = makeDefElem("superuser", (Node *) makeBoolean(false), (yylsp[(1) - (1)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1282:36: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1282 | (yyval.defelt) = makeDefElem("createrole", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1284:36: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1284 | (yyval.defelt) = makeDefElem("createrole", (Node *) makeBoolean(false), (yylsp[(1) - (1)]));
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1286:36: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1286 | (yyval.defelt) = makeDefElem("isreplication", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1288:36: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1288 | (yyval.defelt) = makeDefElem("isreplication", (Node *) makeBoolean(false), (yylsp[(1) - (1)]));
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1290:36: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1290 | (yyval.defelt) = makeDefElem("createdb", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1292:36: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1292 | (yyval.defelt) = makeDefElem("createdb", (Node *) makeBoolean(false), (yylsp[(1) - (1)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1294:36: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1294 | (yyval.defelt) = makeDefElem("canlogin", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1296:36: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1296 | (yyval.defelt) = makeDefElem("canlogin", (Node *) makeBoolean(false), (yylsp[(1) - (1)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1298:36: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1298 | (yyval.defelt) = makeDefElem("bypassrls", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1300:36: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1300 | (yyval.defelt) = makeDefElem("bypassrls", (Node *) makeBoolean(false), (yylsp[(1) - (1)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1307:36: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1307 | (yyval.defelt) = makeDefElem("inherit", (Node *) makeBoolean(false), (yylsp[(1) - (1)]));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1322:35: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1322 | (yyval.defelt) = makeDefElem("sysid", (Node *) makeInteger((yyvsp[(2) - (2)].ival)), (yylsp[(1) - (2)]));
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1326:35: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1326 | (yyval.defelt) = makeDefElem("adminmembers", (Node *) (yyvsp[(2) - (2)].list), (yylsp[(1) - (2)]));
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1330:35: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1330 | (yyval.defelt) = makeDefElem("rolemembers", (Node *) (yyvsp[(2) - (2)].list), (yylsp[(1) - (2)]));
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1334:35: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1334 | (yyval.defelt) = makeDefElem("addroleto", (Node *) (yyvsp[(3) - (3)].list), (yylsp[(1) - (3)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1338:35: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1338 | (yyval.defelt) = makeDefElem("addroleto", (Node *) (yyvsp[(3) - (3)].list), (yylsp[(1) - (3)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1527:42: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1527 | n->options = list_make1(makeDefElem("rolemembers",
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:1665:14: warning: assigning to 'char *' from 'const char[12]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1665 | n->name = "TRANSACTION";
| ^ ~~~~~~~~~~~~~
gram.y:1674:14: warning: assigning to 'char *' from 'const char[24]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1674 | n->name = "SESSION CHARACTERISTICS";
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
gram.y:1734:14: warning: assigning to 'char *' from 'const char[9]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1734 | n->name = "timezone";
| ^ ~~~~~~~~~~
gram.y:1754:14: warning: assigning to 'char *' from 'const char[12]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1754 | n->name = "search_path";
| ^ ~~~~~~~~~~~~~
gram.y:1762:14: warning: assigning to 'char *' from 'const char[12]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1762 | n->name = "search_path";
| ^ ~~~~~~~~~~~~~
gram.y:1771:14: warning: assigning to 'char *' from 'const char[16]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1771 | n->name = "client_encoding";
| ^ ~~~~~~~~~~~~~~~~~
gram.y:1783:14: warning: assigning to 'char *' from 'const char[5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1783 | n->name = "role";
| ^ ~~~~~~
gram.y:1791:14: warning: assigning to 'char *' from 'const char[5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1791 | n->name = "role";
| ^ ~~~~~~
gram.y:1800:14: warning: assigning to 'char *' from 'const char[22]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1800 | n->name = "session_authorization";
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
gram.y:1808:14: warning: assigning to 'char *' from 'const char[22]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1808 | n->name = "session_authorization";
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
gram.y:1817:14: warning: assigning to 'char *' from 'const char[22]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1817 | n->name = "session_authorization";
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
gram.y:1825:14: warning: assigning to 'char *' from 'const char[10]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1825 | n->name = "xmloption";
| ^ ~~~~~~~~~~~
gram.y:1826:43: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1826 | n->args = list_make1(makeStringConst((yyvsp[(3) - (3)].ival) == XMLOPTION_DOCUMENT ? "DOCUMENT" : "CONTENT", (yylsp[(3) - (3)])));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:103:36: note: passing argument to parameter 'str' here
103 | extern Node *makeStringConst(char *str, int location);
| ^
gram.y:1835:14: warning: assigning to 'char *' from 'const char[21]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1835 | n->name = "TRANSACTION SNAPSHOT";
| ^ ~~~~~~~~~~~~~~~~~~~~~~
gram.y:1858:19: warning: assigning to 'char *' from 'const char[17]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1858 | { (yyval.str) = "read uncommitted"; ;}
| ^ ~~~~~~~~~~~~~~~~~~
gram.y:1859:19: warning: assigning to 'char *' from 'const char[15]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1859 | { (yyval.str) = "read committed"; ;}
| ^ ~~~~~~~~~~~~~~~~
gram.y:1860:19: warning: assigning to 'char *' from 'const char[16]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1860 | { (yyval.str) = "repeatable read"; ;}
| ^ ~~~~~~~~~~~~~~~~~
gram.y:1861:19: warning: assigning to 'char *' from 'const char[13]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1861 | { (yyval.str) = "serializable"; ;}
| ^ ~~~~~~~~~~~~~~
gram.y:1865:19: warning: assigning to 'char *' from 'const char[5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1865 | { (yyval.str) = "true"; ;}
| ^ ~~~~~~
gram.y:1866:19: warning: assigning to 'char *' from 'const char[6]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1866 | { (yyval.str) = "false"; ;}
| ^ ~~~~~~~
gram.y:1867:19: warning: assigning to 'char *' from 'const char[3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1867 | { (yyval.str) = "on"; ;}
| ^ ~~~~
gram.y:1949:14: warning: assigning to 'char *' from 'const char[9]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1949 | n->name = "timezone";
| ^ ~~~~~~~~~~
gram.y:1957:14: warning: assigning to 'char *' from 'const char[22]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1957 | n->name = "transaction_isolation";
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
gram.y:1965:14: warning: assigning to 'char *' from 'const char[22]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1965 | n->name = "session_authorization";
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
gram.y:2013:14: warning: assigning to 'char *' from 'const char[9]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2013 | n->name = "timezone";
| ^ ~~~~~~~~~~
gram.y:2020:14: warning: assigning to 'char *' from 'const char[22]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2020 | n->name = "transaction_isolation";
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
gram.y:2027:14: warning: assigning to 'char *' from 'const char[22]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2027 | n->name = "session_authorization";
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
gram.y:2034:14: warning: assigning to 'char *' from 'const char[4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2034 | n->name = "all";
| ^ ~~~~~
gram.y:3118:35: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3118 | (yyval.defelt) = makeDefElem("restart", NULL, (yylsp[(1) - (1)]));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3122:35: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3122 | (yyval.defelt) = makeDefElem("restart", (Node *) (yyvsp[(3) - (3)].node), (yylsp[(1) - (3)]));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3137:35: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3137 | (yyval.defelt) = makeDefElem("generated", (Node *) makeInteger((yyvsp[(3) - (3)].ival)), (yylsp[(1) - (3)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3481:65: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3481 | (yyval.defelt) = makeDefElem("format", (Node *) makeString("binary"), (yylsp[(1) - (1)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:3481:35: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3481 | (yyval.defelt) = makeDefElem("format", (Node *) makeString("binary"), (yylsp[(1) - (1)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3485:35: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3485 | (yyval.defelt) = makeDefElem("freeze", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3489:35: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3489 | (yyval.defelt) = makeDefElem("delimiter", (Node *) makeString((yyvsp[(3) - (3)].str)), (yylsp[(1) - (3)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3493:35: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3493 | (yyval.defelt) = makeDefElem("null", (Node *) makeString((yyvsp[(3) - (3)].str)), (yylsp[(1) - (3)]));
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3497:65: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3497 | (yyval.defelt) = makeDefElem("format", (Node *) makeString("csv"), (yylsp[(1) - (1)]));
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:3497:35: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3497 | (yyval.defelt) = makeDefElem("format", (Node *) makeString("csv"), (yylsp[(1) - (1)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3501:35: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3501 | (yyval.defelt) = makeDefElem("header", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3505:35: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3505 | (yyval.defelt) = makeDefElem("quote", (Node *) makeString((yyvsp[(3) - (3)].str)), (yylsp[(1) - (3)]));
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3509:35: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3509 | (yyval.defelt) = makeDefElem("escape", (Node *) makeString((yyvsp[(3) - (3)].str)), (yylsp[(1) - (3)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3513:35: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3513 | (yyval.defelt) = makeDefElem("force_quote", (Node *) (yyvsp[(3) - (3)].list), (yylsp[(1) - (3)]));
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3517:35: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3517 | (yyval.defelt) = makeDefElem("force_quote", (Node *) makeNode(A_Star), (yylsp[(1) - (3)]));
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3521:35: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3521 | (yyval.defelt) = makeDefElem("force_not_null", (Node *) (yyvsp[(4) - (4)].list), (yylsp[(1) - (4)]));
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3525:35: warning: passing 'const char[15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3525 | (yyval.defelt) = makeDefElem("force_not_null", (Node *) makeNode(A_Star), (yylsp[(1) - (4)]));
| ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3529:35: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3529 | (yyval.defelt) = makeDefElem("force_null", (Node *) (yyvsp[(3) - (3)].list), (yylsp[(1) - (3)]));
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3533:35: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3533 | (yyval.defelt) = makeDefElem("force_null", (Node *) makeNode(A_Star), (yylsp[(1) - (3)]));
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3537:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3537 | (yyval.defelt) = makeDefElem("encoding", (Node *) makeString((yyvsp[(2) - (2)].str)), (yylsp[(1) - (2)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3546:65: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3546 | (yyval.defelt) = makeDefElem("format", (Node *) makeString("binary"), (yylsp[(1) - (1)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:3546:35: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3546 | (yyval.defelt) = makeDefElem("format", (Node *) makeString("binary"), (yylsp[(1) - (1)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3554:35: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3554 | (yyval.defelt) = makeDefElem("delimiter", (Node *) makeString((yyvsp[(3) - (3)].str)), (yylsp[(2) - (3)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:3587:42: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3587 | { (yyval.node) = (Node *) makeString("default"); ;}
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:4346:38: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4346 | n->keys = list_make1(makeString("value"));
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:4941:35: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4941 | (yyval.defelt) = makeDefElem("as", (Node *) (yyvsp[(2) - (2)].typnam), (yylsp[(1) - (2)]));
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4945:35: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4945 | (yyval.defelt) = makeDefElem("cache", (Node *) (yyvsp[(2) - (2)].node), (yylsp[(1) - (2)]));
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4949:35: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4949 | (yyval.defelt) = makeDefElem("cycle", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4953:35: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4953 | (yyval.defelt) = makeDefElem("cycle", (Node *) makeBoolean(false), (yylsp[(1) - (2)]));
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4957:35: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4957 | (yyval.defelt) = makeDefElem("increment", (Node *) (yyvsp[(3) - (3)].node), (yylsp[(1) - (3)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4961:35: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4961 | (yyval.defelt) = makeDefElem("logged", NULL, (yylsp[(1) - (1)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4965:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4965 | (yyval.defelt) = makeDefElem("maxvalue", (Node *) (yyvsp[(2) - (2)].node), (yylsp[(1) - (2)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4969:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4969 | (yyval.defelt) = makeDefElem("minvalue", (Node *) (yyvsp[(2) - (2)].node), (yylsp[(1) - (2)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4973:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4973 | (yyval.defelt) = makeDefElem("maxvalue", NULL, (yylsp[(1) - (2)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4977:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4977 | (yyval.defelt) = makeDefElem("minvalue", NULL, (yylsp[(1) - (2)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4981:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4981 | (yyval.defelt) = makeDefElem("owned_by", (Node *) (yyvsp[(3) - (3)].list), (yylsp[(1) - (3)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4985:35: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4985 | (yyval.defelt) = makeDefElem("sequence_name", (Node *) (yyvsp[(3) - (3)].list), (yylsp[(1) - (3)]));
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4989:35: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4989 | (yyval.defelt) = makeDefElem("start", (Node *) (yyvsp[(3) - (3)].node), (yylsp[(1) - (3)]));
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4993:35: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4993 | (yyval.defelt) = makeDefElem("restart", NULL, (yylsp[(1) - (1)]));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:4997:35: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4997 | (yyval.defelt) = makeDefElem("restart", (Node *) (yyvsp[(3) - (3)].node), (yylsp[(1) - (3)]));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:5001:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5001 | (yyval.defelt) = makeDefElem("unlogged", NULL, (yylsp[(1) - (1)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:5189:35: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5189 | (yyval.defelt) = makeDefElem("schema", (Node *) makeString((yyvsp[(2) - (2)].str)), (yylsp[(1) - (2)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:5193:35: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5193 | (yyval.defelt) = makeDefElem("new_version", (Node *) makeString((yyvsp[(2) - (2)].str)), (yylsp[(1) - (2)]));
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:5204:35: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5204 | (yyval.defelt) = makeDefElem("cascade", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:5234:35: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5234 | (yyval.defelt) = makeDefElem("new_version", (Node *) makeString((yyvsp[(2) - (2)].str)), (yylsp[(1) - (2)]));
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:5396:36: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5396 | { (yyval.defelt) = makeDefElem("handler", (Node *) (yyvsp[(2) - (2)].list), (yylsp[(1) - (2)])); ;}
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:5397:36: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5397 | { (yyval.defelt) = makeDefElem("handler", NULL, (yylsp[(1) - (2)])); ;}
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:5398:36: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5398 | { (yyval.defelt) = makeDefElem("validator", (Node *) (yyvsp[(2) - (2)].list), (yylsp[(1) - (2)])); ;}
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:5399:36: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5399 | { (yyval.defelt) = makeDefElem("validator", NULL, (yylsp[(1) - (2)])); ;}
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:5907:19: warning: assigning to 'char *' from 'const char[4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5907 | { (yyval.str) = "all"; ;}
| ^ ~~~~~
gram.y:5911:19: warning: assigning to 'char *' from 'const char[4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5911 | { (yyval.str) = "all"; ;}
| ^ ~~~~~
gram.y:5912:19: warning: assigning to 'char *' from 'const char[7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5912 | { (yyval.str) = "select"; ;}
| ^ ~~~~~~~~
gram.y:5913:19: warning: assigning to 'char *' from 'const char[7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5913 | { (yyval.str) = "insert"; ;}
| ^ ~~~~~~~~
gram.y:5914:19: warning: assigning to 'char *' from 'const char[7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5914 | { (yyval.str) = "update"; ;}
| ^ ~~~~~~~~
gram.y:5915:19: warning: assigning to 'char *' from 'const char[7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
5915 | { (yyval.str) = "delete"; ;}
| ^ ~~~~~~~~
gram.y:6435:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6435 | n->definition = list_make1(makeDefElem("from", (Node *) (yyvsp[(5) - (5)].list), (yylsp[(5) - (5)])));
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:6445:45: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
6445 | n->definition = list_make1(makeDefElem("from", (Node *) (yyvsp[(8) - (8)].list), (yylsp[(8) - (8)])));
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8060:35: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8060 | (yyval.defelt) = makeDefElem("schemas", (Node *) (yyvsp[(3) - (3)].list), (yylsp[(1) - (3)]));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8064:35: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8064 | (yyval.defelt) = makeDefElem("roles", (Node *) (yyvsp[(3) - (3)].list), (yylsp[(1) - (3)]));
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8068:35: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8068 | (yyval.defelt) = makeDefElem("roles", (Node *) (yyvsp[(3) - (3)].list), (yylsp[(1) - (3)]));
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8214:19: warning: assigning to 'char *' from 'const char[6]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8214 | { (yyval.str) = DEFAULT_INDEX_TYPE; ;}
| ^ ~~~~~~~~~~~~~~~~~~
gram.y:8671:35: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8671 | (yyval.defelt) = makeDefElem("strict", (Node *) makeBoolean(false), (yylsp[(1) - (4)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8675:35: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8675 | (yyval.defelt) = makeDefElem("strict", (Node *) makeBoolean(true), (yylsp[(1) - (5)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8679:35: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8679 | (yyval.defelt) = makeDefElem("strict", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8683:69: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8683 | (yyval.defelt) = makeDefElem("volatility", (Node *) makeString("immutable"), (yylsp[(1) - (1)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:8683:35: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8683 | (yyval.defelt) = makeDefElem("volatility", (Node *) makeString("immutable"), (yylsp[(1) - (1)]));
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8687:69: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8687 | (yyval.defelt) = makeDefElem("volatility", (Node *) makeString("stable"), (yylsp[(1) - (1)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:8687:35: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8687 | (yyval.defelt) = makeDefElem("volatility", (Node *) makeString("stable"), (yylsp[(1) - (1)]));
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8691:69: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8691 | (yyval.defelt) = makeDefElem("volatility", (Node *) makeString("volatile"), (yylsp[(1) - (1)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:8691:35: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8691 | (yyval.defelt) = makeDefElem("volatility", (Node *) makeString("volatile"), (yylsp[(1) - (1)]));
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8695:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8695 | (yyval.defelt) = makeDefElem("security", (Node *) makeBoolean(true), (yylsp[(1) - (3)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8699:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8699 | (yyval.defelt) = makeDefElem("security", (Node *) makeBoolean(false), (yylsp[(1) - (3)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8703:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8703 | (yyval.defelt) = makeDefElem("security", (Node *) makeBoolean(true), (yylsp[(1) - (2)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8707:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8707 | (yyval.defelt) = makeDefElem("security", (Node *) makeBoolean(false), (yylsp[(1) - (2)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8711:35: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8711 | (yyval.defelt) = makeDefElem("leakproof", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8715:35: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8715 | (yyval.defelt) = makeDefElem("leakproof", (Node *) makeBoolean(false), (yylsp[(1) - (2)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8719:35: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8719 | (yyval.defelt) = makeDefElem("cost", (Node *) (yyvsp[(2) - (2)].node), (yylsp[(1) - (2)]));
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8723:35: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8723 | (yyval.defelt) = makeDefElem("rows", (Node *) (yyvsp[(2) - (2)].node), (yylsp[(1) - (2)]));
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8727:35: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8727 | (yyval.defelt) = makeDefElem("support", (Node *) (yyvsp[(2) - (2)].list), (yylsp[(1) - (2)]));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8732:35: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8732 | (yyval.defelt) = makeDefElem("set", (Node *) (yyvsp[(1) - (1)].vsetstmt), (yylsp[(1) - (1)]));
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8736:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8736 | (yyval.defelt) = makeDefElem("parallel", (Node *) makeString((yyvsp[(2) - (2)].str)), (yylsp[(1) - (2)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8743:35: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8743 | (yyval.defelt) = makeDefElem("as", (Node *) (yyvsp[(2) - (2)].list), (yylsp[(1) - (2)]));
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8747:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8747 | (yyval.defelt) = makeDefElem("language", (Node *) makeString((yyvsp[(2) - (2)].str)), (yylsp[(1) - (2)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8751:35: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8751 | (yyval.defelt) = makeDefElem("transform", (Node *) (yyvsp[(2) - (2)].list), (yylsp[(1) - (2)]));
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:8755:35: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
8755 | (yyval.defelt) = makeDefElem("window", (Node *) makeBoolean(true), (yylsp[(1) - (1)]));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:9102:35: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9102 | (yyval.defelt) = makeDefElem("as", (Node *) makeString((yyvsp[(1) - (1)].str)), (yylsp[(1) - (1)]));
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:9106:35: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9106 | (yyval.defelt) = makeDefElem("language", (Node *) makeString((yyvsp[(2) - (2)].str)), (yylsp[(1) - (2)]));
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:9248:24: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9248 | makeDefElem("concurrently", NULL, (yylsp[(4) - (5)])));
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:9261:24: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9261 | makeDefElem("concurrently", NULL, (yylsp[(4) - (5)])));
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:9274:24: warning: passing 'const char[13]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
9274 | makeDefElem("concurrently", NULL, (yylsp[(4) - (5)])));
| ^~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:10853:42: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10853 | n->options = list_make1(makeDefElem("enabled",
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:10864:42: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
10864 | n->options = list_make1(makeDefElem("enabled",
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11179:36: warning: passing 'const char[22]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11179 | { (yyval.defelt) = makeDefElem("transaction_isolation",
| ^~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11182:36: warning: passing 'const char[22]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11182 | { (yyval.defelt) = makeDefElem("transaction_read_only",
| ^~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11185:36: warning: passing 'const char[22]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11185 | { (yyval.defelt) = makeDefElem("transaction_read_only",
| ^~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11188:36: warning: passing 'const char[23]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11188 | { (yyval.defelt) = makeDefElem("transaction_deferrable",
| ^~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11191:36: warning: passing 'const char[23]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11191 | { (yyval.defelt) = makeDefElem("transaction_deferrable",
| ^~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11418:42: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11418 | n->options = list_make1(makeDefElem("tablespace",
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11506:35: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11506 | (yyval.defelt) = makeDefElem("force", NULL, (yylsp[(1) - (1)]));
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11805:50: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11805 | n->params = lappend(n->params, makeDefElem("verbose", NULL, (yylsp[(2) - (4)])));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11817:50: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11817 | n->params = lappend(n->params, makeDefElem("verbose", NULL, (yylsp[(2) - (2)])));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11829:50: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11829 | n->params = lappend(n->params, makeDefElem("verbose", NULL, (yylsp[(2) - (5)])));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11855:25: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11855 | makeDefElem("full", NULL, (yylsp[(2) - (6)])));
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11858:25: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11858 | makeDefElem("freeze", NULL, (yylsp[(3) - (6)])));
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11861:25: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11861 | makeDefElem("verbose", NULL, (yylsp[(4) - (6)])));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11864:25: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11864 | makeDefElem("analyze", NULL, (yylsp[(5) - (6)])));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11887:25: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11887 | makeDefElem("verbose", NULL, (yylsp[(2) - (3)])));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:11928:19: warning: assigning to 'char *' from 'const char[8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11928 | { (yyval.str) = "analyze"; ;}
| ^ ~~~~~~~~~
gram.y:11929:19: warning: assigning to 'char *' from 'const char[7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
11929 | { (yyval.str) = "format"; ;}
| ^ ~~~~~~~~
gram.y:12003:42: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12003 | n->options = list_make1(makeDefElem("analyze", NULL, (yylsp[(2) - (4)])));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:12006:25: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12006 | makeDefElem("verbose", NULL, (yylsp[(3) - (4)])));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:12014:42: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
12014 | n->options = list_make1(makeDefElem("verbose", NULL, (yylsp[(2) - (3)])));
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:13299:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
13299 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "+", NULL, (yyvsp[(2) - (2)].node), (yylsp[(1) - (2)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14144:36: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14144 | { (yyval.defelt) = makeDefElem("default", (yyvsp[(2) - (2)].node), (yylsp[(1) - (2)])); ;}
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:14146:36: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14146 | { (yyval.defelt) = makeDefElem("is_not_null", (Node *) makeBoolean(true), (yylsp[(1) - (2)])); ;}
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:14148:36: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14148 | { (yyval.defelt) = makeDefElem("is_not_null", (Node *) makeBoolean(false), (yylsp[(1) - (1)])); ;}
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:14150:36: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14150 | { (yyval.defelt) = makeDefElem("path", (yyvsp[(2) - (2)].node), (yylsp[(1) - (2)])); ;}
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:104:35: note: passing argument to parameter 'name' here
104 | extern DefElem *makeDefElem(char *name, Node *arg, int location);
| ^
gram.y:14450:38: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14450 | (yyval.typnam) = SystemTypeName("int4");
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14455:38: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14455 | (yyval.typnam) = SystemTypeName("int4");
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14460:38: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14460 | (yyval.typnam) = SystemTypeName("int2");
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14465:38: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14465 | (yyval.typnam) = SystemTypeName("int8");
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14470:38: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14470 | (yyval.typnam) = SystemTypeName("float4");
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14480:38: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14480 | (yyval.typnam) = SystemTypeName("float8");
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14485:38: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14485 | (yyval.typnam) = SystemTypeName("numeric");
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14491:38: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14491 | (yyval.typnam) = SystemTypeName("numeric");
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14497:38: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14497 | (yyval.typnam) = SystemTypeName("numeric");
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14503:38: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14503 | (yyval.typnam) = SystemTypeName("bool");
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14520:39: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14520 | (yyval.typnam) = SystemTypeName("float4");
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14522:39: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14522 | (yyval.typnam) = SystemTypeName("float8");
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14531:38: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14531 | (yyval.typnam) = SystemTypeName("float8");
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14567:14: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14567 | typname = (yyvsp[(2) - (5)].boolean) ? "varbit" : "bit";
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gram.y:14580:39: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14580 | (yyval.typnam) = SystemTypeName("varbit");
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14584:39: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14584 | (yyval.typnam) = SystemTypeName("bit");
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14642:19: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14642 | { (yyval.str) = (yyvsp[(2) - (2)].boolean) ? "varchar": "bpchar"; ;}
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gram.y:14644:19: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14644 | { (yyval.str) = (yyvsp[(2) - (2)].boolean) ? "varchar": "bpchar"; ;}
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gram.y:14646:19: warning: assigning to 'char *' from 'const char[8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14646 | { (yyval.str) = "varchar"; ;}
| ^ ~~~~~~~~~
gram.y:14648:19: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14648 | { (yyval.str) = (yyvsp[(3) - (3)].boolean) ? "varchar": "bpchar"; ;}
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gram.y:14650:19: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14650 | { (yyval.str) = (yyvsp[(3) - (3)].boolean) ? "varchar": "bpchar"; ;}
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gram.y:14652:19: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14652 | { (yyval.str) = (yyvsp[(2) - (2)].boolean) ? "varchar": "bpchar"; ;}
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gram.y:14667:39: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14667 | (yyval.typnam) = SystemTypeName("timestamptz");
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14669:39: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14669 | (yyval.typnam) = SystemTypeName("timestamp");
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14676:39: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14676 | (yyval.typnam) = SystemTypeName("timestamptz");
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14678:39: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14678 | (yyval.typnam) = SystemTypeName("timestamp");
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14684:39: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14684 | (yyval.typnam) = SystemTypeName("timetz");
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14686:39: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14686 | (yyval.typnam) = SystemTypeName("time");
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14693:39: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14693 | (yyval.typnam) = SystemTypeName("timetz");
| ^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14695:39: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14695 | (yyval.typnam) = SystemTypeName("time");
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14703:38: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14703 | (yyval.typnam) = SystemTypeName("interval");
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14788:38: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14788 | (yyval.typnam) = SystemTypeName("json");
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:14835:58: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14835 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("timezone"),
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:14842:58: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14842 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("timezone"),
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:14857:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14857 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "+", NULL, (yyvsp[(2) - (2)].node), (yylsp[(1) - (2)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14861:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14861 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "+", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14863:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14863 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "-", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14865:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14865 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "*", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14867:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14867 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "/", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14869:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14869 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "%", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14871:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14871 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "^", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14873:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14873 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "<", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14875:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14875 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, ">", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14877:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14877 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "=", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14879:58: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14879 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "<=", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14881:58: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14881 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, ">=", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14883:58: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14883 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "<>", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14901:59: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14901 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_LIKE, "~~",
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14906:50: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14906 | FuncCall *n = makeFuncCall(SystemFuncName("like_escape"),
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:14910:59: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14910 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_LIKE, "~~",
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14915:59: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14915 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_LIKE, "!~~",
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14920:50: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14920 | FuncCall *n = makeFuncCall(SystemFuncName("like_escape"),
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:14924:59: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14924 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_LIKE, "!~~",
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14929:60: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14929 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_ILIKE, "~~*",
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14934:50: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14934 | FuncCall *n = makeFuncCall(SystemFuncName("like_escape"),
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:14938:60: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14938 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_ILIKE, "~~*",
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14943:60: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14943 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_ILIKE, "!~~*",
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14948:50: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14948 | FuncCall *n = makeFuncCall(SystemFuncName("like_escape"),
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:14952:60: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14952 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_ILIKE, "!~~*",
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14958:50: warning: passing 'const char[18]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14958 | FuncCall *n = makeFuncCall(SystemFuncName("similar_to_escape"),
| ^~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:14962:62: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14962 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_SIMILAR, "~",
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14967:50: warning: passing 'const char[18]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14967 | FuncCall *n = makeFuncCall(SystemFuncName("similar_to_escape"),
| ^~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:14971:62: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14971 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_SIMILAR, "~",
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14976:50: warning: passing 'const char[18]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14976 | FuncCall *n = makeFuncCall(SystemFuncName("similar_to_escape"),
| ^~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:14980:62: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14980 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_SIMILAR, "!~",
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:14985:50: warning: passing 'const char[18]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14985 | FuncCall *n = makeFuncCall(SystemFuncName("similar_to_escape"),
| ^~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:14989:62: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
14989 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_SIMILAR, "!~",
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15050:58: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15050 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("overlaps"),
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15111:63: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15111 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_DISTINCT, "=", (yyvsp[(1) - (5)].node), (yyvsp[(5) - (5)].node), (yylsp[(2) - (5)]));
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15115:67: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15115 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_NOT_DISTINCT, "=", (yyvsp[(1) - (6)].node), (yyvsp[(6) - (6)].node), (yylsp[(2) - (6)]));
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15120:16: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15120 | "BETWEEN",
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15128:16: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15128 | "NOT BETWEEN",
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15136:16: warning: passing 'const char[18]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15136 | "BETWEEN SYMMETRIC",
| ^~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15144:16: warning: passing 'const char[22]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15144 | "NOT BETWEEN SYMMETRIC",
| ^~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15167:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15167 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_IN, "=", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)]));
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15190:58: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15190 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_IN, "<>", (yyvsp[(1) - (4)].node), (yyvsp[(4) - (4)].node), (yylsp[(2) - (4)]));
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15241:58: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15241 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("is_normalized"),
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15248:58: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15248 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("is_normalized"),
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15255:70: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15255 | (yyval.node) = makeNotExpr((Node *) makeFuncCall(SystemFuncName("is_normalized"),
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15263:70: warning: passing 'const char[14]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15263 | (yyval.node) = makeNotExpr((Node *) makeFuncCall(SystemFuncName("is_normalized"),
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15336:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15336 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "+", NULL, (yyvsp[(2) - (2)].node), (yylsp[(1) - (2)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15340:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15340 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "+", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15342:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15342 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "-", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15344:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15344 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "*", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15346:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15346 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "/", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15348:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15348 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "%", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15350:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15350 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "^", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15352:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15352 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "<", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15354:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15354 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, ">", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15356:58: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15356 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "=", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15358:58: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15358 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "<=", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15360:58: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15360 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, ">=", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15362:58: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15362 | { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "<>", (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node), (yylsp[(2) - (3)])); ;}
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15369:63: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15369 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_DISTINCT, "=", (yyvsp[(1) - (5)].node), (yyvsp[(5) - (5)].node), (yylsp[(2) - (5)]));
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15373:67: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15373 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_NOT_DISTINCT, "=", (yyvsp[(1) - (6)].node), (yyvsp[(6) - (6)].node), (yylsp[(2) - (6)]));
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15690:58: warning: passing 'const char[17]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15690 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("pg_collation_for"),
| ^~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15745:58: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15745 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("system_user"),
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15766:58: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15766 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("extract"),
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15773:58: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15773 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("normalize"),
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15780:58: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15780 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("normalize"),
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15787:58: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15787 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("overlay"),
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15798:65: warning: passing 'const char[8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15798 | (yyval.node) = (Node *) makeFuncCall(list_make1(makeString("overlay")),
| ^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:15812:58: warning: passing 'const char[9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15812 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("position"),
| ^~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15822:58: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15822 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("substring"),
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15833:65: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15833 | (yyval.node) = (Node *) makeFuncCall(list_make1(makeString("substring")),
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:15859:58: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15859 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("btrim"),
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15866:58: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15866 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("ltrim"),
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15873:58: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15873 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("rtrim"),
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15880:58: warning: passing 'const char[6]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15880 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("btrim"),
| ^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15887:61: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15887 | (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_NULLIF, "=", (yyvsp[(3) - (6)].node), (yyvsp[(5) - (6)].node), (yylsp[(1) - (6)]));
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:15939:58: warning: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15939 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("xmlexists"),
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:15985:58: warning: passing 'const char[12]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
15985 | (yyval.node) = (Node *) makeFuncCall(SystemFuncName("json_object"),
| ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:65:35: note: passing argument to parameter 'name' here
65 | extern List *SystemFuncName(char *name);
| ^
gram.y:16519:19: warning: assigning to 'char *' from 'const char[2]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16519 | { (yyval.str) = "+"; ;}
| ^ ~~~
gram.y:16520:19: warning: assigning to 'char *' from 'const char[2]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16520 | { (yyval.str) = "-"; ;}
| ^ ~~~
gram.y:16521:19: warning: assigning to 'char *' from 'const char[2]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16521 | { (yyval.str) = "*"; ;}
| ^ ~~~
gram.y:16522:19: warning: assigning to 'char *' from 'const char[2]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16522 | { (yyval.str) = "/"; ;}
| ^ ~~~
gram.y:16523:19: warning: assigning to 'char *' from 'const char[2]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16523 | { (yyval.str) = "%"; ;}
| ^ ~~~
gram.y:16524:19: warning: assigning to 'char *' from 'const char[2]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16524 | { (yyval.str) = "^"; ;}
| ^ ~~~
gram.y:16525:19: warning: assigning to 'char *' from 'const char[2]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16525 | { (yyval.str) = "<"; ;}
| ^ ~~~
gram.y:16526:19: warning: assigning to 'char *' from 'const char[2]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16526 | { (yyval.str) = ">"; ;}
| ^ ~~~
gram.y:16527:19: warning: assigning to 'char *' from 'const char[2]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16527 | { (yyval.str) = "="; ;}
| ^ ~~~
gram.y:16528:19: warning: assigning to 'char *' from 'const char[3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16528 | { (yyval.str) = "<="; ;}
| ^ ~~~~
gram.y:16529:19: warning: assigning to 'char *' from 'const char[3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16529 | { (yyval.str) = ">="; ;}
| ^ ~~~~
gram.y:16530:19: warning: assigning to 'char *' from 'const char[3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16530 | { (yyval.str) = "<>"; ;}
| ^ ~~~~
gram.y:16552:44: warning: passing 'const char[3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16552 | { (yyval.list) = list_make1(makeString("~~")); ;}
| ^~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:16554:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16554 | { (yyval.list) = list_make1(makeString("!~~")); ;}
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:16556:44: warning: passing 'const char[4]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16556 | { (yyval.list) = list_make1(makeString("~~*")); ;}
| ^~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:16558:44: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16558 | { (yyval.list) = list_make1(makeString("!~~*")); ;}
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:213:45: note: expanded from macro 'list_make1'
213 | list_make1_impl(T_List, list_make_ptr_cell(x1))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:16659:19: warning: assigning to 'char *' from 'const char[5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16659 | { (yyval.str) = "year"; ;}
| ^ ~~~~~~
gram.y:16660:19: warning: assigning to 'char *' from 'const char[6]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16660 | { (yyval.str) = "month"; ;}
| ^ ~~~~~~~
gram.y:16661:19: warning: assigning to 'char *' from 'const char[4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16661 | { (yyval.str) = "day"; ;}
| ^ ~~~~~
gram.y:16662:19: warning: assigning to 'char *' from 'const char[5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16662 | { (yyval.str) = "hour"; ;}
| ^ ~~~~~~
gram.y:16663:19: warning: assigning to 'char *' from 'const char[7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16663 | { (yyval.str) = "minute"; ;}
| ^ ~~~~~~~~
gram.y:16664:19: warning: assigning to 'char *' from 'const char[7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16664 | { (yyval.str) = "second"; ;}
| ^ ~~~~~~~~
gram.y:16669:19: warning: assigning to 'char *' from 'const char[4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16669 | { (yyval.str) = "NFC"; ;}
| ^ ~~~~~
gram.y:16670:19: warning: assigning to 'char *' from 'const char[4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16670 | { (yyval.str) = "NFD"; ;}
| ^ ~~~~~
gram.y:16671:19: warning: assigning to 'char *' from 'const char[5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16671 | { (yyval.str) = "NFKC"; ;}
| ^ ~~~~~~
gram.y:16672:19: warning: assigning to 'char *' from 'const char[5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16672 | { (yyval.str) = "NFKD"; ;}
| ^ ~~~~~~
gram.y:16747:29: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
16747 | SystemTypeName("int4"), -1));
| ^~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:218:25: note: expanded from macro 'list_make3'
218 | list_make_ptr_cell(x3))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/parser/parser.h:66:39: note: passing argument to parameter 'name' here
66 | extern TypeName *SystemTypeName(char *name);
| ^
gram.y:18631:1: warning: function 'base_yyerror' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
18631 | {
| ^
gram.y:19079:31: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
19079 | return list_make2(makeString("pg_catalog"), makeString(name));
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:215:45: note: expanded from macro 'list_make2'
215 | list_make2_impl(T_List, list_make_ptr_cell(x1), list_make_ptr_cell(x2))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:19091:56: warning: passing 'const char[11]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
19091 | return makeTypeNameFromNameList(list_make2(makeString("pg_catalog"),
| ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:215:45: note: expanded from macro 'list_make2'
215 | list_make2_impl(T_List, list_make_ptr_cell(x1), list_make_ptr_cell(x2))
| ^~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:207:58: note: expanded from macro 'list_make_ptr_cell'
207 | #define list_make_ptr_cell(v) ((ListCell) {.ptr_value = (v)})
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/value.h:87:33: note: passing argument to parameter 'str' here
87 | extern String *makeString(char *str);
| ^
gram.y:19130:45: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
19130 | return (Node *) makeSimpleA_Expr(AEXPR_OP, "-", NULL, n, location);
| ^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/makefuncs.h:24:57: note: passing argument to parameter 'name' here
24 | extern A_Expr *makeSimpleA_Expr(A_Expr_Kind kind, char *name,
| ^
gram.y:19270:27: warning: passing 'const char[7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
19270 | result = SystemTypeName("record");
| ^~~~~~~~
gram.y:19089:22: note: passing argument to parameter 'name' here
19089 | SystemTypeName(char *name)
| ^
318 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_parser_parser.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_parser_parser.c:36:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/gramparse.h:22:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/parsenodes.h:28:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/primnodes.h:22:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_parser_parser.c:166:23: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
166 | cur_token_length = strlen(yyextra->core_yy_extra.scanbuf + *llocp);
| ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_parser_parser.c:327:10: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
326 | truncate_identifier(lvalp->core_yystype.str,
| ~~~~~~~~~~~~~~~~~~~
327 | strlen(lvalp->core_yystype.str),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_parser_parser.c:425:35: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
424 | setup_scanner_errposition_callback(&scbstate, yyscanner,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
425 | in - str + position + 3); /* 3 for U&" */
| ~~~~~~~~~~~~~~~~~~~~^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_parser_parser.c:539:45: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
539 | scanner_errposition(in - str + position + 3, /* 3 for U&" */
| ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/utils/elog.h:164:37: note: expanded from macro 'ereport'
164 | ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__)
| ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/utils/elog.h:147:4: note: expanded from macro 'ereport_domain'
147 | __VA_ARGS__, errfinish(__FILE__, __LINE__, __func__); \
| ^~~~~~~~~~~
5 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_parser_scan.c
In file included from scan.c:38:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/gramparse.h:22:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/parsenodes.h:28:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/primnodes.h:22:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
scan.l:58:1: warning: function 'fprintf_to_ereport' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
58 | {
| ^
scan.l:461:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
461 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:467:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
467 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:485:54: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
485 | yyextra->yyllocend = yytext - yyextra->scanbuf + yyleng;
| ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
scan.l:516:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
516 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:523:21: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
523 | addlit(yytext, yyleng, yyscanner);
| ~~~~~~ ^~~~~~
scan.c:403:21: note: expanded from macro 'yyleng'
403 | #define yyleng yyg->yyleng_r
| ~~~~~^~~~~~~~
scan.l:534:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
534 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:548:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
548 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:563:54: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
563 | yyextra->yyllocend = yytext - yyextra->scanbuf + yyleng;
| ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
scan.l:571:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
571 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:581:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
581 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:586:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
586 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:632:55: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
632 | yyextra->yyllocend = yytext - yyextra->scanbuf + yyleng;
| ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
scan.l:636:55: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
636 | yyextra->yyllocend = yytext - yyextra->scanbuf + yyleng;
| ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
scan.l:649:55: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
649 | yyextra->yyllocend = yytext - yyextra->scanbuf + yyleng;
| ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
scan.l:653:55: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
653 | yyextra->yyllocend = yytext - yyextra->scanbuf + yyleng;
| ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
scan.l:664:21: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
664 | addlit(yytext, yyleng, yyscanner);
| ~~~~~~ ^~~~~~
scan.c:403:21: note: expanded from macro 'yyleng'
403 | #define yyleng yyg->yyleng_r
| ~~~~~^~~~~~~~
scan.l:667:21: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
667 | addlit(yytext, yyleng, yyscanner);
| ~~~~~~ ^~~~~~
scan.c:403:21: note: expanded from macro 'yyleng'
403 | #define yyleng yyg->yyleng_r
| ~~~~~^~~~~~~~
scan.l:670:19: warning: implicit conversion loses integer precision: 'unsigned long' to 'pg_wchar' (aka 'unsigned int') [-Wshorten-64-to-32]
670 | pg_wchar c = strtoul(yytext + 2, NULL, 16);
| ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scan.l:682:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
682 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:698:19: warning: implicit conversion loses integer precision: 'unsigned long' to 'pg_wchar' (aka 'unsigned int') [-Wshorten-64-to-32]
698 | pg_wchar c = strtoul(yytext + 2, NULL, 16);
| ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scan.l:703:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
703 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:721:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
721 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:726:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
726 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:772:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
772 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:778:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
778 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:791:54: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
791 | yyextra->yyllocend = yytext - yyextra->scanbuf + yyleng;
| ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
scan.l:801:29: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
801 | addlit(yytext, yyleng - 1, yyscanner);
| ~~~~~~ ~~~~~~~^~~
scan.l:802:21: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
802 | yyless(yyleng - 1);
| ~~~~~~~~~~~~~~^~~~
scan.c:465:33: note: expanded from macro 'yyless'
465 | int yyless_macro_arg = (n); \
| ~~~~~~~~~~~~~~~~ ^
scan.l:806:21: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
806 | addlit(yytext, yyleng, yyscanner);
| ~~~~~~ ^~~~~~
scan.c:403:21: note: expanded from macro 'yyleng'
403 | #define yyleng yyg->yyleng_r
| ~~~~~^~~~~~~~
scan.l:809:21: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
809 | addlit(yytext, yyleng, yyscanner);
| ~~~~~~ ^~~~~~
scan.c:403:21: note: expanded from macro 'yyleng'
403 | #define yyleng yyg->yyleng_r
| ~~~~~^~~~~~~~
scan.l:818:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
818 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:823:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
823 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:837:53: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
837 | yyextra->yyllocend = yytext - yyextra->scanbuf + yyleng;
| ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
scan.l:846:53: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
846 | yyextra->yyllocend = yytext - yyextra->scanbuf + yyleng;
| ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
scan.l:853:21: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
853 | addlit(yytext, yyleng, yyscanner);
| ~~~~~~ ^~~~~~
scan.c:403:21: note: expanded from macro 'yyleng'
403 | #define yyleng yyg->yyleng_r
| ~~~~~^~~~~~~~
scan.l:860:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
860 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:864:51: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
864 | ident = downcase_truncate_identifier(yytext, yyleng, true);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~
scan.c:403:21: note: expanded from macro 'yyleng'
403 | #define yyleng yyg->yyleng_r
| ~~~~~^~~~~~~~
scan.l:866:53: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
866 | yyextra->yyllocend = yytext - yyextra->scanbuf + yyleng;
| ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
scan.l:871:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
871 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:876:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
876 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:881:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
881 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:886:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
886 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:891:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
891 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:896:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
896 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:902:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
902 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:908:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
908 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:913:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
913 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:924:21: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
924 | int nchars = yyleng;
| ~~~~~~ ^~~~~~
scan.c:403:21: note: expanded from macro 'yyleng'
403 | #define yyleng yyg->yyleng_r
| ~~~~~^~~~~~~~
scan.l:937:26: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
937 | nchars = slashstar - yytext;
| ~ ~~~~~~~~~~^~~~~~~~
scan.l:976:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
976 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1026:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1026 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1027:21: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1027 | yylval->ival = atol(yytext + 1);
| ~ ^~~~~~~~~~~~~~~~
scan.l:1032:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1032 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1036:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1036 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1040:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1040 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1044:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1044 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1048:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1048 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1052:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1052 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1056:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1056 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1060:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1060 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1066:20: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
1066 | yyless(yyleng - 2);
| ~~~~~~~~~~~~~~^~~~
scan.c:465:33: note: expanded from macro 'yyless'
465 | int yyless_macro_arg = (n); \
| ~~~~~~~~~~~~~~~~ ^
scan.l:1067:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1067 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1071:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1071 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1076:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1076 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1080:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1080 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1084:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1084 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1088:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1088 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1097:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1097 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1113:51: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
1113 | ident = downcase_truncate_identifier(yytext, yyleng, true);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~
scan.c:403:21: note: expanded from macro 'yyleng'
403 | #define yyleng yyg->yyleng_r
| ~~~~~^~~~~~~~
scan.l:1115:53: warning: implicit conversion loses integer precision: 'yy_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
1115 | yyextra->yyllocend = yytext - yyextra->scanbuf + yyleng;
| ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
scan.l:1120:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1120 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1125:6: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1125 | SET_YYLLOC();
| ^~~~~~~~~~~~
scan.l:108:43: note: expanded from macro 'SET_YYLLOC'
108 | #define SET_YYLLOC() (*(yylloc) = yytext - yyextra->scanbuf)
| ~ ~~~~~~~^~~~~~~~~~~~~~~~~~
scan.l:1416:14: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
1416 | addlit(buf, strlen(buf), yyscanner);
| ~~~~~~ ^~~~~~~~~~~
75 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_parser_scansup.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_storage_ipc_ipc.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_storage_ipc_ipc.c:39:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/tcop/tcopprot.h:18:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/plannodes.h:23:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/primnodes.h:22:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_tcop_postgres.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_tcop_postgres.c:48:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/printtup.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/utils/portal.h:50:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/executor/execdesc.h:18:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/execnodes.h:32:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupconvert.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/attmap.h:18:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupdesc.h:19:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_tcop_postgres.c:57:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/libpq/pqformat.h:110:15: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
110 | int slen = strlen(str);
| ~~~~ ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/libpq/pqformat.h:115:10: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
115 | slen = strlen(p);
| ~ ^~~~~~~~~
3 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_activity_pgstat_database.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_activity_pgstat_database.c:27:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/utils/pgstat_internal.h:17:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/common/hashfn_unstable.h:389:11: warning: implicit conversion loses integer precision: 'uint64' (aka 'unsigned long') to 'uint32' (aka 'unsigned int') [-Wshorten-64-to-32]
389 | return h - (h >> 32);
| ~~~~~~ ~~^~~~~~~~~~~
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_activity_pgstat_database.c:27:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/utils/pgstat_internal.h:20:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/pgstat.h:19:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/utils/relcache.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupdesc.h:19:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
2 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_adt_datum.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_adt_expandeddatum.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_adt_format_type.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_adt_format_type.c:26:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/htup_details.h:19:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupdesc.h:19:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_adt_numutils.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_adt_ruleutils.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_adt_ruleutils.c:30:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/amapi.h:15:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/genam.h:21:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/utils/relcache.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupdesc.h:19:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_error_assert.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_error_elog.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_error_elog.c:124:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/xact.h:21:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_error_elog.c:126:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/libpq/pqformat.h:110:15: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
110 | int slen = strlen(str);
| ~~~~ ^~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/libpq/pqformat.h:115:10: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
115 | slen = strlen(p);
| ~ ^~~~~~~~~
3 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_fmgr_fmgr.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_fmgr_fmgr.c:26:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/catalog/pg_proc.h:21:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/catalog/objectaddress.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/parsenodes.h:28:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/primnodes.h:22:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_init_globals.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_init_globals.c:32:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/libpq/libpq-be.h:57:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/libpq/hba.h:15:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mb_mbutils.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mb_mbutils.c:61:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/xact.h:21:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_misc_guc_tables.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_misc_guc_tables.c:37:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/commit_ts.h:14:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/xlog.h:18:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_alignedalloc.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_aset.c
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_aset.c:439:24: warning: implicit conversion loses integer precision: 'Size' (aka 'unsigned long') to 'uint32' (aka 'unsigned int') [-Wshorten-64-to-32]
439 | set->maxBlockSize = maxBlockSize;
| ~ ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_aset.c:1147:10: warning: implicit conversion loses integer precision: 'Size' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
1147 | fidx = MemoryChunkGetValue(chunk);
| ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_aset.c:1337:9: warning: implicit conversion loses integer precision: 'Size' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
1337 | fidx = MemoryChunkGetValue(chunk);
| ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_aset.c:1505:9: warning: implicit conversion loses integer precision: 'Size' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
1505 | fidx = MemoryChunkGetValue(chunk);
| ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_bump.c
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_bump.c:538:1: warning: function 'BumpFree' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
538 | {
| ^
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_generation.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_mcxt.c
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_mcxt.c:338:1: warning: function 'BogusFree' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
338 | {
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_mcxt.c:973:17: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
973 | int idlen = strlen(ident);
| ~~~~~ ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_mcxt.c:977:7: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
977 | i = strlen(truncated_ident);
| ~ ^~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_backend_utils_mmgr_slab.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_encnames.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_hashfn.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_keywords.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_kwlookup.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_psprintf.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_stringinfo.c
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_stringinfo.c:188:33: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
188 | appendBinaryStringInfo(str, s, strlen(s));
| ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c:1137:18: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1137 | return nullpos - s;
| ~~~~~~ ~~~~~~~~^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c:1223:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1223 | return s - start;
| ~~~~~~ ~~^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c:1281:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1281 | return s - start;
| ~~~~~~ ~~^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c:1364:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1364 | return s - start;
| ~~~~~~ ~~^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c:1417:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1417 | return s - start;
| ~~~~~~ ~~^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c:1467:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1467 | return s - start;
| ~~~~~~ ~~^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c:1484:18: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1484 | return nullpos - s;
| ~~~~~~ ~~~~~~~~^~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c:1536:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1536 | return s - start;
| ~~~~~~ ~~^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c:1585:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1585 | return s - start;
| ~~~~~~ ~~^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c:1634:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1634 | return s - start;
| ~~~~~~ ~~^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c:1683:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1683 | return s - start;
| ~~~~~~ ~~^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c:1743:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1743 | return s - start;
| ~~~~~~ ~~^~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_common_wchar.c:2017:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
2017 | return s - start;
| ~~~~~~ ~~^~~~~~~
13 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_comp.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_comp.c:57:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/htup_details.h:19:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupdesc.h:19:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_comp.c:219:11: warning: initializing 'char *' with an expression of type 'const char[18]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
219 | char *func_name = "inline_code_block";
| ^ ~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_comp.c:911:6: warning: assigning to 'char *' from 'const char[11]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
911 | ns = "pg_catalog";
| ^ ~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_comp.c:915:11: warning: assigning to 'char *' from 'const char[8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
915 | ident = "boolean";
| ^ ~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_comp.c:918:11: warning: assigning to 'char *' from 'const char[8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
918 | ident = "integer";
| ^ ~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_comp.c:921:11: warning: assigning to 'char *' from 'const char[5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
921 | ident = "text";
| ^ ~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_comp.c:924:11: warning: assigning to 'char *' from 'const char[10]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
924 | ident = "refcursor";
| ^ ~~~~~~~~~~~
7 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_funcs.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_funcs.c:64:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/plpgsql.h:19:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/xact.h:21:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_gram.c
In file included from pl_gram.y:18:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/catalog/namespace.h:17:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/primnodes.h:22:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
pl_gram.y:592:20: warning: assigning to 'char *' from 'const char[14]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
592 | new->refname = "(unnamed row)";
| ^ ~~~~~~~~~~~~~~~
pl_gram.y:2601:1: warning: function 'word_is_not_variable' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
2601 | {
| ^
pl_gram.y:2612:1: warning: function 'cword_is_not_variable' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
2612 | {
| ^
pl_gram.y:3582:15: warning: assigning to 'char *' from 'const char[14]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3582 | row->refname = "(unnamed row)";
| ^ ~~~~~~~~~~~~~~~
pl_gram.y:3617:15: warning: assigning to 'char *' from 'const char[14]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3617 | row->refname = "(unnamed row)";
| ^ ~~~~~~~~~~~~~~~
6 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_handler.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_handler.c:25:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/htup_details.h:19:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/tupdesc.h:19:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
1 warning generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_scanner.c
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_scanner.c:56:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/plpgsql.h:19:
In file included from /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/access/xact.h:21:
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/include/postgres/nodes/pg_list.h:336:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
336 | return c - l->elements;
| ~~~~~~ ~~^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_pl_plpgsql_src_pl_scanner.c:391:19: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
391 | auxdata->leng = strlen(yytext);
| ~ ^~~~~~~~~~~~~~
2 warnings generated.
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_pg_bitutils.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_pgstrcasecmp.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_qsort.c
compiling /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:226:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
225 | return target.failed ? -1 : (target.bufptr - target.bufstart
| ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
226 | + target.nchars);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:254:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
253 | return target.failed ? -1 : (target.bufptr - target.bufstart
| ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
254 | + target.nchars);
| ^~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:374:1: error: static declaration of 'strchrnul' follows non-static declaration
374 | strchrnul(const char *s, int c)
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_string.h:198:9: note: previous declaration is here
198 | strchrnul(const char *__s, int __c);
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:438:27: warning: 'strchrnul' is only available on macOS 15.4 or newer [-Wunguarded-availability-new]
438 | const char *next_pct = strchrnul(format + 1, '%');
| ^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_string.h:198:9: note: 'strchrnul' has been marked as being introduced in macOS 15.4 here, but the deployment target is macOS 15.0.0
198 | strchrnul(const char *__s, int __c);
| ^
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:438:27: note: enclose 'strchrnul' in a __builtin_available check to silence this warning
438 | const char *next_pct = strchrnul(format + 1, '%');
| ^~~~~~~~~
439 |
440 | /* Dump literal data we just scanned over */
441 | dostr(format, next_pct - format, target);
442 | if (target->failed)
443 | break;
444 |
445 | if (*next_pct == '\0')
446 | break;
447 | format = next_pct;
|
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:441:27: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
441 | dostr(format, next_pct - format, target);
| ~~~~~ ~~~~~~~~~^~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:468:20: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
468 | dostr(strvalue, strlen(strvalue), target);
| ~~~~~ ^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:739:18: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
739 | dostr(errm, strlen(errm), target);
| ~~~~~ ^~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:1002:12: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
1002 | vallen = strnlen(value, maxwidth);
| ~ ^~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:1004:12: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
1004 | vallen = strlen(value);
| ~ ^~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:1275:24: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1275 | dostr(convert, epos - convert, target);
| ~~~~~ ~~~~~^~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:1277:23: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1277 | dostr(epos, vallen - (epos - convert), target);
| ~~~~~ ~~~~~~~^~~~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:1327:27: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1327 | avail = target->bufend - target->bufptr;
| ~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.c:1380:27: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
1380 | avail = target->bufend - target->bufptr;
| ~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
12 warnings and 1 error generated.
make: *** [/opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0/ext/pg_query/src_port_snprintf.o] Error 1
make failed, exit code 2
Gem files will remain installed in /opt/homebrew/lib/ruby/gems/3.4.0/gems/pg_query-6.0.0 for inspection.
Results logged to /opt/homebrew/lib/ruby/gems/3.4.0/extensions/arm64-darwin-24/3.4.0/pg_query-6.0.0/gem_make.out
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/ext/builder.rb:126:in 'Gem::Ext::Builder.run'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/ext/builder.rb:52:in 'block in Gem::Ext::Builder.make'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/ext/builder.rb:44:in 'Array#each'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/ext/builder.rb:44:in 'Gem::Ext::Builder.make'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/ext/ext_conf_builder.rb:44:in 'Gem::Ext::ExtConfBuilder.build'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/ext/builder.rb:195:in 'Gem::Ext::Builder#build_extension'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/ext/builder.rb:229:in 'block in Gem::Ext::Builder#build_extensions'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/ext/builder.rb:226:in 'Array#each'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/ext/builder.rb:226:in 'Gem::Ext::Builder#build_extensions'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/installer.rb:844:in 'Gem::Installer#build_extensions'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/rubygems_gem_installer.rb:111:in 'Bundler::RubyGemsGemInstaller#build_extensions'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/rubygems_gem_installer.rb:30:in 'Bundler::RubyGemsGemInstaller#install'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/source/rubygems.rb:205:in 'Bundler::Source::Rubygems#install'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/installer/gem_installer.rb:55:in 'Bundler::GemInstaller#install'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/installer/gem_installer.rb:17:in 'Bundler::GemInstaller#install_from_spec'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/installer/parallel_installer.rb:133:in 'Bundler::ParallelInstaller#do_install'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/installer/parallel_installer.rb:124:in 'block in Bundler::ParallelInstaller#worker_pool'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/worker.rb:62:in 'Bundler::Worker#apply_func'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/worker.rb:57:in 'block in Bundler::Worker#process_queue'
<internal:kernel>:168:in 'Kernel#loop'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/worker.rb:54:in 'Bundler::Worker#process_queue'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/worker.rb:90:in 'block (2 levels) in Bundler::Worker#create_threads'
An error occurred while installing pg_query (6.0.0), and Bundler cannot continue.
In Gemfile:
pg_query
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/installer/parallel_installer.rb:167:in 'Bundler::ParallelInstaller#handle_error'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/installer/parallel_installer.rb:97:in 'Bundler::ParallelInstaller#call'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/installer/parallel_installer.rb:66:in 'Bundler::ParallelInstaller.call'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/installer.rb:198:in 'Bundler::Installer#install'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/installer.rb:84:in 'block in Bundler::Installer#run'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:828:in 'block in Gem.open_file_with_flock'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:816:in 'IO.open'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:816:in 'Gem.open_file_with_flock'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:802:in 'Gem.open_file_with_lock'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/process_lock.rb:13:in 'block in Bundler::ProcessLock.lock'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/shared_helpers.rb:105:in 'Bundler::SharedHelpers#filesystem_access'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/process_lock.rb:12:in 'Bundler::ProcessLock.lock'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/installer.rb:71:in 'Bundler::Installer#run'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/installer.rb:23:in 'Bundler::Installer.install'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/cli/update.rb:79:in 'Bundler::CLI::Update#run'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/cli.rb:280:in 'block in Bundler::CLI#update'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/settings.rb:159:in 'Bundler::Settings#temporary'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/cli.rb:279:in 'Bundler::CLI#update'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/command.rb:28:in 'Bundler::Thor::Command#run'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in 'Bundler::Thor::Invocation#invoke_command'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor.rb:538:in 'Bundler::Thor.dispatch'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/cli.rb:35:in 'Bundler::CLI.dispatch'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/base.rb:584:in 'Bundler::Thor::Base::ClassMethods#start'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/cli.rb:29:in 'Bundler::CLI.start'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/bundler-2.6.3/exe/bundle:28:in 'block in <top (required)>'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/bundler/friendly_errors.rb:117:in 'Bundler.with_friendly_errors'
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/bundler-2.6.3/exe/bundle:20:in '<top (required)>'
/opt/homebrew/opt/ruby/bin/bundle:25:in 'Kernel#load'
/opt/homebrew/opt/ruby/bin/bundle:25:in '<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment