pg_query 6.1.0 → 6.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +38 -1
  3. data/README.md +1 -1
  4. data/Rakefile +3 -2
  5. data/ext/pg_query/extconf.rb +2 -2
  6. data/ext/pg_query/include/pg_query.h +32 -2
  7. data/ext/pg_query/include/postgres/access/amapi.h +1 -1
  8. data/ext/pg_query/include/postgres/access/slru.h +1 -1
  9. data/ext/pg_query/include/postgres/access/tableam.h +11 -4
  10. data/ext/pg_query/include/postgres/access/xlog.h +1 -0
  11. data/ext/pg_query/include/postgres/access/xlogdefs.h +2 -1
  12. data/ext/pg_query/include/postgres/commands/defrem.h +1 -1
  13. data/ext/pg_query/include/postgres/commands/trigger.h +18 -0
  14. data/ext/pg_query/include/postgres/executor/executor.h +4 -0
  15. data/ext/pg_query/include/postgres/mb/pg_wchar.h +2 -0
  16. data/ext/pg_query/include/postgres/miscadmin.h +2 -1
  17. data/ext/pg_query/include/postgres/nodes/execnodes.h +6 -8
  18. data/ext/pg_query/include/postgres/nodes/pathnodes.h +1 -2
  19. data/ext/pg_query/include/postgres/pg_config.h +10 -9
  20. data/ext/pg_query/include/postgres/pg_config_manual.h +2 -0
  21. data/ext/pg_query/include/postgres/port/atomics/generic-gcc.h +10 -2
  22. data/ext/pg_query/include/postgres/port/pg_iovec.h +9 -3
  23. data/ext/pg_query/include/postgres/replication/reorderbuffer.h +29 -9
  24. data/ext/pg_query/include/postgres/replication/slot.h +2 -0
  25. data/ext/pg_query/include/postgres/utils/elog.h +1 -0
  26. data/ext/pg_query/include/postgres/utils/guc.h +1 -1
  27. data/ext/pg_query/include/postgres/utils/guc_hooks.h +0 -2
  28. data/ext/pg_query/include/postgres/utils/pg_locale.h +5 -0
  29. data/ext/pg_query/include/postgres_deparse.h +34 -0
  30. data/ext/pg_query/include/protobuf/pg_query.pb-c.h +673 -516
  31. data/ext/pg_query/pg_query.pb-c.c +488 -0
  32. data/ext/pg_query/pg_query_deparse.c +148 -15
  33. data/ext/pg_query/pg_query_internal.h +9 -8
  34. data/ext/pg_query/pg_query_is_utility_stmt.c +70 -0
  35. data/ext/pg_query/pg_query_normalize.c +3 -0
  36. data/ext/pg_query/pg_query_raw_tree_walker_supports.c +117 -0
  37. data/ext/pg_query/pg_query_ruby.c +150 -0
  38. data/ext/pg_query/pg_query_summary.c +941 -0
  39. data/ext/pg_query/pg_query_summary.h +109 -0
  40. data/ext/pg_query/pg_query_summary_statement_type.c +797 -0
  41. data/ext/pg_query/pg_query_summary_truncate.c +530 -0
  42. data/ext/pg_query/postgres_deparse.c +4481 -3870
  43. data/ext/pg_query/src_backend_catalog_namespace.c +29 -0
  44. data/ext/pg_query/src_backend_nodes_bitmapset.c +84 -1
  45. data/ext/pg_query/src_backend_nodes_list.c +60 -1
  46. data/ext/pg_query/src_backend_parser_gram.c +739 -732
  47. data/ext/pg_query/src_backend_utils_activity_pgstat_database.c +2 -2
  48. data/ext/pg_query/src_backend_utils_error_elog.c +11 -0
  49. data/ext/pg_query/src_backend_utils_mb_mbutils.c +43 -4
  50. data/ext/pg_query/src_backend_utils_mmgr_alignedalloc.c +22 -7
  51. data/ext/pg_query/src_backend_utils_mmgr_aset.c +3 -3
  52. data/ext/pg_query/src_backend_utils_mmgr_bump.c +1 -1
  53. data/ext/pg_query/src_common_stringinfo.c +20 -0
  54. data/ext/pg_query/src_common_wchar.c +46 -6
  55. data/lib/pg_query/deparse.rb +29 -8
  56. data/lib/pg_query/parse.rb +19 -0
  57. data/lib/pg_query/pg_query_pb.rb +7 -2
  58. data/lib/pg_query/split.rb +20 -0
  59. data/lib/pg_query/treewalker.rb +9 -7
  60. data/lib/pg_query/version.rb +1 -1
  61. data/lib/pg_query.rb +1 -0
  62. metadata +10 -3
  63. data/ext/pg_query/postgres_deparse.h +0 -9
@@ -9,9 +9,9 @@
9
9
  PROTOBUF_C__BEGIN_DECLS
10
10
 
11
11
  #if PROTOBUF_C_VERSION_NUMBER < 1003000
12
- # error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
13
- #elif 1005000 < PROTOBUF_C_MIN_COMPILER_VERSION
14
- # error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c.
12
+ # error This file was generated by a newer version of protobuf-c which is incompatible with your libprotobuf-c headers. Please update your headers.
13
+ #elif 1005001 < PROTOBUF_C_MIN_COMPILER_VERSION
14
+ # error This file was generated by an older version of protobuf-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protobuf-c.
15
15
  #endif
16
16
 
17
17
 
@@ -287,10 +287,23 @@ typedef struct PgQuery__CreateSubscriptionStmt PgQuery__CreateSubscriptionStmt;
287
287
  typedef struct PgQuery__AlterSubscriptionStmt PgQuery__AlterSubscriptionStmt;
288
288
  typedef struct PgQuery__DropSubscriptionStmt PgQuery__DropSubscriptionStmt;
289
289
  typedef struct PgQuery__ScanToken PgQuery__ScanToken;
290
+ typedef struct PgQuery__SummaryResult PgQuery__SummaryResult;
291
+ typedef struct PgQuery__SummaryResult__Table PgQuery__SummaryResult__Table;
292
+ typedef struct PgQuery__SummaryResult__AliasesEntry PgQuery__SummaryResult__AliasesEntry;
293
+ typedef struct PgQuery__SummaryResult__Function PgQuery__SummaryResult__Function;
294
+ typedef struct PgQuery__SummaryResult__FilterColumn PgQuery__SummaryResult__FilterColumn;
290
295
 
291
296
 
292
297
  /* --- enums --- */
293
298
 
299
+ typedef enum _PgQuery__SummaryResult__Context {
300
+ PG_QUERY__SUMMARY_RESULT__CONTEXT__None = 0,
301
+ PG_QUERY__SUMMARY_RESULT__CONTEXT__Select = 1,
302
+ PG_QUERY__SUMMARY_RESULT__CONTEXT__DML = 2,
303
+ PG_QUERY__SUMMARY_RESULT__CONTEXT__DDL = 3,
304
+ PG_QUERY__SUMMARY_RESULT__CONTEXT__Call = 4
305
+ PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(PG_QUERY__SUMMARY_RESULT__CONTEXT)
306
+ } PgQuery__SummaryResult__Context;
294
307
  typedef enum _PgQuery__QuerySource {
295
308
  PG_QUERY__QUERY_SOURCE__QUERY_SOURCE_UNDEFINED = 0,
296
309
  PG_QUERY__QUERY_SOURCE__QSRC_ORIGINAL = 1,
@@ -1650,7 +1663,7 @@ struct PgQuery__ParseResult
1650
1663
  };
1651
1664
  #define PG_QUERY__PARSE_RESULT__INIT \
1652
1665
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__parse_result__descriptor) \
1653
- , 0, 0,NULL }
1666
+ , 0, 0,NULL }
1654
1667
 
1655
1668
 
1656
1669
  struct PgQuery__ScanResult
@@ -1662,7 +1675,7 @@ struct PgQuery__ScanResult
1662
1675
  };
1663
1676
  #define PG_QUERY__SCAN_RESULT__INIT \
1664
1677
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__scan_result__descriptor) \
1665
- , 0, 0,NULL }
1678
+ , 0, 0,NULL }
1666
1679
 
1667
1680
 
1668
1681
  typedef enum {
@@ -1943,279 +1956,279 @@ struct PgQuery__Node
1943
1956
  ProtobufCMessage base;
1944
1957
  PgQuery__Node__NodeCase node_case;
1945
1958
  union {
1946
- PgQuery__Alias *alias;
1947
- PgQuery__RangeVar *range_var;
1948
- PgQuery__TableFunc *table_func;
1949
- PgQuery__IntoClause *into_clause;
1950
- PgQuery__Var *var;
1951
- PgQuery__Param *param;
1959
+ PgQuery__AArrayExpr *a_array_expr;
1960
+ PgQuery__AConst *a_const;
1961
+ PgQuery__AExpr *a_expr;
1962
+ PgQuery__AIndices *a_indices;
1963
+ PgQuery__AIndirection *a_indirection;
1964
+ PgQuery__AStar *a_star;
1965
+ PgQuery__AccessPriv *access_priv;
1952
1966
  PgQuery__Aggref *aggref;
1953
- PgQuery__GroupingFunc *grouping_func;
1954
- PgQuery__WindowFunc *window_func;
1955
- PgQuery__WindowFuncRunCondition *window_func_run_condition;
1956
- PgQuery__MergeSupportFunc *merge_support_func;
1957
- PgQuery__SubscriptingRef *subscripting_ref;
1958
- PgQuery__FuncExpr *func_expr;
1959
- PgQuery__NamedArgExpr *named_arg_expr;
1960
- PgQuery__OpExpr *op_expr;
1961
- PgQuery__DistinctExpr *distinct_expr;
1962
- PgQuery__NullIfExpr *null_if_expr;
1963
- PgQuery__ScalarArrayOpExpr *scalar_array_op_expr;
1964
- PgQuery__BoolExpr *bool_expr;
1965
- PgQuery__SubLink *sub_link;
1966
- PgQuery__SubPlan *sub_plan;
1967
+ PgQuery__Alias *alias;
1968
+ PgQuery__AlterCollationStmt *alter_collation_stmt;
1969
+ PgQuery__AlterDatabaseRefreshCollStmt *alter_database_refresh_coll_stmt;
1970
+ PgQuery__AlterDatabaseSetStmt *alter_database_set_stmt;
1971
+ PgQuery__AlterDatabaseStmt *alter_database_stmt;
1972
+ PgQuery__AlterDefaultPrivilegesStmt *alter_default_privileges_stmt;
1973
+ PgQuery__AlterDomainStmt *alter_domain_stmt;
1974
+ PgQuery__AlterEnumStmt *alter_enum_stmt;
1975
+ PgQuery__AlterEventTrigStmt *alter_event_trig_stmt;
1976
+ PgQuery__AlterExtensionContentsStmt *alter_extension_contents_stmt;
1977
+ PgQuery__AlterExtensionStmt *alter_extension_stmt;
1978
+ PgQuery__AlterFdwStmt *alter_fdw_stmt;
1979
+ PgQuery__AlterForeignServerStmt *alter_foreign_server_stmt;
1980
+ PgQuery__AlterFunctionStmt *alter_function_stmt;
1981
+ PgQuery__AlterObjectDependsStmt *alter_object_depends_stmt;
1982
+ PgQuery__AlterObjectSchemaStmt *alter_object_schema_stmt;
1983
+ PgQuery__AlterOpFamilyStmt *alter_op_family_stmt;
1984
+ PgQuery__AlterOperatorStmt *alter_operator_stmt;
1985
+ PgQuery__AlterOwnerStmt *alter_owner_stmt;
1986
+ PgQuery__AlterPolicyStmt *alter_policy_stmt;
1987
+ PgQuery__AlterPublicationStmt *alter_publication_stmt;
1988
+ PgQuery__AlterRoleSetStmt *alter_role_set_stmt;
1989
+ PgQuery__AlterRoleStmt *alter_role_stmt;
1990
+ PgQuery__AlterSeqStmt *alter_seq_stmt;
1991
+ PgQuery__AlterStatsStmt *alter_stats_stmt;
1992
+ PgQuery__AlterSubscriptionStmt *alter_subscription_stmt;
1993
+ PgQuery__AlterSystemStmt *alter_system_stmt;
1994
+ PgQuery__AlterTableCmd *alter_table_cmd;
1995
+ PgQuery__AlterTableMoveAllStmt *alter_table_move_all_stmt;
1996
+ PgQuery__AlterTableSpaceOptionsStmt *alter_table_space_options_stmt;
1997
+ PgQuery__AlterTableStmt *alter_table_stmt;
1998
+ PgQuery__AlterTSConfigurationStmt *alter_tsconfiguration_stmt;
1999
+ PgQuery__AlterTSDictionaryStmt *alter_tsdictionary_stmt;
2000
+ PgQuery__AlterTypeStmt *alter_type_stmt;
2001
+ PgQuery__AlterUserMappingStmt *alter_user_mapping_stmt;
1967
2002
  PgQuery__AlternativeSubPlan *alternative_sub_plan;
1968
- PgQuery__FieldSelect *field_select;
1969
- PgQuery__FieldStore *field_store;
1970
- PgQuery__RelabelType *relabel_type;
1971
- PgQuery__CoerceViaIO *coerce_via_io;
1972
2003
  PgQuery__ArrayCoerceExpr *array_coerce_expr;
1973
- PgQuery__ConvertRowtypeExpr *convert_rowtype_expr;
1974
- PgQuery__CollateExpr *collate_expr;
2004
+ PgQuery__ArrayExpr *array_expr;
2005
+ PgQuery__BitString *bit_string;
2006
+ PgQuery__BoolExpr *bool_expr;
2007
+ PgQuery__Boolean *boolean;
2008
+ PgQuery__BooleanTest *boolean_test;
2009
+ PgQuery__CallContext *call_context;
2010
+ PgQuery__CallStmt *call_stmt;
1975
2011
  PgQuery__CaseExpr *case_expr;
1976
- PgQuery__CaseWhen *case_when;
1977
2012
  PgQuery__CaseTestExpr *case_test_expr;
1978
- PgQuery__ArrayExpr *array_expr;
1979
- PgQuery__RowExpr *row_expr;
1980
- PgQuery__RowCompareExpr *row_compare_expr;
2013
+ PgQuery__CaseWhen *case_when;
2014
+ PgQuery__CheckPointStmt *check_point_stmt;
2015
+ PgQuery__ClosePortalStmt *close_portal_stmt;
2016
+ PgQuery__ClusterStmt *cluster_stmt;
1981
2017
  PgQuery__CoalesceExpr *coalesce_expr;
1982
- PgQuery__MinMaxExpr *min_max_expr;
1983
- PgQuery__SQLValueFunction *sqlvalue_function;
1984
- PgQuery__XmlExpr *xml_expr;
1985
- PgQuery__JsonFormat *json_format;
1986
- PgQuery__JsonReturning *json_returning;
1987
- PgQuery__JsonValueExpr *json_value_expr;
1988
- PgQuery__JsonConstructorExpr *json_constructor_expr;
1989
- PgQuery__JsonIsPredicate *json_is_predicate;
1990
- PgQuery__JsonBehavior *json_behavior;
1991
- PgQuery__JsonExpr *json_expr;
1992
- PgQuery__JsonTablePath *json_table_path;
1993
- PgQuery__JsonTablePathScan *json_table_path_scan;
1994
- PgQuery__JsonTableSiblingJoin *json_table_sibling_join;
1995
- PgQuery__NullTest *null_test;
1996
- PgQuery__BooleanTest *boolean_test;
1997
- PgQuery__MergeAction *merge_action;
1998
2018
  PgQuery__CoerceToDomain *coerce_to_domain;
1999
2019
  PgQuery__CoerceToDomainValue *coerce_to_domain_value;
2000
- PgQuery__SetToDefault *set_to_default;
2001
- PgQuery__CurrentOfExpr *current_of_expr;
2002
- PgQuery__NextValueExpr *next_value_expr;
2003
- PgQuery__InferenceElem *inference_elem;
2004
- PgQuery__TargetEntry *target_entry;
2005
- PgQuery__RangeTblRef *range_tbl_ref;
2006
- PgQuery__JoinExpr *join_expr;
2007
- PgQuery__FromExpr *from_expr;
2008
- PgQuery__OnConflictExpr *on_conflict_expr;
2009
- PgQuery__Query *query;
2010
- PgQuery__TypeName *type_name;
2011
- PgQuery__ColumnRef *column_ref;
2012
- PgQuery__ParamRef *param_ref;
2013
- PgQuery__AExpr *a_expr;
2014
- PgQuery__TypeCast *type_cast;
2020
+ PgQuery__CoerceViaIO *coerce_via_io;
2015
2021
  PgQuery__CollateClause *collate_clause;
2016
- PgQuery__RoleSpec *role_spec;
2017
- PgQuery__FuncCall *func_call;
2018
- PgQuery__AStar *a_star;
2019
- PgQuery__AIndices *a_indices;
2020
- PgQuery__AIndirection *a_indirection;
2021
- PgQuery__AArrayExpr *a_array_expr;
2022
- PgQuery__ResTarget *res_target;
2023
- PgQuery__MultiAssignRef *multi_assign_ref;
2024
- PgQuery__SortBy *sort_by;
2025
- PgQuery__WindowDef *window_def;
2026
- PgQuery__RangeSubselect *range_subselect;
2027
- PgQuery__RangeFunction *range_function;
2028
- PgQuery__RangeTableFunc *range_table_func;
2029
- PgQuery__RangeTableFuncCol *range_table_func_col;
2030
- PgQuery__RangeTableSample *range_table_sample;
2022
+ PgQuery__CollateExpr *collate_expr;
2031
2023
  PgQuery__ColumnDef *column_def;
2032
- PgQuery__TableLikeClause *table_like_clause;
2033
- PgQuery__IndexElem *index_elem;
2034
- PgQuery__DefElem *def_elem;
2035
- PgQuery__LockingClause *locking_clause;
2036
- PgQuery__XmlSerialize *xml_serialize;
2037
- PgQuery__PartitionElem *partition_elem;
2038
- PgQuery__PartitionSpec *partition_spec;
2039
- PgQuery__PartitionBoundSpec *partition_bound_spec;
2040
- PgQuery__PartitionRangeDatum *partition_range_datum;
2041
- PgQuery__SinglePartitionSpec *single_partition_spec;
2042
- PgQuery__PartitionCmd *partition_cmd;
2043
- PgQuery__RangeTblEntry *range_tbl_entry;
2044
- PgQuery__RTEPermissionInfo *rtepermission_info;
2045
- PgQuery__RangeTblFunction *range_tbl_function;
2046
- PgQuery__TableSampleClause *table_sample_clause;
2047
- PgQuery__WithCheckOption *with_check_option;
2048
- PgQuery__SortGroupClause *sort_group_clause;
2049
- PgQuery__GroupingSet *grouping_set;
2050
- PgQuery__WindowClause *window_clause;
2051
- PgQuery__RowMarkClause *row_mark_clause;
2052
- PgQuery__WithClause *with_clause;
2053
- PgQuery__InferClause *infer_clause;
2054
- PgQuery__OnConflictClause *on_conflict_clause;
2055
- PgQuery__CTESearchClause *ctesearch_clause;
2056
- PgQuery__CTECycleClause *ctecycle_clause;
2024
+ PgQuery__ColumnRef *column_ref;
2025
+ PgQuery__CommentStmt *comment_stmt;
2057
2026
  PgQuery__CommonTableExpr *common_table_expr;
2058
- PgQuery__MergeWhenClause *merge_when_clause;
2059
- PgQuery__TriggerTransition *trigger_transition;
2060
- PgQuery__JsonOutput *json_output;
2061
- PgQuery__JsonArgument *json_argument;
2062
- PgQuery__JsonFuncExpr *json_func_expr;
2063
- PgQuery__JsonTablePathSpec *json_table_path_spec;
2064
- PgQuery__JsonTable *json_table;
2065
- PgQuery__JsonTableColumn *json_table_column;
2066
- PgQuery__JsonKeyValue *json_key_value;
2067
- PgQuery__JsonParseExpr *json_parse_expr;
2068
- PgQuery__JsonScalarExpr *json_scalar_expr;
2069
- PgQuery__JsonSerializeExpr *json_serialize_expr;
2070
- PgQuery__JsonObjectConstructor *json_object_constructor;
2071
- PgQuery__JsonArrayConstructor *json_array_constructor;
2072
- PgQuery__JsonArrayQueryConstructor *json_array_query_constructor;
2073
- PgQuery__JsonAggConstructor *json_agg_constructor;
2074
- PgQuery__JsonObjectAgg *json_object_agg;
2075
- PgQuery__JsonArrayAgg *json_array_agg;
2076
- PgQuery__RawStmt *raw_stmt;
2077
- PgQuery__InsertStmt *insert_stmt;
2078
- PgQuery__DeleteStmt *delete_stmt;
2079
- PgQuery__UpdateStmt *update_stmt;
2080
- PgQuery__MergeStmt *merge_stmt;
2081
- PgQuery__SelectStmt *select_stmt;
2082
- PgQuery__SetOperationStmt *set_operation_stmt;
2083
- PgQuery__ReturnStmt *return_stmt;
2084
- PgQuery__PLAssignStmt *plassign_stmt;
2085
- PgQuery__CreateSchemaStmt *create_schema_stmt;
2086
- PgQuery__AlterTableStmt *alter_table_stmt;
2087
- PgQuery__ReplicaIdentityStmt *replica_identity_stmt;
2088
- PgQuery__AlterTableCmd *alter_table_cmd;
2089
- PgQuery__AlterCollationStmt *alter_collation_stmt;
2090
- PgQuery__AlterDomainStmt *alter_domain_stmt;
2091
- PgQuery__GrantStmt *grant_stmt;
2092
- PgQuery__ObjectWithArgs *object_with_args;
2093
- PgQuery__AccessPriv *access_priv;
2094
- PgQuery__GrantRoleStmt *grant_role_stmt;
2095
- PgQuery__AlterDefaultPrivilegesStmt *alter_default_privileges_stmt;
2096
- PgQuery__CopyStmt *copy_stmt;
2097
- PgQuery__VariableSetStmt *variable_set_stmt;
2098
- PgQuery__VariableShowStmt *variable_show_stmt;
2099
- PgQuery__CreateStmt *create_stmt;
2027
+ PgQuery__CompositeTypeStmt *composite_type_stmt;
2100
2028
  PgQuery__Constraint *constraint;
2101
- PgQuery__CreateTableSpaceStmt *create_table_space_stmt;
2102
- PgQuery__DropTableSpaceStmt *drop_table_space_stmt;
2103
- PgQuery__AlterTableSpaceOptionsStmt *alter_table_space_options_stmt;
2104
- PgQuery__AlterTableMoveAllStmt *alter_table_move_all_stmt;
2029
+ PgQuery__ConstraintsSetStmt *constraints_set_stmt;
2030
+ PgQuery__ConvertRowtypeExpr *convert_rowtype_expr;
2031
+ PgQuery__CopyStmt *copy_stmt;
2032
+ PgQuery__CreateAmStmt *create_am_stmt;
2033
+ PgQuery__CreateCastStmt *create_cast_stmt;
2034
+ PgQuery__CreateConversionStmt *create_conversion_stmt;
2035
+ PgQuery__CreateDomainStmt *create_domain_stmt;
2036
+ PgQuery__CreateEnumStmt *create_enum_stmt;
2037
+ PgQuery__CreateEventTrigStmt *create_event_trig_stmt;
2105
2038
  PgQuery__CreateExtensionStmt *create_extension_stmt;
2106
- PgQuery__AlterExtensionStmt *alter_extension_stmt;
2107
- PgQuery__AlterExtensionContentsStmt *alter_extension_contents_stmt;
2108
2039
  PgQuery__CreateFdwStmt *create_fdw_stmt;
2109
- PgQuery__AlterFdwStmt *alter_fdw_stmt;
2110
2040
  PgQuery__CreateForeignServerStmt *create_foreign_server_stmt;
2111
- PgQuery__AlterForeignServerStmt *alter_foreign_server_stmt;
2112
2041
  PgQuery__CreateForeignTableStmt *create_foreign_table_stmt;
2113
- PgQuery__CreateUserMappingStmt *create_user_mapping_stmt;
2114
- PgQuery__AlterUserMappingStmt *alter_user_mapping_stmt;
2115
- PgQuery__DropUserMappingStmt *drop_user_mapping_stmt;
2116
- PgQuery__ImportForeignSchemaStmt *import_foreign_schema_stmt;
2117
- PgQuery__CreatePolicyStmt *create_policy_stmt;
2118
- PgQuery__AlterPolicyStmt *alter_policy_stmt;
2119
- PgQuery__CreateAmStmt *create_am_stmt;
2120
- PgQuery__CreateTrigStmt *create_trig_stmt;
2121
- PgQuery__CreateEventTrigStmt *create_event_trig_stmt;
2122
- PgQuery__AlterEventTrigStmt *alter_event_trig_stmt;
2042
+ PgQuery__CreateFunctionStmt *create_function_stmt;
2043
+ PgQuery__CreateOpClassItem *create_op_class_item;
2044
+ PgQuery__CreateOpClassStmt *create_op_class_stmt;
2045
+ PgQuery__CreateOpFamilyStmt *create_op_family_stmt;
2123
2046
  PgQuery__CreatePLangStmt *create_plang_stmt;
2047
+ PgQuery__CreatePolicyStmt *create_policy_stmt;
2048
+ PgQuery__CreatePublicationStmt *create_publication_stmt;
2049
+ PgQuery__CreateRangeStmt *create_range_stmt;
2124
2050
  PgQuery__CreateRoleStmt *create_role_stmt;
2125
- PgQuery__AlterRoleStmt *alter_role_stmt;
2126
- PgQuery__AlterRoleSetStmt *alter_role_set_stmt;
2127
- PgQuery__DropRoleStmt *drop_role_stmt;
2051
+ PgQuery__CreateSchemaStmt *create_schema_stmt;
2128
2052
  PgQuery__CreateSeqStmt *create_seq_stmt;
2129
- PgQuery__AlterSeqStmt *alter_seq_stmt;
2053
+ PgQuery__CreateStatsStmt *create_stats_stmt;
2054
+ PgQuery__CreateStmt *create_stmt;
2055
+ PgQuery__CreateSubscriptionStmt *create_subscription_stmt;
2056
+ PgQuery__CreateTableAsStmt *create_table_as_stmt;
2057
+ PgQuery__CreateTableSpaceStmt *create_table_space_stmt;
2058
+ PgQuery__CreateTransformStmt *create_transform_stmt;
2059
+ PgQuery__CreateTrigStmt *create_trig_stmt;
2060
+ PgQuery__CreateUserMappingStmt *create_user_mapping_stmt;
2061
+ PgQuery__CreatedbStmt *createdb_stmt;
2062
+ PgQuery__CTECycleClause *ctecycle_clause;
2063
+ PgQuery__CTESearchClause *ctesearch_clause;
2064
+ PgQuery__CurrentOfExpr *current_of_expr;
2065
+ PgQuery__DeallocateStmt *deallocate_stmt;
2066
+ PgQuery__DeclareCursorStmt *declare_cursor_stmt;
2067
+ PgQuery__DefElem *def_elem;
2130
2068
  PgQuery__DefineStmt *define_stmt;
2131
- PgQuery__CreateDomainStmt *create_domain_stmt;
2132
- PgQuery__CreateOpClassStmt *create_op_class_stmt;
2133
- PgQuery__CreateOpClassItem *create_op_class_item;
2134
- PgQuery__CreateOpFamilyStmt *create_op_family_stmt;
2135
- PgQuery__AlterOpFamilyStmt *alter_op_family_stmt;
2069
+ PgQuery__DeleteStmt *delete_stmt;
2070
+ PgQuery__DiscardStmt *discard_stmt;
2071
+ PgQuery__DistinctExpr *distinct_expr;
2072
+ PgQuery__DoStmt *do_stmt;
2073
+ PgQuery__DropOwnedStmt *drop_owned_stmt;
2074
+ PgQuery__DropRoleStmt *drop_role_stmt;
2136
2075
  PgQuery__DropStmt *drop_stmt;
2137
- PgQuery__TruncateStmt *truncate_stmt;
2138
- PgQuery__CommentStmt *comment_stmt;
2139
- PgQuery__SecLabelStmt *sec_label_stmt;
2140
- PgQuery__DeclareCursorStmt *declare_cursor_stmt;
2141
- PgQuery__ClosePortalStmt *close_portal_stmt;
2076
+ PgQuery__DropSubscriptionStmt *drop_subscription_stmt;
2077
+ PgQuery__DropTableSpaceStmt *drop_table_space_stmt;
2078
+ PgQuery__DropUserMappingStmt *drop_user_mapping_stmt;
2079
+ PgQuery__DropdbStmt *dropdb_stmt;
2080
+ PgQuery__ExecuteStmt *execute_stmt;
2081
+ PgQuery__ExplainStmt *explain_stmt;
2142
2082
  PgQuery__FetchStmt *fetch_stmt;
2143
- PgQuery__IndexStmt *index_stmt;
2144
- PgQuery__CreateStatsStmt *create_stats_stmt;
2145
- PgQuery__StatsElem *stats_elem;
2146
- PgQuery__AlterStatsStmt *alter_stats_stmt;
2147
- PgQuery__CreateFunctionStmt *create_function_stmt;
2083
+ PgQuery__FieldSelect *field_select;
2084
+ PgQuery__FieldStore *field_store;
2085
+ PgQuery__Float *float_;
2086
+ PgQuery__FromExpr *from_expr;
2087
+ PgQuery__FuncCall *func_call;
2088
+ PgQuery__FuncExpr *func_expr;
2148
2089
  PgQuery__FunctionParameter *function_parameter;
2149
- PgQuery__AlterFunctionStmt *alter_function_stmt;
2150
- PgQuery__DoStmt *do_stmt;
2090
+ PgQuery__GrantRoleStmt *grant_role_stmt;
2091
+ PgQuery__GrantStmt *grant_stmt;
2092
+ PgQuery__GroupingFunc *grouping_func;
2093
+ PgQuery__GroupingSet *grouping_set;
2094
+ PgQuery__ImportForeignSchemaStmt *import_foreign_schema_stmt;
2095
+ PgQuery__IndexElem *index_elem;
2096
+ PgQuery__IndexStmt *index_stmt;
2097
+ PgQuery__InferClause *infer_clause;
2098
+ PgQuery__InferenceElem *inference_elem;
2151
2099
  PgQuery__InlineCodeBlock *inline_code_block;
2152
- PgQuery__CallStmt *call_stmt;
2153
- PgQuery__CallContext *call_context;
2154
- PgQuery__RenameStmt *rename_stmt;
2155
- PgQuery__AlterObjectDependsStmt *alter_object_depends_stmt;
2156
- PgQuery__AlterObjectSchemaStmt *alter_object_schema_stmt;
2157
- PgQuery__AlterOwnerStmt *alter_owner_stmt;
2158
- PgQuery__AlterOperatorStmt *alter_operator_stmt;
2159
- PgQuery__AlterTypeStmt *alter_type_stmt;
2160
- PgQuery__RuleStmt *rule_stmt;
2161
- PgQuery__NotifyStmt *notify_stmt;
2100
+ PgQuery__InsertStmt *insert_stmt;
2101
+ PgQuery__IntList *int_list;
2102
+ PgQuery__Integer *integer;
2103
+ PgQuery__IntoClause *into_clause;
2104
+ PgQuery__JoinExpr *join_expr;
2105
+ PgQuery__JsonAggConstructor *json_agg_constructor;
2106
+ PgQuery__JsonArgument *json_argument;
2107
+ PgQuery__JsonArrayAgg *json_array_agg;
2108
+ PgQuery__JsonArrayConstructor *json_array_constructor;
2109
+ PgQuery__JsonArrayQueryConstructor *json_array_query_constructor;
2110
+ PgQuery__JsonBehavior *json_behavior;
2111
+ PgQuery__JsonConstructorExpr *json_constructor_expr;
2112
+ PgQuery__JsonExpr *json_expr;
2113
+ PgQuery__JsonFormat *json_format;
2114
+ PgQuery__JsonFuncExpr *json_func_expr;
2115
+ PgQuery__JsonIsPredicate *json_is_predicate;
2116
+ PgQuery__JsonKeyValue *json_key_value;
2117
+ PgQuery__JsonObjectAgg *json_object_agg;
2118
+ PgQuery__JsonObjectConstructor *json_object_constructor;
2119
+ PgQuery__JsonOutput *json_output;
2120
+ PgQuery__JsonParseExpr *json_parse_expr;
2121
+ PgQuery__JsonReturning *json_returning;
2122
+ PgQuery__JsonScalarExpr *json_scalar_expr;
2123
+ PgQuery__JsonSerializeExpr *json_serialize_expr;
2124
+ PgQuery__JsonTable *json_table;
2125
+ PgQuery__JsonTableColumn *json_table_column;
2126
+ PgQuery__JsonTablePath *json_table_path;
2127
+ PgQuery__JsonTablePathScan *json_table_path_scan;
2128
+ PgQuery__JsonTablePathSpec *json_table_path_spec;
2129
+ PgQuery__JsonTableSiblingJoin *json_table_sibling_join;
2130
+ PgQuery__JsonValueExpr *json_value_expr;
2131
+ PgQuery__List *list;
2162
2132
  PgQuery__ListenStmt *listen_stmt;
2163
- PgQuery__UnlistenStmt *unlisten_stmt;
2164
- PgQuery__TransactionStmt *transaction_stmt;
2165
- PgQuery__CompositeTypeStmt *composite_type_stmt;
2166
- PgQuery__CreateEnumStmt *create_enum_stmt;
2167
- PgQuery__CreateRangeStmt *create_range_stmt;
2168
- PgQuery__AlterEnumStmt *alter_enum_stmt;
2169
- PgQuery__ViewStmt *view_stmt;
2170
2133
  PgQuery__LoadStmt *load_stmt;
2171
- PgQuery__CreatedbStmt *createdb_stmt;
2172
- PgQuery__AlterDatabaseStmt *alter_database_stmt;
2173
- PgQuery__AlterDatabaseRefreshCollStmt *alter_database_refresh_coll_stmt;
2174
- PgQuery__AlterDatabaseSetStmt *alter_database_set_stmt;
2175
- PgQuery__DropdbStmt *dropdb_stmt;
2176
- PgQuery__AlterSystemStmt *alter_system_stmt;
2177
- PgQuery__ClusterStmt *cluster_stmt;
2178
- PgQuery__VacuumStmt *vacuum_stmt;
2179
- PgQuery__VacuumRelation *vacuum_relation;
2180
- PgQuery__ExplainStmt *explain_stmt;
2181
- PgQuery__CreateTableAsStmt *create_table_as_stmt;
2182
- PgQuery__RefreshMatViewStmt *refresh_mat_view_stmt;
2183
- PgQuery__CheckPointStmt *check_point_stmt;
2184
- PgQuery__DiscardStmt *discard_stmt;
2185
2134
  PgQuery__LockStmt *lock_stmt;
2186
- PgQuery__ConstraintsSetStmt *constraints_set_stmt;
2187
- PgQuery__ReindexStmt *reindex_stmt;
2188
- PgQuery__CreateConversionStmt *create_conversion_stmt;
2189
- PgQuery__CreateCastStmt *create_cast_stmt;
2190
- PgQuery__CreateTransformStmt *create_transform_stmt;
2135
+ PgQuery__LockingClause *locking_clause;
2136
+ PgQuery__MergeAction *merge_action;
2137
+ PgQuery__MergeStmt *merge_stmt;
2138
+ PgQuery__MergeSupportFunc *merge_support_func;
2139
+ PgQuery__MergeWhenClause *merge_when_clause;
2140
+ PgQuery__MinMaxExpr *min_max_expr;
2141
+ PgQuery__MultiAssignRef *multi_assign_ref;
2142
+ PgQuery__NamedArgExpr *named_arg_expr;
2143
+ PgQuery__NextValueExpr *next_value_expr;
2144
+ PgQuery__NotifyStmt *notify_stmt;
2145
+ PgQuery__NullIfExpr *null_if_expr;
2146
+ PgQuery__NullTest *null_test;
2147
+ PgQuery__ObjectWithArgs *object_with_args;
2148
+ PgQuery__OidList *oid_list;
2149
+ PgQuery__OnConflictClause *on_conflict_clause;
2150
+ PgQuery__OnConflictExpr *on_conflict_expr;
2151
+ PgQuery__OpExpr *op_expr;
2152
+ PgQuery__Param *param;
2153
+ PgQuery__ParamRef *param_ref;
2154
+ PgQuery__PartitionBoundSpec *partition_bound_spec;
2155
+ PgQuery__PartitionCmd *partition_cmd;
2156
+ PgQuery__PartitionElem *partition_elem;
2157
+ PgQuery__PartitionRangeDatum *partition_range_datum;
2158
+ PgQuery__PartitionSpec *partition_spec;
2159
+ PgQuery__PLAssignStmt *plassign_stmt;
2191
2160
  PgQuery__PrepareStmt *prepare_stmt;
2192
- PgQuery__ExecuteStmt *execute_stmt;
2193
- PgQuery__DeallocateStmt *deallocate_stmt;
2194
- PgQuery__DropOwnedStmt *drop_owned_stmt;
2195
- PgQuery__ReassignOwnedStmt *reassign_owned_stmt;
2196
- PgQuery__AlterTSDictionaryStmt *alter_tsdictionary_stmt;
2197
- PgQuery__AlterTSConfigurationStmt *alter_tsconfiguration_stmt;
2198
- PgQuery__PublicationTable *publication_table;
2199
2161
  PgQuery__PublicationObjSpec *publication_obj_spec;
2200
- PgQuery__CreatePublicationStmt *create_publication_stmt;
2201
- PgQuery__AlterPublicationStmt *alter_publication_stmt;
2202
- PgQuery__CreateSubscriptionStmt *create_subscription_stmt;
2203
- PgQuery__AlterSubscriptionStmt *alter_subscription_stmt;
2204
- PgQuery__DropSubscriptionStmt *drop_subscription_stmt;
2205
- PgQuery__Integer *integer;
2206
- PgQuery__Float *float_;
2207
- PgQuery__Boolean *boolean;
2162
+ PgQuery__PublicationTable *publication_table;
2163
+ PgQuery__Query *query;
2164
+ PgQuery__RangeFunction *range_function;
2165
+ PgQuery__RangeSubselect *range_subselect;
2166
+ PgQuery__RangeTableFunc *range_table_func;
2167
+ PgQuery__RangeTableFuncCol *range_table_func_col;
2168
+ PgQuery__RangeTableSample *range_table_sample;
2169
+ PgQuery__RangeTblEntry *range_tbl_entry;
2170
+ PgQuery__RangeTblFunction *range_tbl_function;
2171
+ PgQuery__RangeTblRef *range_tbl_ref;
2172
+ PgQuery__RangeVar *range_var;
2173
+ PgQuery__RawStmt *raw_stmt;
2174
+ PgQuery__ReassignOwnedStmt *reassign_owned_stmt;
2175
+ PgQuery__RefreshMatViewStmt *refresh_mat_view_stmt;
2176
+ PgQuery__ReindexStmt *reindex_stmt;
2177
+ PgQuery__RelabelType *relabel_type;
2178
+ PgQuery__RenameStmt *rename_stmt;
2179
+ PgQuery__ReplicaIdentityStmt *replica_identity_stmt;
2180
+ PgQuery__ResTarget *res_target;
2181
+ PgQuery__ReturnStmt *return_stmt;
2182
+ PgQuery__RoleSpec *role_spec;
2183
+ PgQuery__RowCompareExpr *row_compare_expr;
2184
+ PgQuery__RowExpr *row_expr;
2185
+ PgQuery__RowMarkClause *row_mark_clause;
2186
+ PgQuery__RTEPermissionInfo *rtepermission_info;
2187
+ PgQuery__RuleStmt *rule_stmt;
2188
+ PgQuery__ScalarArrayOpExpr *scalar_array_op_expr;
2189
+ PgQuery__SecLabelStmt *sec_label_stmt;
2190
+ PgQuery__SelectStmt *select_stmt;
2191
+ PgQuery__SetOperationStmt *set_operation_stmt;
2192
+ PgQuery__SetToDefault *set_to_default;
2193
+ PgQuery__SinglePartitionSpec *single_partition_spec;
2194
+ PgQuery__SortBy *sort_by;
2195
+ PgQuery__SortGroupClause *sort_group_clause;
2196
+ PgQuery__SQLValueFunction *sqlvalue_function;
2197
+ PgQuery__StatsElem *stats_elem;
2208
2198
  PgQuery__String *string;
2209
- PgQuery__BitString *bit_string;
2210
- PgQuery__List *list;
2211
- PgQuery__IntList *int_list;
2212
- PgQuery__OidList *oid_list;
2213
- PgQuery__AConst *a_const;
2199
+ PgQuery__SubLink *sub_link;
2200
+ PgQuery__SubPlan *sub_plan;
2201
+ PgQuery__SubscriptingRef *subscripting_ref;
2202
+ PgQuery__TableFunc *table_func;
2203
+ PgQuery__TableLikeClause *table_like_clause;
2204
+ PgQuery__TableSampleClause *table_sample_clause;
2205
+ PgQuery__TargetEntry *target_entry;
2206
+ PgQuery__TransactionStmt *transaction_stmt;
2207
+ PgQuery__TriggerTransition *trigger_transition;
2208
+ PgQuery__TruncateStmt *truncate_stmt;
2209
+ PgQuery__TypeCast *type_cast;
2210
+ PgQuery__TypeName *type_name;
2211
+ PgQuery__UnlistenStmt *unlisten_stmt;
2212
+ PgQuery__UpdateStmt *update_stmt;
2213
+ PgQuery__VacuumRelation *vacuum_relation;
2214
+ PgQuery__VacuumStmt *vacuum_stmt;
2215
+ PgQuery__Var *var;
2216
+ PgQuery__VariableSetStmt *variable_set_stmt;
2217
+ PgQuery__VariableShowStmt *variable_show_stmt;
2218
+ PgQuery__ViewStmt *view_stmt;
2219
+ PgQuery__WindowClause *window_clause;
2220
+ PgQuery__WindowDef *window_def;
2221
+ PgQuery__WindowFunc *window_func;
2222
+ PgQuery__WindowFuncRunCondition *window_func_run_condition;
2223
+ PgQuery__WithCheckOption *with_check_option;
2224
+ PgQuery__WithClause *with_clause;
2225
+ PgQuery__XmlExpr *xml_expr;
2226
+ PgQuery__XmlSerialize *xml_serialize;
2214
2227
  };
2215
2228
  };
2216
2229
  #define PG_QUERY__NODE__INIT \
2217
2230
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__node__descriptor) \
2218
- , PG_QUERY__NODE__NODE__NOT_SET, {0} }
2231
+ , PG_QUERY__NODE__NODE__NOT_SET, {0} }
2219
2232
 
2220
2233
 
2221
2234
  struct PgQuery__Integer
@@ -2228,7 +2241,7 @@ struct PgQuery__Integer
2228
2241
  };
2229
2242
  #define PG_QUERY__INTEGER__INIT \
2230
2243
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__integer__descriptor) \
2231
- , 0 }
2244
+ , 0 }
2232
2245
 
2233
2246
 
2234
2247
  struct PgQuery__Float
@@ -2241,7 +2254,7 @@ struct PgQuery__Float
2241
2254
  };
2242
2255
  #define PG_QUERY__FLOAT__INIT \
2243
2256
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__float__descriptor) \
2244
- , (char *)protobuf_c_empty_string }
2257
+ , (char *)protobuf_c_empty_string }
2245
2258
 
2246
2259
 
2247
2260
  struct PgQuery__Boolean
@@ -2251,7 +2264,7 @@ struct PgQuery__Boolean
2251
2264
  };
2252
2265
  #define PG_QUERY__BOOLEAN__INIT \
2253
2266
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__boolean__descriptor) \
2254
- , 0 }
2267
+ , 0 }
2255
2268
 
2256
2269
 
2257
2270
  struct PgQuery__String
@@ -2264,7 +2277,7 @@ struct PgQuery__String
2264
2277
  };
2265
2278
  #define PG_QUERY__STRING__INIT \
2266
2279
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__string__descriptor) \
2267
- , (char *)protobuf_c_empty_string }
2280
+ , (char *)protobuf_c_empty_string }
2268
2281
 
2269
2282
 
2270
2283
  struct PgQuery__BitString
@@ -2277,7 +2290,7 @@ struct PgQuery__BitString
2277
2290
  };
2278
2291
  #define PG_QUERY__BIT_STRING__INIT \
2279
2292
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__bit_string__descriptor) \
2280
- , (char *)protobuf_c_empty_string }
2293
+ , (char *)protobuf_c_empty_string }
2281
2294
 
2282
2295
 
2283
2296
  struct PgQuery__List
@@ -2288,7 +2301,7 @@ struct PgQuery__List
2288
2301
  };
2289
2302
  #define PG_QUERY__LIST__INIT \
2290
2303
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__list__descriptor) \
2291
- , 0,NULL }
2304
+ , 0,NULL }
2292
2305
 
2293
2306
 
2294
2307
  struct PgQuery__OidList
@@ -2299,7 +2312,7 @@ struct PgQuery__OidList
2299
2312
  };
2300
2313
  #define PG_QUERY__OID_LIST__INIT \
2301
2314
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__oid_list__descriptor) \
2302
- , 0,NULL }
2315
+ , 0,NULL }
2303
2316
 
2304
2317
 
2305
2318
  struct PgQuery__IntList
@@ -2310,7 +2323,7 @@ struct PgQuery__IntList
2310
2323
  };
2311
2324
  #define PG_QUERY__INT_LIST__INIT \
2312
2325
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__int_list__descriptor) \
2313
- , 0,NULL }
2326
+ , 0,NULL }
2314
2327
 
2315
2328
 
2316
2329
  typedef enum {
@@ -2330,16 +2343,16 @@ struct PgQuery__AConst
2330
2343
  int32_t location;
2331
2344
  PgQuery__AConst__ValCase val_case;
2332
2345
  union {
2333
- PgQuery__Integer *ival;
2334
- PgQuery__Float *fval;
2335
2346
  PgQuery__Boolean *boolval;
2336
- PgQuery__String *sval;
2337
2347
  PgQuery__BitString *bsval;
2348
+ PgQuery__Float *fval;
2349
+ PgQuery__Integer *ival;
2350
+ PgQuery__String *sval;
2338
2351
  };
2339
2352
  };
2340
2353
  #define PG_QUERY__A__CONST__INIT \
2341
2354
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__a__const__descriptor) \
2342
- , 0, 0, PG_QUERY__A__CONST__VAL__NOT_SET, {0} }
2355
+ , 0, 0, PG_QUERY__A__CONST__VAL__NOT_SET, {0} }
2343
2356
 
2344
2357
 
2345
2358
  struct PgQuery__Alias
@@ -2351,7 +2364,7 @@ struct PgQuery__Alias
2351
2364
  };
2352
2365
  #define PG_QUERY__ALIAS__INIT \
2353
2366
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alias__descriptor) \
2354
- , (char *)protobuf_c_empty_string, 0,NULL }
2367
+ , (char *)protobuf_c_empty_string, 0,NULL }
2355
2368
 
2356
2369
 
2357
2370
  struct PgQuery__RangeVar
@@ -2367,7 +2380,7 @@ struct PgQuery__RangeVar
2367
2380
  };
2368
2381
  #define PG_QUERY__RANGE_VAR__INIT \
2369
2382
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__range_var__descriptor) \
2370
- , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0, (char *)protobuf_c_empty_string, NULL, 0 }
2383
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0, (char *)protobuf_c_empty_string, NULL, 0 }
2371
2384
 
2372
2385
 
2373
2386
  struct PgQuery__TableFunc
@@ -2404,7 +2417,7 @@ struct PgQuery__TableFunc
2404
2417
  };
2405
2418
  #define PG_QUERY__TABLE_FUNC__INIT \
2406
2419
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__table_func__descriptor) \
2407
- , PG_QUERY__TABLE_FUNC_TYPE__TABLE_FUNC_TYPE_UNDEFINED, 0,NULL, 0,NULL, NULL, NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, NULL, 0, 0 }
2420
+ , PG_QUERY__TABLE_FUNC_TYPE__TABLE_FUNC_TYPE_UNDEFINED, 0,NULL, 0,NULL, NULL, NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, NULL, 0, 0 }
2408
2421
 
2409
2422
 
2410
2423
  struct PgQuery__IntoClause
@@ -2423,7 +2436,7 @@ struct PgQuery__IntoClause
2423
2436
  };
2424
2437
  #define PG_QUERY__INTO_CLAUSE__INIT \
2425
2438
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__into_clause__descriptor) \
2426
- , NULL, 0,NULL, (char *)protobuf_c_empty_string, 0,NULL, PG_QUERY__ON_COMMIT_ACTION__ON_COMMIT_ACTION_UNDEFINED, (char *)protobuf_c_empty_string, NULL, 0 }
2439
+ , NULL, 0,NULL, (char *)protobuf_c_empty_string, 0,NULL, PG_QUERY__ON_COMMIT_ACTION__ON_COMMIT_ACTION_UNDEFINED, (char *)protobuf_c_empty_string, NULL, 0 }
2427
2440
 
2428
2441
 
2429
2442
  struct PgQuery__Var
@@ -2442,7 +2455,7 @@ struct PgQuery__Var
2442
2455
  };
2443
2456
  #define PG_QUERY__VAR__INIT \
2444
2457
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__var__descriptor) \
2445
- , NULL, 0, 0, 0, 0, 0, 0,NULL, 0, 0 }
2458
+ , NULL, 0, 0, 0, 0, 0, 0,NULL, 0, 0 }
2446
2459
 
2447
2460
 
2448
2461
  struct PgQuery__Param
@@ -2458,7 +2471,7 @@ struct PgQuery__Param
2458
2471
  };
2459
2472
  #define PG_QUERY__PARAM__INIT \
2460
2473
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__param__descriptor) \
2461
- , NULL, PG_QUERY__PARAM_KIND__PARAM_KIND_UNDEFINED, 0, 0, 0, 0, 0 }
2474
+ , NULL, PG_QUERY__PARAM_KIND__PARAM_KIND_UNDEFINED, 0, 0, 0, 0, 0 }
2462
2475
 
2463
2476
 
2464
2477
  struct PgQuery__Aggref
@@ -2491,7 +2504,7 @@ struct PgQuery__Aggref
2491
2504
  };
2492
2505
  #define PG_QUERY__AGGREF__INIT \
2493
2506
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__aggref__descriptor) \
2494
- , NULL, 0, 0, 0, 0, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, NULL, 0, 0, (char *)protobuf_c_empty_string, 0, PG_QUERY__AGG_SPLIT__AGG_SPLIT_UNDEFINED, 0, 0, 0 }
2507
+ , NULL, 0, 0, 0, 0, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, NULL, 0, 0, (char *)protobuf_c_empty_string, 0, PG_QUERY__AGG_SPLIT__AGG_SPLIT_UNDEFINED, 0, 0, 0 }
2495
2508
 
2496
2509
 
2497
2510
  struct PgQuery__GroupingFunc
@@ -2507,7 +2520,7 @@ struct PgQuery__GroupingFunc
2507
2520
  };
2508
2521
  #define PG_QUERY__GROUPING_FUNC__INIT \
2509
2522
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__grouping_func__descriptor) \
2510
- , NULL, 0,NULL, 0,NULL, 0, 0 }
2523
+ , NULL, 0,NULL, 0,NULL, 0, 0 }
2511
2524
 
2512
2525
 
2513
2526
  struct PgQuery__WindowFunc
@@ -2530,7 +2543,7 @@ struct PgQuery__WindowFunc
2530
2543
  };
2531
2544
  #define PG_QUERY__WINDOW_FUNC__INIT \
2532
2545
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__window_func__descriptor) \
2533
- , NULL, 0, 0, 0, 0, 0,NULL, NULL, 0,NULL, 0, 0, 0, 0 }
2546
+ , NULL, 0, 0, 0, 0, 0,NULL, NULL, 0,NULL, 0, 0, 0, 0 }
2534
2547
 
2535
2548
 
2536
2549
  struct PgQuery__WindowFuncRunCondition
@@ -2544,7 +2557,7 @@ struct PgQuery__WindowFuncRunCondition
2544
2557
  };
2545
2558
  #define PG_QUERY__WINDOW_FUNC_RUN_CONDITION__INIT \
2546
2559
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__window_func_run_condition__descriptor) \
2547
- , NULL, 0, 0, 0, NULL }
2560
+ , NULL, 0, 0, 0, NULL }
2548
2561
 
2549
2562
 
2550
2563
  struct PgQuery__MergeSupportFunc
@@ -2557,7 +2570,7 @@ struct PgQuery__MergeSupportFunc
2557
2570
  };
2558
2571
  #define PG_QUERY__MERGE_SUPPORT_FUNC__INIT \
2559
2572
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__merge_support_func__descriptor) \
2560
- , NULL, 0, 0, 0 }
2573
+ , NULL, 0, 0, 0 }
2561
2574
 
2562
2575
 
2563
2576
  struct PgQuery__SubscriptingRef
@@ -2578,7 +2591,7 @@ struct PgQuery__SubscriptingRef
2578
2591
  };
2579
2592
  #define PG_QUERY__SUBSCRIPTING_REF__INIT \
2580
2593
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__subscripting_ref__descriptor) \
2581
- , NULL, 0, 0, 0, 0, 0, 0,NULL, 0,NULL, NULL, NULL }
2594
+ , NULL, 0, 0, 0, 0, 0, 0,NULL, 0,NULL, NULL, NULL }
2582
2595
 
2583
2596
 
2584
2597
  struct PgQuery__FuncExpr
@@ -2598,7 +2611,7 @@ struct PgQuery__FuncExpr
2598
2611
  };
2599
2612
  #define PG_QUERY__FUNC_EXPR__INIT \
2600
2613
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__func_expr__descriptor) \
2601
- , NULL, 0, 0, 0, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0, 0, 0,NULL, 0 }
2614
+ , NULL, 0, 0, 0, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0, 0, 0,NULL, 0 }
2602
2615
 
2603
2616
 
2604
2617
  struct PgQuery__NamedArgExpr
@@ -2612,7 +2625,7 @@ struct PgQuery__NamedArgExpr
2612
2625
  };
2613
2626
  #define PG_QUERY__NAMED_ARG_EXPR__INIT \
2614
2627
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__named_arg_expr__descriptor) \
2615
- , NULL, NULL, (char *)protobuf_c_empty_string, 0, 0 }
2628
+ , NULL, NULL, (char *)protobuf_c_empty_string, 0, 0 }
2616
2629
 
2617
2630
 
2618
2631
  struct PgQuery__OpExpr
@@ -2630,7 +2643,7 @@ struct PgQuery__OpExpr
2630
2643
  };
2631
2644
  #define PG_QUERY__OP_EXPR__INIT \
2632
2645
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__op_expr__descriptor) \
2633
- , NULL, 0, 0, 0, 0, 0, 0,NULL, 0 }
2646
+ , NULL, 0, 0, 0, 0, 0, 0,NULL, 0 }
2634
2647
 
2635
2648
 
2636
2649
  struct PgQuery__DistinctExpr
@@ -2648,7 +2661,7 @@ struct PgQuery__DistinctExpr
2648
2661
  };
2649
2662
  #define PG_QUERY__DISTINCT_EXPR__INIT \
2650
2663
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__distinct_expr__descriptor) \
2651
- , NULL, 0, 0, 0, 0, 0, 0,NULL, 0 }
2664
+ , NULL, 0, 0, 0, 0, 0, 0,NULL, 0 }
2652
2665
 
2653
2666
 
2654
2667
  struct PgQuery__NullIfExpr
@@ -2666,7 +2679,7 @@ struct PgQuery__NullIfExpr
2666
2679
  };
2667
2680
  #define PG_QUERY__NULL_IF_EXPR__INIT \
2668
2681
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__null_if_expr__descriptor) \
2669
- , NULL, 0, 0, 0, 0, 0, 0,NULL, 0 }
2682
+ , NULL, 0, 0, 0, 0, 0, 0,NULL, 0 }
2670
2683
 
2671
2684
 
2672
2685
  struct PgQuery__ScalarArrayOpExpr
@@ -2682,7 +2695,7 @@ struct PgQuery__ScalarArrayOpExpr
2682
2695
  };
2683
2696
  #define PG_QUERY__SCALAR_ARRAY_OP_EXPR__INIT \
2684
2697
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__scalar_array_op_expr__descriptor) \
2685
- , NULL, 0, 0, 0, 0,NULL, 0 }
2698
+ , NULL, 0, 0, 0, 0,NULL, 0 }
2686
2699
 
2687
2700
 
2688
2701
  struct PgQuery__BoolExpr
@@ -2696,7 +2709,7 @@ struct PgQuery__BoolExpr
2696
2709
  };
2697
2710
  #define PG_QUERY__BOOL_EXPR__INIT \
2698
2711
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__bool_expr__descriptor) \
2699
- , NULL, PG_QUERY__BOOL_EXPR_TYPE__BOOL_EXPR_TYPE_UNDEFINED, 0,NULL, 0 }
2712
+ , NULL, PG_QUERY__BOOL_EXPR_TYPE__BOOL_EXPR_TYPE_UNDEFINED, 0,NULL, 0 }
2700
2713
 
2701
2714
 
2702
2715
  struct PgQuery__SubLink
@@ -2713,7 +2726,7 @@ struct PgQuery__SubLink
2713
2726
  };
2714
2727
  #define PG_QUERY__SUB_LINK__INIT \
2715
2728
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__sub_link__descriptor) \
2716
- , NULL, PG_QUERY__SUB_LINK_TYPE__SUB_LINK_TYPE_UNDEFINED, 0, NULL, 0,NULL, NULL, 0 }
2729
+ , NULL, PG_QUERY__SUB_LINK_TYPE__SUB_LINK_TYPE_UNDEFINED, 0, NULL, 0,NULL, NULL, 0 }
2717
2730
 
2718
2731
 
2719
2732
  struct PgQuery__SubPlan
@@ -2743,7 +2756,7 @@ struct PgQuery__SubPlan
2743
2756
  };
2744
2757
  #define PG_QUERY__SUB_PLAN__INIT \
2745
2758
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__sub_plan__descriptor) \
2746
- , NULL, PG_QUERY__SUB_LINK_TYPE__SUB_LINK_TYPE_UNDEFINED, NULL, 0,NULL, 0, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, 0, 0,NULL, 0,NULL, 0,NULL, 0, 0 }
2759
+ , NULL, PG_QUERY__SUB_LINK_TYPE__SUB_LINK_TYPE_UNDEFINED, NULL, 0,NULL, 0, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, 0, 0,NULL, 0,NULL, 0,NULL, 0, 0 }
2747
2760
 
2748
2761
 
2749
2762
  struct PgQuery__AlternativeSubPlan
@@ -2755,7 +2768,7 @@ struct PgQuery__AlternativeSubPlan
2755
2768
  };
2756
2769
  #define PG_QUERY__ALTERNATIVE_SUB_PLAN__INIT \
2757
2770
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alternative_sub_plan__descriptor) \
2758
- , NULL, 0,NULL }
2771
+ , NULL, 0,NULL }
2759
2772
 
2760
2773
 
2761
2774
  struct PgQuery__FieldSelect
@@ -2770,7 +2783,7 @@ struct PgQuery__FieldSelect
2770
2783
  };
2771
2784
  #define PG_QUERY__FIELD_SELECT__INIT \
2772
2785
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__field_select__descriptor) \
2773
- , NULL, NULL, 0, 0, 0, 0 }
2786
+ , NULL, NULL, 0, 0, 0, 0 }
2774
2787
 
2775
2788
 
2776
2789
  struct PgQuery__FieldStore
@@ -2786,7 +2799,7 @@ struct PgQuery__FieldStore
2786
2799
  };
2787
2800
  #define PG_QUERY__FIELD_STORE__INIT \
2788
2801
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__field_store__descriptor) \
2789
- , NULL, NULL, 0,NULL, 0,NULL, 0 }
2802
+ , NULL, NULL, 0,NULL, 0,NULL, 0 }
2790
2803
 
2791
2804
 
2792
2805
  struct PgQuery__RelabelType
@@ -2802,7 +2815,7 @@ struct PgQuery__RelabelType
2802
2815
  };
2803
2816
  #define PG_QUERY__RELABEL_TYPE__INIT \
2804
2817
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__relabel_type__descriptor) \
2805
- , NULL, NULL, 0, 0, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0 }
2818
+ , NULL, NULL, 0, 0, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0 }
2806
2819
 
2807
2820
 
2808
2821
  struct PgQuery__CoerceViaIO
@@ -2817,7 +2830,7 @@ struct PgQuery__CoerceViaIO
2817
2830
  };
2818
2831
  #define PG_QUERY__COERCE_VIA_IO__INIT \
2819
2832
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__coerce_via_io__descriptor) \
2820
- , NULL, NULL, 0, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0 }
2833
+ , NULL, NULL, 0, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0 }
2821
2834
 
2822
2835
 
2823
2836
  struct PgQuery__ArrayCoerceExpr
@@ -2834,7 +2847,7 @@ struct PgQuery__ArrayCoerceExpr
2834
2847
  };
2835
2848
  #define PG_QUERY__ARRAY_COERCE_EXPR__INIT \
2836
2849
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__array_coerce_expr__descriptor) \
2837
- , NULL, NULL, NULL, 0, 0, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0 }
2850
+ , NULL, NULL, NULL, 0, 0, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0 }
2838
2851
 
2839
2852
 
2840
2853
  struct PgQuery__ConvertRowtypeExpr
@@ -2848,7 +2861,7 @@ struct PgQuery__ConvertRowtypeExpr
2848
2861
  };
2849
2862
  #define PG_QUERY__CONVERT_ROWTYPE_EXPR__INIT \
2850
2863
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__convert_rowtype_expr__descriptor) \
2851
- , NULL, NULL, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0 }
2864
+ , NULL, NULL, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0 }
2852
2865
 
2853
2866
 
2854
2867
  struct PgQuery__CollateExpr
@@ -2861,7 +2874,7 @@ struct PgQuery__CollateExpr
2861
2874
  };
2862
2875
  #define PG_QUERY__COLLATE_EXPR__INIT \
2863
2876
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__collate_expr__descriptor) \
2864
- , NULL, NULL, 0, 0 }
2877
+ , NULL, NULL, 0, 0 }
2865
2878
 
2866
2879
 
2867
2880
  struct PgQuery__CaseExpr
@@ -2878,7 +2891,7 @@ struct PgQuery__CaseExpr
2878
2891
  };
2879
2892
  #define PG_QUERY__CASE_EXPR__INIT \
2880
2893
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__case_expr__descriptor) \
2881
- , NULL, 0, 0, NULL, 0,NULL, NULL, 0 }
2894
+ , NULL, 0, 0, NULL, 0,NULL, NULL, 0 }
2882
2895
 
2883
2896
 
2884
2897
  struct PgQuery__CaseWhen
@@ -2891,7 +2904,7 @@ struct PgQuery__CaseWhen
2891
2904
  };
2892
2905
  #define PG_QUERY__CASE_WHEN__INIT \
2893
2906
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__case_when__descriptor) \
2894
- , NULL, NULL, NULL, 0 }
2907
+ , NULL, NULL, NULL, 0 }
2895
2908
 
2896
2909
 
2897
2910
  struct PgQuery__CaseTestExpr
@@ -2904,7 +2917,7 @@ struct PgQuery__CaseTestExpr
2904
2917
  };
2905
2918
  #define PG_QUERY__CASE_TEST_EXPR__INIT \
2906
2919
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__case_test_expr__descriptor) \
2907
- , NULL, 0, 0, 0 }
2920
+ , NULL, 0, 0, 0 }
2908
2921
 
2909
2922
 
2910
2923
  struct PgQuery__ArrayExpr
@@ -2921,7 +2934,7 @@ struct PgQuery__ArrayExpr
2921
2934
  };
2922
2935
  #define PG_QUERY__ARRAY_EXPR__INIT \
2923
2936
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__array_expr__descriptor) \
2924
- , NULL, 0, 0, 0, 0,NULL, 0, 0 }
2937
+ , NULL, 0, 0, 0, 0,NULL, 0, 0 }
2925
2938
 
2926
2939
 
2927
2940
  struct PgQuery__RowExpr
@@ -2938,7 +2951,7 @@ struct PgQuery__RowExpr
2938
2951
  };
2939
2952
  #define PG_QUERY__ROW_EXPR__INIT \
2940
2953
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__row_expr__descriptor) \
2941
- , NULL, 0,NULL, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0,NULL, 0 }
2954
+ , NULL, 0,NULL, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0,NULL, 0 }
2942
2955
 
2943
2956
 
2944
2957
  struct PgQuery__RowCompareExpr
@@ -2959,7 +2972,7 @@ struct PgQuery__RowCompareExpr
2959
2972
  };
2960
2973
  #define PG_QUERY__ROW_COMPARE_EXPR__INIT \
2961
2974
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__row_compare_expr__descriptor) \
2962
- , NULL, PG_QUERY__ROW_COMPARE_TYPE__ROW_COMPARE_TYPE_UNDEFINED, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL }
2975
+ , NULL, PG_QUERY__ROW_COMPARE_TYPE__ROW_COMPARE_TYPE_UNDEFINED, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL }
2963
2976
 
2964
2977
 
2965
2978
  struct PgQuery__CoalesceExpr
@@ -2974,7 +2987,7 @@ struct PgQuery__CoalesceExpr
2974
2987
  };
2975
2988
  #define PG_QUERY__COALESCE_EXPR__INIT \
2976
2989
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__coalesce_expr__descriptor) \
2977
- , NULL, 0, 0, 0,NULL, 0 }
2990
+ , NULL, 0, 0, 0,NULL, 0 }
2978
2991
 
2979
2992
 
2980
2993
  struct PgQuery__MinMaxExpr
@@ -2991,7 +3004,7 @@ struct PgQuery__MinMaxExpr
2991
3004
  };
2992
3005
  #define PG_QUERY__MIN_MAX_EXPR__INIT \
2993
3006
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__min_max_expr__descriptor) \
2994
- , NULL, 0, 0, 0, PG_QUERY__MIN_MAX_OP__MIN_MAX_OP_UNDEFINED, 0,NULL, 0 }
3007
+ , NULL, 0, 0, 0, PG_QUERY__MIN_MAX_OP__MIN_MAX_OP_UNDEFINED, 0,NULL, 0 }
2995
3008
 
2996
3009
 
2997
3010
  struct PgQuery__SQLValueFunction
@@ -3005,7 +3018,7 @@ struct PgQuery__SQLValueFunction
3005
3018
  };
3006
3019
  #define PG_QUERY__SQLVALUE_FUNCTION__INIT \
3007
3020
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__sqlvalue_function__descriptor) \
3008
- , NULL, PG_QUERY__SQLVALUE_FUNCTION_OP__SQLVALUE_FUNCTION_OP_UNDEFINED, 0, 0, 0 }
3021
+ , NULL, PG_QUERY__SQLVALUE_FUNCTION_OP__SQLVALUE_FUNCTION_OP_UNDEFINED, 0, 0, 0 }
3009
3022
 
3010
3023
 
3011
3024
  struct PgQuery__XmlExpr
@@ -3028,7 +3041,7 @@ struct PgQuery__XmlExpr
3028
3041
  };
3029
3042
  #define PG_QUERY__XML_EXPR__INIT \
3030
3043
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__xml_expr__descriptor) \
3031
- , NULL, PG_QUERY__XML_EXPR_OP__XML_EXPR_OP_UNDEFINED, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0,NULL, PG_QUERY__XML_OPTION_TYPE__XML_OPTION_TYPE_UNDEFINED, 0, 0, 0, 0 }
3044
+ , NULL, PG_QUERY__XML_EXPR_OP__XML_EXPR_OP_UNDEFINED, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0,NULL, PG_QUERY__XML_OPTION_TYPE__XML_OPTION_TYPE_UNDEFINED, 0, 0, 0, 0 }
3032
3045
 
3033
3046
 
3034
3047
  struct PgQuery__JsonFormat
@@ -3040,7 +3053,7 @@ struct PgQuery__JsonFormat
3040
3053
  };
3041
3054
  #define PG_QUERY__JSON_FORMAT__INIT \
3042
3055
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_format__descriptor) \
3043
- , PG_QUERY__JSON_FORMAT_TYPE__JSON_FORMAT_TYPE_UNDEFINED, PG_QUERY__JSON_ENCODING__JSON_ENCODING_UNDEFINED, 0 }
3056
+ , PG_QUERY__JSON_FORMAT_TYPE__JSON_FORMAT_TYPE_UNDEFINED, PG_QUERY__JSON_ENCODING__JSON_ENCODING_UNDEFINED, 0 }
3044
3057
 
3045
3058
 
3046
3059
  struct PgQuery__JsonReturning
@@ -3052,7 +3065,7 @@ struct PgQuery__JsonReturning
3052
3065
  };
3053
3066
  #define PG_QUERY__JSON_RETURNING__INIT \
3054
3067
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_returning__descriptor) \
3055
- , NULL, 0, 0 }
3068
+ , NULL, 0, 0 }
3056
3069
 
3057
3070
 
3058
3071
  struct PgQuery__JsonValueExpr
@@ -3064,7 +3077,7 @@ struct PgQuery__JsonValueExpr
3064
3077
  };
3065
3078
  #define PG_QUERY__JSON_VALUE_EXPR__INIT \
3066
3079
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_value_expr__descriptor) \
3067
- , NULL, NULL, NULL }
3080
+ , NULL, NULL, NULL }
3068
3081
 
3069
3082
 
3070
3083
  struct PgQuery__JsonConstructorExpr
@@ -3083,7 +3096,7 @@ struct PgQuery__JsonConstructorExpr
3083
3096
  };
3084
3097
  #define PG_QUERY__JSON_CONSTRUCTOR_EXPR__INIT \
3085
3098
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_constructor_expr__descriptor) \
3086
- , NULL, PG_QUERY__JSON_CONSTRUCTOR_TYPE__JSON_CONSTRUCTOR_TYPE_UNDEFINED, 0,NULL, NULL, NULL, NULL, 0, 0, 0 }
3099
+ , NULL, PG_QUERY__JSON_CONSTRUCTOR_TYPE__JSON_CONSTRUCTOR_TYPE_UNDEFINED, 0,NULL, NULL, NULL, NULL, 0, 0, 0 }
3087
3100
 
3088
3101
 
3089
3102
  struct PgQuery__JsonIsPredicate
@@ -3097,7 +3110,7 @@ struct PgQuery__JsonIsPredicate
3097
3110
  };
3098
3111
  #define PG_QUERY__JSON_IS_PREDICATE__INIT \
3099
3112
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_is_predicate__descriptor) \
3100
- , NULL, NULL, PG_QUERY__JSON_VALUE_TYPE__JSON_VALUE_TYPE_UNDEFINED, 0, 0 }
3113
+ , NULL, NULL, PG_QUERY__JSON_VALUE_TYPE__JSON_VALUE_TYPE_UNDEFINED, 0, 0 }
3101
3114
 
3102
3115
 
3103
3116
  struct PgQuery__JsonBehavior
@@ -3110,7 +3123,7 @@ struct PgQuery__JsonBehavior
3110
3123
  };
3111
3124
  #define PG_QUERY__JSON_BEHAVIOR__INIT \
3112
3125
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_behavior__descriptor) \
3113
- , PG_QUERY__JSON_BEHAVIOR_TYPE__JSON_BEHAVIOR_TYPE_UNDEFINED, NULL, 0, 0 }
3126
+ , PG_QUERY__JSON_BEHAVIOR_TYPE__JSON_BEHAVIOR_TYPE_UNDEFINED, NULL, 0, 0 }
3114
3127
 
3115
3128
 
3116
3129
  struct PgQuery__JsonExpr
@@ -3138,7 +3151,7 @@ struct PgQuery__JsonExpr
3138
3151
  };
3139
3152
  #define PG_QUERY__JSON_EXPR__INIT \
3140
3153
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_expr__descriptor) \
3141
- , NULL, PG_QUERY__JSON_EXPR_OP__JSON_EXPR_OP_UNDEFINED, (char *)protobuf_c_empty_string, NULL, NULL, NULL, NULL, 0,NULL, 0,NULL, NULL, NULL, 0, 0, PG_QUERY__JSON_WRAPPER__JSON_WRAPPER_UNDEFINED, 0, 0, 0 }
3154
+ , NULL, PG_QUERY__JSON_EXPR_OP__JSON_EXPR_OP_UNDEFINED, (char *)protobuf_c_empty_string, NULL, NULL, NULL, NULL, 0,NULL, 0,NULL, NULL, NULL, 0, 0, PG_QUERY__JSON_WRAPPER__JSON_WRAPPER_UNDEFINED, 0, 0, 0 }
3142
3155
 
3143
3156
 
3144
3157
  struct PgQuery__JsonTablePath
@@ -3148,7 +3161,7 @@ struct PgQuery__JsonTablePath
3148
3161
  };
3149
3162
  #define PG_QUERY__JSON_TABLE_PATH__INIT \
3150
3163
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_table_path__descriptor) \
3151
- , (char *)protobuf_c_empty_string }
3164
+ , (char *)protobuf_c_empty_string }
3152
3165
 
3153
3166
 
3154
3167
  struct PgQuery__JsonTablePathScan
@@ -3163,7 +3176,7 @@ struct PgQuery__JsonTablePathScan
3163
3176
  };
3164
3177
  #define PG_QUERY__JSON_TABLE_PATH_SCAN__INIT \
3165
3178
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_table_path_scan__descriptor) \
3166
- , NULL, NULL, 0, NULL, 0, 0 }
3179
+ , NULL, NULL, 0, NULL, 0, 0 }
3167
3180
 
3168
3181
 
3169
3182
  struct PgQuery__JsonTableSiblingJoin
@@ -3175,7 +3188,7 @@ struct PgQuery__JsonTableSiblingJoin
3175
3188
  };
3176
3189
  #define PG_QUERY__JSON_TABLE_SIBLING_JOIN__INIT \
3177
3190
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_table_sibling_join__descriptor) \
3178
- , NULL, NULL, NULL }
3191
+ , NULL, NULL, NULL }
3179
3192
 
3180
3193
 
3181
3194
  struct PgQuery__NullTest
@@ -3189,7 +3202,7 @@ struct PgQuery__NullTest
3189
3202
  };
3190
3203
  #define PG_QUERY__NULL_TEST__INIT \
3191
3204
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__null_test__descriptor) \
3192
- , NULL, NULL, PG_QUERY__NULL_TEST_TYPE__NULL_TEST_TYPE_UNDEFINED, 0, 0 }
3205
+ , NULL, NULL, PG_QUERY__NULL_TEST_TYPE__NULL_TEST_TYPE_UNDEFINED, 0, 0 }
3193
3206
 
3194
3207
 
3195
3208
  struct PgQuery__BooleanTest
@@ -3202,7 +3215,7 @@ struct PgQuery__BooleanTest
3202
3215
  };
3203
3216
  #define PG_QUERY__BOOLEAN_TEST__INIT \
3204
3217
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__boolean_test__descriptor) \
3205
- , NULL, NULL, PG_QUERY__BOOL_TEST_TYPE__BOOL_TEST_TYPE_UNDEFINED, 0 }
3218
+ , NULL, NULL, PG_QUERY__BOOL_TEST_TYPE__BOOL_TEST_TYPE_UNDEFINED, 0 }
3206
3219
 
3207
3220
 
3208
3221
  struct PgQuery__MergeAction
@@ -3219,7 +3232,7 @@ struct PgQuery__MergeAction
3219
3232
  };
3220
3233
  #define PG_QUERY__MERGE_ACTION__INIT \
3221
3234
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__merge_action__descriptor) \
3222
- , PG_QUERY__MERGE_MATCH_KIND__MERGE_MATCH_KIND_UNDEFINED, PG_QUERY__CMD_TYPE__CMD_TYPE_UNDEFINED, PG_QUERY__OVERRIDING_KIND__OVERRIDING_KIND_UNDEFINED, NULL, 0,NULL, 0,NULL }
3235
+ , PG_QUERY__MERGE_MATCH_KIND__MERGE_MATCH_KIND_UNDEFINED, PG_QUERY__CMD_TYPE__CMD_TYPE_UNDEFINED, PG_QUERY__OVERRIDING_KIND__OVERRIDING_KIND_UNDEFINED, NULL, 0,NULL, 0,NULL }
3223
3236
 
3224
3237
 
3225
3238
  struct PgQuery__CoerceToDomain
@@ -3235,7 +3248,7 @@ struct PgQuery__CoerceToDomain
3235
3248
  };
3236
3249
  #define PG_QUERY__COERCE_TO_DOMAIN__INIT \
3237
3250
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__coerce_to_domain__descriptor) \
3238
- , NULL, NULL, 0, 0, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0 }
3251
+ , NULL, NULL, 0, 0, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0 }
3239
3252
 
3240
3253
 
3241
3254
  struct PgQuery__CoerceToDomainValue
@@ -3249,7 +3262,7 @@ struct PgQuery__CoerceToDomainValue
3249
3262
  };
3250
3263
  #define PG_QUERY__COERCE_TO_DOMAIN_VALUE__INIT \
3251
3264
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__coerce_to_domain_value__descriptor) \
3252
- , NULL, 0, 0, 0, 0 }
3265
+ , NULL, 0, 0, 0, 0 }
3253
3266
 
3254
3267
 
3255
3268
  struct PgQuery__SetToDefault
@@ -3263,7 +3276,7 @@ struct PgQuery__SetToDefault
3263
3276
  };
3264
3277
  #define PG_QUERY__SET_TO_DEFAULT__INIT \
3265
3278
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__set_to_default__descriptor) \
3266
- , NULL, 0, 0, 0, 0 }
3279
+ , NULL, 0, 0, 0, 0 }
3267
3280
 
3268
3281
 
3269
3282
  struct PgQuery__CurrentOfExpr
@@ -3276,7 +3289,7 @@ struct PgQuery__CurrentOfExpr
3276
3289
  };
3277
3290
  #define PG_QUERY__CURRENT_OF_EXPR__INIT \
3278
3291
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__current_of_expr__descriptor) \
3279
- , NULL, 0, (char *)protobuf_c_empty_string, 0 }
3292
+ , NULL, 0, (char *)protobuf_c_empty_string, 0 }
3280
3293
 
3281
3294
 
3282
3295
  struct PgQuery__NextValueExpr
@@ -3288,7 +3301,7 @@ struct PgQuery__NextValueExpr
3288
3301
  };
3289
3302
  #define PG_QUERY__NEXT_VALUE_EXPR__INIT \
3290
3303
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__next_value_expr__descriptor) \
3291
- , NULL, 0, 0 }
3304
+ , NULL, 0, 0 }
3292
3305
 
3293
3306
 
3294
3307
  struct PgQuery__InferenceElem
@@ -3301,7 +3314,7 @@ struct PgQuery__InferenceElem
3301
3314
  };
3302
3315
  #define PG_QUERY__INFERENCE_ELEM__INIT \
3303
3316
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__inference_elem__descriptor) \
3304
- , NULL, NULL, 0, 0 }
3317
+ , NULL, NULL, 0, 0 }
3305
3318
 
3306
3319
 
3307
3320
  struct PgQuery__TargetEntry
@@ -3318,7 +3331,7 @@ struct PgQuery__TargetEntry
3318
3331
  };
3319
3332
  #define PG_QUERY__TARGET_ENTRY__INIT \
3320
3333
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__target_entry__descriptor) \
3321
- , NULL, NULL, 0, (char *)protobuf_c_empty_string, 0, 0, 0, 0 }
3334
+ , NULL, NULL, 0, (char *)protobuf_c_empty_string, 0, 0, 0, 0 }
3322
3335
 
3323
3336
 
3324
3337
  struct PgQuery__RangeTblRef
@@ -3328,7 +3341,7 @@ struct PgQuery__RangeTblRef
3328
3341
  };
3329
3342
  #define PG_QUERY__RANGE_TBL_REF__INIT \
3330
3343
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__range_tbl_ref__descriptor) \
3331
- , 0 }
3344
+ , 0 }
3332
3345
 
3333
3346
 
3334
3347
  struct PgQuery__JoinExpr
@@ -3347,7 +3360,7 @@ struct PgQuery__JoinExpr
3347
3360
  };
3348
3361
  #define PG_QUERY__JOIN_EXPR__INIT \
3349
3362
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__join_expr__descriptor) \
3350
- , PG_QUERY__JOIN_TYPE__JOIN_TYPE_UNDEFINED, 0, NULL, NULL, 0,NULL, NULL, NULL, NULL, 0 }
3363
+ , PG_QUERY__JOIN_TYPE__JOIN_TYPE_UNDEFINED, 0, NULL, NULL, 0,NULL, NULL, NULL, NULL, 0 }
3351
3364
 
3352
3365
 
3353
3366
  struct PgQuery__FromExpr
@@ -3359,7 +3372,7 @@ struct PgQuery__FromExpr
3359
3372
  };
3360
3373
  #define PG_QUERY__FROM_EXPR__INIT \
3361
3374
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__from_expr__descriptor) \
3362
- , 0,NULL, NULL }
3375
+ , 0,NULL, NULL }
3363
3376
 
3364
3377
 
3365
3378
  struct PgQuery__OnConflictExpr
@@ -3379,7 +3392,7 @@ struct PgQuery__OnConflictExpr
3379
3392
  };
3380
3393
  #define PG_QUERY__ON_CONFLICT_EXPR__INIT \
3381
3394
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__on_conflict_expr__descriptor) \
3382
- , PG_QUERY__ON_CONFLICT_ACTION__ON_CONFLICT_ACTION_UNDEFINED, 0,NULL, NULL, 0, 0,NULL, NULL, 0, 0,NULL }
3395
+ , PG_QUERY__ON_CONFLICT_ACTION__ON_CONFLICT_ACTION_UNDEFINED, 0,NULL, NULL, 0, 0,NULL, NULL, 0, 0,NULL }
3383
3396
 
3384
3397
 
3385
3398
  struct PgQuery__Query
@@ -3444,7 +3457,7 @@ struct PgQuery__Query
3444
3457
  };
3445
3458
  #define PG_QUERY__QUERY__INIT \
3446
3459
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__query__descriptor) \
3447
- , PG_QUERY__CMD_TYPE__CMD_TYPE_UNDEFINED, PG_QUERY__QUERY_SOURCE__QUERY_SOURCE_UNDEFINED, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,NULL, 0,NULL, 0,NULL, NULL, 0,NULL, 0, NULL, 0,NULL, PG_QUERY__OVERRIDING_KIND__OVERRIDING_KIND_UNDEFINED, NULL, 0,NULL, 0,NULL, 0, 0,NULL, NULL, 0,NULL, 0,NULL, 0,NULL, NULL, NULL, PG_QUERY__LIMIT_OPTION__LIMIT_OPTION_UNDEFINED, 0,NULL, NULL, 0,NULL, 0,NULL, 0, 0 }
3460
+ , PG_QUERY__CMD_TYPE__CMD_TYPE_UNDEFINED, PG_QUERY__QUERY_SOURCE__QUERY_SOURCE_UNDEFINED, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,NULL, 0,NULL, 0,NULL, NULL, 0,NULL, 0, NULL, 0,NULL, PG_QUERY__OVERRIDING_KIND__OVERRIDING_KIND_UNDEFINED, NULL, 0,NULL, 0,NULL, 0, 0,NULL, NULL, 0,NULL, 0,NULL, 0,NULL, NULL, NULL, PG_QUERY__LIMIT_OPTION__LIMIT_OPTION_UNDEFINED, 0,NULL, NULL, 0,NULL, 0,NULL, 0, 0 }
3448
3461
 
3449
3462
 
3450
3463
  struct PgQuery__TypeName
@@ -3464,7 +3477,7 @@ struct PgQuery__TypeName
3464
3477
  };
3465
3478
  #define PG_QUERY__TYPE_NAME__INIT \
3466
3479
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__type_name__descriptor) \
3467
- , 0,NULL, 0, 0, 0, 0,NULL, 0, 0,NULL, 0 }
3480
+ , 0,NULL, 0, 0, 0, 0,NULL, 0, 0,NULL, 0 }
3468
3481
 
3469
3482
 
3470
3483
  struct PgQuery__ColumnRef
@@ -3476,7 +3489,7 @@ struct PgQuery__ColumnRef
3476
3489
  };
3477
3490
  #define PG_QUERY__COLUMN_REF__INIT \
3478
3491
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__column_ref__descriptor) \
3479
- , 0,NULL, 0 }
3492
+ , 0,NULL, 0 }
3480
3493
 
3481
3494
 
3482
3495
  struct PgQuery__ParamRef
@@ -3487,7 +3500,7 @@ struct PgQuery__ParamRef
3487
3500
  };
3488
3501
  #define PG_QUERY__PARAM_REF__INIT \
3489
3502
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__param_ref__descriptor) \
3490
- , 0, 0 }
3503
+ , 0, 0 }
3491
3504
 
3492
3505
 
3493
3506
  struct PgQuery__AExpr
@@ -3502,7 +3515,7 @@ struct PgQuery__AExpr
3502
3515
  };
3503
3516
  #define PG_QUERY__A__EXPR__INIT \
3504
3517
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__a__expr__descriptor) \
3505
- , PG_QUERY__A__EXPR__KIND__A_EXPR_KIND_UNDEFINED, 0,NULL, NULL, NULL, 0 }
3518
+ , PG_QUERY__A__EXPR__KIND__A_EXPR_KIND_UNDEFINED, 0,NULL, NULL, NULL, 0 }
3506
3519
 
3507
3520
 
3508
3521
  struct PgQuery__TypeCast
@@ -3514,7 +3527,7 @@ struct PgQuery__TypeCast
3514
3527
  };
3515
3528
  #define PG_QUERY__TYPE_CAST__INIT \
3516
3529
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__type_cast__descriptor) \
3517
- , NULL, NULL, 0 }
3530
+ , NULL, NULL, 0 }
3518
3531
 
3519
3532
 
3520
3533
  struct PgQuery__CollateClause
@@ -3527,7 +3540,7 @@ struct PgQuery__CollateClause
3527
3540
  };
3528
3541
  #define PG_QUERY__COLLATE_CLAUSE__INIT \
3529
3542
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__collate_clause__descriptor) \
3530
- , NULL, 0,NULL, 0 }
3543
+ , NULL, 0,NULL, 0 }
3531
3544
 
3532
3545
 
3533
3546
  struct PgQuery__RoleSpec
@@ -3539,7 +3552,7 @@ struct PgQuery__RoleSpec
3539
3552
  };
3540
3553
  #define PG_QUERY__ROLE_SPEC__INIT \
3541
3554
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__role_spec__descriptor) \
3542
- , PG_QUERY__ROLE_SPEC_TYPE__ROLE_SPEC_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, 0 }
3555
+ , PG_QUERY__ROLE_SPEC_TYPE__ROLE_SPEC_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, 0 }
3543
3556
 
3544
3557
 
3545
3558
  struct PgQuery__FuncCall
@@ -3562,7 +3575,7 @@ struct PgQuery__FuncCall
3562
3575
  };
3563
3576
  #define PG_QUERY__FUNC_CALL__INIT \
3564
3577
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__func_call__descriptor) \
3565
- , 0,NULL, 0,NULL, 0,NULL, NULL, NULL, 0, 0, 0, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0 }
3578
+ , 0,NULL, 0,NULL, 0,NULL, NULL, NULL, 0, 0, 0, 0, PG_QUERY__COERCION_FORM__COERCION_FORM_UNDEFINED, 0 }
3566
3579
 
3567
3580
 
3568
3581
  struct PgQuery__AStar
@@ -3571,7 +3584,7 @@ struct PgQuery__AStar
3571
3584
  };
3572
3585
  #define PG_QUERY__A__STAR__INIT \
3573
3586
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__a__star__descriptor) \
3574
- }
3587
+ }
3575
3588
 
3576
3589
 
3577
3590
  struct PgQuery__AIndices
@@ -3583,7 +3596,7 @@ struct PgQuery__AIndices
3583
3596
  };
3584
3597
  #define PG_QUERY__A__INDICES__INIT \
3585
3598
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__a__indices__descriptor) \
3586
- , 0, NULL, NULL }
3599
+ , 0, NULL, NULL }
3587
3600
 
3588
3601
 
3589
3602
  struct PgQuery__AIndirection
@@ -3595,7 +3608,7 @@ struct PgQuery__AIndirection
3595
3608
  };
3596
3609
  #define PG_QUERY__A__INDIRECTION__INIT \
3597
3610
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__a__indirection__descriptor) \
3598
- , NULL, 0,NULL }
3611
+ , NULL, 0,NULL }
3599
3612
 
3600
3613
 
3601
3614
  struct PgQuery__AArrayExpr
@@ -3607,7 +3620,7 @@ struct PgQuery__AArrayExpr
3607
3620
  };
3608
3621
  #define PG_QUERY__A__ARRAY_EXPR__INIT \
3609
3622
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__a__array_expr__descriptor) \
3610
- , 0,NULL, 0 }
3623
+ , 0,NULL, 0 }
3611
3624
 
3612
3625
 
3613
3626
  struct PgQuery__ResTarget
@@ -3621,7 +3634,7 @@ struct PgQuery__ResTarget
3621
3634
  };
3622
3635
  #define PG_QUERY__RES_TARGET__INIT \
3623
3636
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__res_target__descriptor) \
3624
- , (char *)protobuf_c_empty_string, 0,NULL, NULL, 0 }
3637
+ , (char *)protobuf_c_empty_string, 0,NULL, NULL, 0 }
3625
3638
 
3626
3639
 
3627
3640
  struct PgQuery__MultiAssignRef
@@ -3633,7 +3646,7 @@ struct PgQuery__MultiAssignRef
3633
3646
  };
3634
3647
  #define PG_QUERY__MULTI_ASSIGN_REF__INIT \
3635
3648
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__multi_assign_ref__descriptor) \
3636
- , NULL, 0, 0 }
3649
+ , NULL, 0, 0 }
3637
3650
 
3638
3651
 
3639
3652
  struct PgQuery__SortBy
@@ -3648,7 +3661,7 @@ struct PgQuery__SortBy
3648
3661
  };
3649
3662
  #define PG_QUERY__SORT_BY__INIT \
3650
3663
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__sort_by__descriptor) \
3651
- , NULL, PG_QUERY__SORT_BY_DIR__SORT_BY_DIR_UNDEFINED, PG_QUERY__SORT_BY_NULLS__SORT_BY_NULLS_UNDEFINED, 0,NULL, 0 }
3664
+ , NULL, PG_QUERY__SORT_BY_DIR__SORT_BY_DIR_UNDEFINED, PG_QUERY__SORT_BY_NULLS__SORT_BY_NULLS_UNDEFINED, 0,NULL, 0 }
3652
3665
 
3653
3666
 
3654
3667
  struct PgQuery__WindowDef
@@ -3667,7 +3680,7 @@ struct PgQuery__WindowDef
3667
3680
  };
3668
3681
  #define PG_QUERY__WINDOW_DEF__INIT \
3669
3682
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__window_def__descriptor) \
3670
- , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0, NULL, NULL, 0 }
3683
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0, NULL, NULL, 0 }
3671
3684
 
3672
3685
 
3673
3686
  struct PgQuery__RangeSubselect
@@ -3679,7 +3692,7 @@ struct PgQuery__RangeSubselect
3679
3692
  };
3680
3693
  #define PG_QUERY__RANGE_SUBSELECT__INIT \
3681
3694
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__range_subselect__descriptor) \
3682
- , 0, NULL, NULL }
3695
+ , 0, NULL, NULL }
3683
3696
 
3684
3697
 
3685
3698
  struct PgQuery__RangeFunction
@@ -3696,7 +3709,7 @@ struct PgQuery__RangeFunction
3696
3709
  };
3697
3710
  #define PG_QUERY__RANGE_FUNCTION__INIT \
3698
3711
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__range_function__descriptor) \
3699
- , 0, 0, 0, 0,NULL, NULL, 0,NULL }
3712
+ , 0, 0, 0, 0,NULL, NULL, 0,NULL }
3700
3713
 
3701
3714
 
3702
3715
  struct PgQuery__RangeTableFunc
@@ -3714,7 +3727,7 @@ struct PgQuery__RangeTableFunc
3714
3727
  };
3715
3728
  #define PG_QUERY__RANGE_TABLE_FUNC__INIT \
3716
3729
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__range_table_func__descriptor) \
3717
- , 0, NULL, NULL, 0,NULL, 0,NULL, NULL, 0 }
3730
+ , 0, NULL, NULL, 0,NULL, 0,NULL, NULL, 0 }
3718
3731
 
3719
3732
 
3720
3733
  struct PgQuery__RangeTableFuncCol
@@ -3730,7 +3743,7 @@ struct PgQuery__RangeTableFuncCol
3730
3743
  };
3731
3744
  #define PG_QUERY__RANGE_TABLE_FUNC_COL__INIT \
3732
3745
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__range_table_func_col__descriptor) \
3733
- , (char *)protobuf_c_empty_string, NULL, 0, 0, NULL, NULL, 0 }
3746
+ , (char *)protobuf_c_empty_string, NULL, 0, 0, NULL, NULL, 0 }
3734
3747
 
3735
3748
 
3736
3749
  struct PgQuery__RangeTableSample
@@ -3746,7 +3759,7 @@ struct PgQuery__RangeTableSample
3746
3759
  };
3747
3760
  #define PG_QUERY__RANGE_TABLE_SAMPLE__INIT \
3748
3761
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__range_table_sample__descriptor) \
3749
- , NULL, 0,NULL, 0,NULL, NULL, 0 }
3762
+ , NULL, 0,NULL, 0,NULL, NULL, 0 }
3750
3763
 
3751
3764
 
3752
3765
  struct PgQuery__ColumnDef
@@ -3776,7 +3789,7 @@ struct PgQuery__ColumnDef
3776
3789
  };
3777
3790
  #define PG_QUERY__COLUMN_DEF__INIT \
3778
3791
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__column_def__descriptor) \
3779
- , (char *)protobuf_c_empty_string, NULL, (char *)protobuf_c_empty_string, 0, 0, 0, 0, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, NULL, NULL, (char *)protobuf_c_empty_string, NULL, (char *)protobuf_c_empty_string, NULL, 0, 0,NULL, 0,NULL, 0 }
3792
+ , (char *)protobuf_c_empty_string, NULL, (char *)protobuf_c_empty_string, 0, 0, 0, 0, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, NULL, NULL, (char *)protobuf_c_empty_string, NULL, (char *)protobuf_c_empty_string, NULL, 0, 0,NULL, 0,NULL, 0 }
3780
3793
 
3781
3794
 
3782
3795
  struct PgQuery__TableLikeClause
@@ -3788,7 +3801,7 @@ struct PgQuery__TableLikeClause
3788
3801
  };
3789
3802
  #define PG_QUERY__TABLE_LIKE_CLAUSE__INIT \
3790
3803
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__table_like_clause__descriptor) \
3791
- , NULL, 0, 0 }
3804
+ , NULL, 0, 0 }
3792
3805
 
3793
3806
 
3794
3807
  struct PgQuery__IndexElem
@@ -3808,7 +3821,7 @@ struct PgQuery__IndexElem
3808
3821
  };
3809
3822
  #define PG_QUERY__INDEX_ELEM__INIT \
3810
3823
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__index_elem__descriptor) \
3811
- , (char *)protobuf_c_empty_string, NULL, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0,NULL, PG_QUERY__SORT_BY_DIR__SORT_BY_DIR_UNDEFINED, PG_QUERY__SORT_BY_NULLS__SORT_BY_NULLS_UNDEFINED }
3824
+ , (char *)protobuf_c_empty_string, NULL, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0,NULL, PG_QUERY__SORT_BY_DIR__SORT_BY_DIR_UNDEFINED, PG_QUERY__SORT_BY_NULLS__SORT_BY_NULLS_UNDEFINED }
3812
3825
 
3813
3826
 
3814
3827
  struct PgQuery__DefElem
@@ -3822,7 +3835,7 @@ struct PgQuery__DefElem
3822
3835
  };
3823
3836
  #define PG_QUERY__DEF_ELEM__INIT \
3824
3837
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__def_elem__descriptor) \
3825
- , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, NULL, PG_QUERY__DEF_ELEM_ACTION__DEF_ELEM_ACTION_UNDEFINED, 0 }
3838
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, NULL, PG_QUERY__DEF_ELEM_ACTION__DEF_ELEM_ACTION_UNDEFINED, 0 }
3826
3839
 
3827
3840
 
3828
3841
  struct PgQuery__LockingClause
@@ -3835,7 +3848,7 @@ struct PgQuery__LockingClause
3835
3848
  };
3836
3849
  #define PG_QUERY__LOCKING_CLAUSE__INIT \
3837
3850
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__locking_clause__descriptor) \
3838
- , 0,NULL, PG_QUERY__LOCK_CLAUSE_STRENGTH__LOCK_CLAUSE_STRENGTH_UNDEFINED, PG_QUERY__LOCK_WAIT_POLICY__LOCK_WAIT_POLICY_UNDEFINED }
3851
+ , 0,NULL, PG_QUERY__LOCK_CLAUSE_STRENGTH__LOCK_CLAUSE_STRENGTH_UNDEFINED, PG_QUERY__LOCK_WAIT_POLICY__LOCK_WAIT_POLICY_UNDEFINED }
3839
3852
 
3840
3853
 
3841
3854
  struct PgQuery__XmlSerialize
@@ -3849,7 +3862,7 @@ struct PgQuery__XmlSerialize
3849
3862
  };
3850
3863
  #define PG_QUERY__XML_SERIALIZE__INIT \
3851
3864
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__xml_serialize__descriptor) \
3852
- , PG_QUERY__XML_OPTION_TYPE__XML_OPTION_TYPE_UNDEFINED, NULL, NULL, 0, 0 }
3865
+ , PG_QUERY__XML_OPTION_TYPE__XML_OPTION_TYPE_UNDEFINED, NULL, NULL, 0, 0 }
3853
3866
 
3854
3867
 
3855
3868
  struct PgQuery__PartitionElem
@@ -3865,7 +3878,7 @@ struct PgQuery__PartitionElem
3865
3878
  };
3866
3879
  #define PG_QUERY__PARTITION_ELEM__INIT \
3867
3880
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__partition_elem__descriptor) \
3868
- , (char *)protobuf_c_empty_string, NULL, 0,NULL, 0,NULL, 0 }
3881
+ , (char *)protobuf_c_empty_string, NULL, 0,NULL, 0,NULL, 0 }
3869
3882
 
3870
3883
 
3871
3884
  struct PgQuery__PartitionSpec
@@ -3878,7 +3891,7 @@ struct PgQuery__PartitionSpec
3878
3891
  };
3879
3892
  #define PG_QUERY__PARTITION_SPEC__INIT \
3880
3893
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__partition_spec__descriptor) \
3881
- , PG_QUERY__PARTITION_STRATEGY__PARTITION_STRATEGY_UNDEFINED, 0,NULL, 0 }
3894
+ , PG_QUERY__PARTITION_STRATEGY__PARTITION_STRATEGY_UNDEFINED, 0,NULL, 0 }
3882
3895
 
3883
3896
 
3884
3897
  struct PgQuery__PartitionBoundSpec
@@ -3898,7 +3911,7 @@ struct PgQuery__PartitionBoundSpec
3898
3911
  };
3899
3912
  #define PG_QUERY__PARTITION_BOUND_SPEC__INIT \
3900
3913
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__partition_bound_spec__descriptor) \
3901
- , (char *)protobuf_c_empty_string, 0, 0, 0, 0,NULL, 0,NULL, 0,NULL, 0 }
3914
+ , (char *)protobuf_c_empty_string, 0, 0, 0, 0,NULL, 0,NULL, 0,NULL, 0 }
3902
3915
 
3903
3916
 
3904
3917
  struct PgQuery__PartitionRangeDatum
@@ -3910,7 +3923,7 @@ struct PgQuery__PartitionRangeDatum
3910
3923
  };
3911
3924
  #define PG_QUERY__PARTITION_RANGE_DATUM__INIT \
3912
3925
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__partition_range_datum__descriptor) \
3913
- , PG_QUERY__PARTITION_RANGE_DATUM_KIND__PARTITION_RANGE_DATUM_KIND_UNDEFINED, NULL, 0 }
3926
+ , PG_QUERY__PARTITION_RANGE_DATUM_KIND__PARTITION_RANGE_DATUM_KIND_UNDEFINED, NULL, 0 }
3914
3927
 
3915
3928
 
3916
3929
  struct PgQuery__SinglePartitionSpec
@@ -3919,7 +3932,7 @@ struct PgQuery__SinglePartitionSpec
3919
3932
  };
3920
3933
  #define PG_QUERY__SINGLE_PARTITION_SPEC__INIT \
3921
3934
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__single_partition_spec__descriptor) \
3922
- }
3935
+ }
3923
3936
 
3924
3937
 
3925
3938
  struct PgQuery__PartitionCmd
@@ -3931,7 +3944,7 @@ struct PgQuery__PartitionCmd
3931
3944
  };
3932
3945
  #define PG_QUERY__PARTITION_CMD__INIT \
3933
3946
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__partition_cmd__descriptor) \
3934
- , NULL, NULL, 0 }
3947
+ , NULL, NULL, 0 }
3935
3948
 
3936
3949
 
3937
3950
  struct PgQuery__RangeTblEntry
@@ -3981,7 +3994,7 @@ struct PgQuery__RangeTblEntry
3981
3994
  };
3982
3995
  #define PG_QUERY__RANGE_TBL_ENTRY__INIT \
3983
3996
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__range_tbl_entry__descriptor) \
3984
- , NULL, NULL, PG_QUERY__RTEKIND__RTEKIND_UNDEFINED, 0, 0, (char *)protobuf_c_empty_string, 0, 0, NULL, NULL, 0, PG_QUERY__JOIN_TYPE__JOIN_TYPE_UNDEFINED, 0, 0,NULL, 0,NULL, 0,NULL, NULL, 0,NULL, 0, NULL, 0,NULL, (char *)protobuf_c_empty_string, 0, 0, 0,NULL, 0,NULL, 0,NULL, (char *)protobuf_c_empty_string, 0, 0, 0, 0,NULL }
3997
+ , NULL, NULL, PG_QUERY__RTEKIND__RTEKIND_UNDEFINED, 0, 0, (char *)protobuf_c_empty_string, 0, 0, NULL, NULL, 0, PG_QUERY__JOIN_TYPE__JOIN_TYPE_UNDEFINED, 0, 0,NULL, 0,NULL, 0,NULL, NULL, 0,NULL, 0, NULL, 0,NULL, (char *)protobuf_c_empty_string, 0, 0, 0,NULL, 0,NULL, 0,NULL, (char *)protobuf_c_empty_string, 0, 0, 0, 0,NULL }
3985
3998
 
3986
3999
 
3987
4000
  struct PgQuery__RTEPermissionInfo
@@ -4000,7 +4013,7 @@ struct PgQuery__RTEPermissionInfo
4000
4013
  };
4001
4014
  #define PG_QUERY__RTEPERMISSION_INFO__INIT \
4002
4015
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__rtepermission_info__descriptor) \
4003
- , 0, 0, 0, 0, 0,NULL, 0,NULL, 0,NULL }
4016
+ , 0, 0, 0, 0, 0,NULL, 0,NULL, 0,NULL }
4004
4017
 
4005
4018
 
4006
4019
  struct PgQuery__RangeTblFunction
@@ -4021,7 +4034,7 @@ struct PgQuery__RangeTblFunction
4021
4034
  };
4022
4035
  #define PG_QUERY__RANGE_TBL_FUNCTION__INIT \
4023
4036
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__range_tbl_function__descriptor) \
4024
- , NULL, 0, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL }
4037
+ , NULL, 0, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL }
4025
4038
 
4026
4039
 
4027
4040
  struct PgQuery__TableSampleClause
@@ -4034,7 +4047,7 @@ struct PgQuery__TableSampleClause
4034
4047
  };
4035
4048
  #define PG_QUERY__TABLE_SAMPLE_CLAUSE__INIT \
4036
4049
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__table_sample_clause__descriptor) \
4037
- , 0, 0,NULL, NULL }
4050
+ , 0, 0,NULL, NULL }
4038
4051
 
4039
4052
 
4040
4053
  struct PgQuery__WithCheckOption
@@ -4048,7 +4061,7 @@ struct PgQuery__WithCheckOption
4048
4061
  };
4049
4062
  #define PG_QUERY__WITH_CHECK_OPTION__INIT \
4050
4063
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__with_check_option__descriptor) \
4051
- , PG_QUERY__WCOKIND__WCOKIND_UNDEFINED, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, NULL, 0 }
4064
+ , PG_QUERY__WCOKIND__WCOKIND_UNDEFINED, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, NULL, 0 }
4052
4065
 
4053
4066
 
4054
4067
  struct PgQuery__SortGroupClause
@@ -4062,7 +4075,7 @@ struct PgQuery__SortGroupClause
4062
4075
  };
4063
4076
  #define PG_QUERY__SORT_GROUP_CLAUSE__INIT \
4064
4077
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__sort_group_clause__descriptor) \
4065
- , 0, 0, 0, 0, 0 }
4078
+ , 0, 0, 0, 0, 0 }
4066
4079
 
4067
4080
 
4068
4081
  struct PgQuery__GroupingSet
@@ -4075,7 +4088,7 @@ struct PgQuery__GroupingSet
4075
4088
  };
4076
4089
  #define PG_QUERY__GROUPING_SET__INIT \
4077
4090
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__grouping_set__descriptor) \
4078
- , PG_QUERY__GROUPING_SET_KIND__GROUPING_SET_KIND_UNDEFINED, 0,NULL, 0 }
4091
+ , PG_QUERY__GROUPING_SET_KIND__GROUPING_SET_KIND_UNDEFINED, 0,NULL, 0 }
4079
4092
 
4080
4093
 
4081
4094
  struct PgQuery__WindowClause
@@ -4100,7 +4113,7 @@ struct PgQuery__WindowClause
4100
4113
  };
4101
4114
  #define PG_QUERY__WINDOW_CLAUSE__INIT \
4102
4115
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__window_clause__descriptor) \
4103
- , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0 }
4116
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0 }
4104
4117
 
4105
4118
 
4106
4119
  struct PgQuery__RowMarkClause
@@ -4113,7 +4126,7 @@ struct PgQuery__RowMarkClause
4113
4126
  };
4114
4127
  #define PG_QUERY__ROW_MARK_CLAUSE__INIT \
4115
4128
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__row_mark_clause__descriptor) \
4116
- , 0, PG_QUERY__LOCK_CLAUSE_STRENGTH__LOCK_CLAUSE_STRENGTH_UNDEFINED, PG_QUERY__LOCK_WAIT_POLICY__LOCK_WAIT_POLICY_UNDEFINED, 0 }
4129
+ , 0, PG_QUERY__LOCK_CLAUSE_STRENGTH__LOCK_CLAUSE_STRENGTH_UNDEFINED, PG_QUERY__LOCK_WAIT_POLICY__LOCK_WAIT_POLICY_UNDEFINED, 0 }
4117
4130
 
4118
4131
 
4119
4132
  struct PgQuery__WithClause
@@ -4126,7 +4139,7 @@ struct PgQuery__WithClause
4126
4139
  };
4127
4140
  #define PG_QUERY__WITH_CLAUSE__INIT \
4128
4141
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__with_clause__descriptor) \
4129
- , 0,NULL, 0, 0 }
4142
+ , 0,NULL, 0, 0 }
4130
4143
 
4131
4144
 
4132
4145
  struct PgQuery__InferClause
@@ -4140,7 +4153,7 @@ struct PgQuery__InferClause
4140
4153
  };
4141
4154
  #define PG_QUERY__INFER_CLAUSE__INIT \
4142
4155
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__infer_clause__descriptor) \
4143
- , 0,NULL, NULL, (char *)protobuf_c_empty_string, 0 }
4156
+ , 0,NULL, NULL, (char *)protobuf_c_empty_string, 0 }
4144
4157
 
4145
4158
 
4146
4159
  struct PgQuery__OnConflictClause
@@ -4155,7 +4168,7 @@ struct PgQuery__OnConflictClause
4155
4168
  };
4156
4169
  #define PG_QUERY__ON_CONFLICT_CLAUSE__INIT \
4157
4170
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__on_conflict_clause__descriptor) \
4158
- , PG_QUERY__ON_CONFLICT_ACTION__ON_CONFLICT_ACTION_UNDEFINED, NULL, 0,NULL, NULL, 0 }
4171
+ , PG_QUERY__ON_CONFLICT_ACTION__ON_CONFLICT_ACTION_UNDEFINED, NULL, 0,NULL, NULL, 0 }
4159
4172
 
4160
4173
 
4161
4174
  struct PgQuery__CTESearchClause
@@ -4169,7 +4182,7 @@ struct PgQuery__CTESearchClause
4169
4182
  };
4170
4183
  #define PG_QUERY__CTESEARCH_CLAUSE__INIT \
4171
4184
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__ctesearch_clause__descriptor) \
4172
- , 0,NULL, 0, (char *)protobuf_c_empty_string, 0 }
4185
+ , 0,NULL, 0, (char *)protobuf_c_empty_string, 0 }
4173
4186
 
4174
4187
 
4175
4188
  struct PgQuery__CTECycleClause
@@ -4189,7 +4202,7 @@ struct PgQuery__CTECycleClause
4189
4202
  };
4190
4203
  #define PG_QUERY__CTECYCLE_CLAUSE__INIT \
4191
4204
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__ctecycle_clause__descriptor) \
4192
- , 0,NULL, (char *)protobuf_c_empty_string, NULL, NULL, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0 }
4205
+ , 0,NULL, (char *)protobuf_c_empty_string, NULL, NULL, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0 }
4193
4206
 
4194
4207
 
4195
4208
  struct PgQuery__CommonTableExpr
@@ -4216,7 +4229,7 @@ struct PgQuery__CommonTableExpr
4216
4229
  };
4217
4230
  #define PG_QUERY__COMMON_TABLE_EXPR__INIT \
4218
4231
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__common_table_expr__descriptor) \
4219
- , (char *)protobuf_c_empty_string, 0,NULL, PG_QUERY__CTEMATERIALIZE__CTEMATERIALIZE_UNDEFINED, NULL, NULL, NULL, 0, 0, 0, 0,NULL, 0,NULL, 0,NULL, 0,NULL }
4232
+ , (char *)protobuf_c_empty_string, 0,NULL, PG_QUERY__CTEMATERIALIZE__CTEMATERIALIZE_UNDEFINED, NULL, NULL, NULL, 0, 0, 0, 0,NULL, 0,NULL, 0,NULL, 0,NULL }
4220
4233
 
4221
4234
 
4222
4235
  struct PgQuery__MergeWhenClause
@@ -4233,7 +4246,7 @@ struct PgQuery__MergeWhenClause
4233
4246
  };
4234
4247
  #define PG_QUERY__MERGE_WHEN_CLAUSE__INIT \
4235
4248
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__merge_when_clause__descriptor) \
4236
- , PG_QUERY__MERGE_MATCH_KIND__MERGE_MATCH_KIND_UNDEFINED, PG_QUERY__CMD_TYPE__CMD_TYPE_UNDEFINED, PG_QUERY__OVERRIDING_KIND__OVERRIDING_KIND_UNDEFINED, NULL, 0,NULL, 0,NULL }
4249
+ , PG_QUERY__MERGE_MATCH_KIND__MERGE_MATCH_KIND_UNDEFINED, PG_QUERY__CMD_TYPE__CMD_TYPE_UNDEFINED, PG_QUERY__OVERRIDING_KIND__OVERRIDING_KIND_UNDEFINED, NULL, 0,NULL, 0,NULL }
4237
4250
 
4238
4251
 
4239
4252
  struct PgQuery__TriggerTransition
@@ -4245,7 +4258,7 @@ struct PgQuery__TriggerTransition
4245
4258
  };
4246
4259
  #define PG_QUERY__TRIGGER_TRANSITION__INIT \
4247
4260
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__trigger_transition__descriptor) \
4248
- , (char *)protobuf_c_empty_string, 0, 0 }
4261
+ , (char *)protobuf_c_empty_string, 0, 0 }
4249
4262
 
4250
4263
 
4251
4264
  struct PgQuery__JsonOutput
@@ -4256,7 +4269,7 @@ struct PgQuery__JsonOutput
4256
4269
  };
4257
4270
  #define PG_QUERY__JSON_OUTPUT__INIT \
4258
4271
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_output__descriptor) \
4259
- , NULL, NULL }
4272
+ , NULL, NULL }
4260
4273
 
4261
4274
 
4262
4275
  struct PgQuery__JsonArgument
@@ -4267,7 +4280,7 @@ struct PgQuery__JsonArgument
4267
4280
  };
4268
4281
  #define PG_QUERY__JSON_ARGUMENT__INIT \
4269
4282
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_argument__descriptor) \
4270
- , NULL, (char *)protobuf_c_empty_string }
4283
+ , NULL, (char *)protobuf_c_empty_string }
4271
4284
 
4272
4285
 
4273
4286
  struct PgQuery__JsonFuncExpr
@@ -4288,7 +4301,7 @@ struct PgQuery__JsonFuncExpr
4288
4301
  };
4289
4302
  #define PG_QUERY__JSON_FUNC_EXPR__INIT \
4290
4303
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_func_expr__descriptor) \
4291
- , PG_QUERY__JSON_EXPR_OP__JSON_EXPR_OP_UNDEFINED, (char *)protobuf_c_empty_string, NULL, NULL, 0,NULL, NULL, NULL, NULL, PG_QUERY__JSON_WRAPPER__JSON_WRAPPER_UNDEFINED, PG_QUERY__JSON_QUOTES__JSON_QUOTES_UNDEFINED, 0 }
4304
+ , PG_QUERY__JSON_EXPR_OP__JSON_EXPR_OP_UNDEFINED, (char *)protobuf_c_empty_string, NULL, NULL, 0,NULL, NULL, NULL, NULL, PG_QUERY__JSON_WRAPPER__JSON_WRAPPER_UNDEFINED, PG_QUERY__JSON_QUOTES__JSON_QUOTES_UNDEFINED, 0 }
4292
4305
 
4293
4306
 
4294
4307
  struct PgQuery__JsonTablePathSpec
@@ -4301,7 +4314,7 @@ struct PgQuery__JsonTablePathSpec
4301
4314
  };
4302
4315
  #define PG_QUERY__JSON_TABLE_PATH_SPEC__INIT \
4303
4316
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_table_path_spec__descriptor) \
4304
- , NULL, (char *)protobuf_c_empty_string, 0, 0 }
4317
+ , NULL, (char *)protobuf_c_empty_string, 0, 0 }
4305
4318
 
4306
4319
 
4307
4320
  struct PgQuery__JsonTable
@@ -4320,7 +4333,7 @@ struct PgQuery__JsonTable
4320
4333
  };
4321
4334
  #define PG_QUERY__JSON_TABLE__INIT \
4322
4335
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_table__descriptor) \
4323
- , NULL, NULL, 0,NULL, 0,NULL, NULL, NULL, 0, 0 }
4336
+ , NULL, NULL, 0,NULL, 0,NULL, NULL, NULL, 0, 0 }
4324
4337
 
4325
4338
 
4326
4339
  struct PgQuery__JsonTableColumn
@@ -4341,7 +4354,7 @@ struct PgQuery__JsonTableColumn
4341
4354
  };
4342
4355
  #define PG_QUERY__JSON_TABLE_COLUMN__INIT \
4343
4356
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_table_column__descriptor) \
4344
- , PG_QUERY__JSON_TABLE_COLUMN_TYPE__JSON_TABLE_COLUMN_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, NULL, NULL, NULL, PG_QUERY__JSON_WRAPPER__JSON_WRAPPER_UNDEFINED, PG_QUERY__JSON_QUOTES__JSON_QUOTES_UNDEFINED, 0,NULL, NULL, NULL, 0 }
4357
+ , PG_QUERY__JSON_TABLE_COLUMN_TYPE__JSON_TABLE_COLUMN_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, NULL, NULL, NULL, PG_QUERY__JSON_WRAPPER__JSON_WRAPPER_UNDEFINED, PG_QUERY__JSON_QUOTES__JSON_QUOTES_UNDEFINED, 0,NULL, NULL, NULL, 0 }
4345
4358
 
4346
4359
 
4347
4360
  struct PgQuery__JsonKeyValue
@@ -4352,7 +4365,7 @@ struct PgQuery__JsonKeyValue
4352
4365
  };
4353
4366
  #define PG_QUERY__JSON_KEY_VALUE__INIT \
4354
4367
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_key_value__descriptor) \
4355
- , NULL, NULL }
4368
+ , NULL, NULL }
4356
4369
 
4357
4370
 
4358
4371
  struct PgQuery__JsonParseExpr
@@ -4365,7 +4378,7 @@ struct PgQuery__JsonParseExpr
4365
4378
  };
4366
4379
  #define PG_QUERY__JSON_PARSE_EXPR__INIT \
4367
4380
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_parse_expr__descriptor) \
4368
- , NULL, NULL, 0, 0 }
4381
+ , NULL, NULL, 0, 0 }
4369
4382
 
4370
4383
 
4371
4384
  struct PgQuery__JsonScalarExpr
@@ -4377,7 +4390,7 @@ struct PgQuery__JsonScalarExpr
4377
4390
  };
4378
4391
  #define PG_QUERY__JSON_SCALAR_EXPR__INIT \
4379
4392
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_scalar_expr__descriptor) \
4380
- , NULL, NULL, 0 }
4393
+ , NULL, NULL, 0 }
4381
4394
 
4382
4395
 
4383
4396
  struct PgQuery__JsonSerializeExpr
@@ -4389,7 +4402,7 @@ struct PgQuery__JsonSerializeExpr
4389
4402
  };
4390
4403
  #define PG_QUERY__JSON_SERIALIZE_EXPR__INIT \
4391
4404
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_serialize_expr__descriptor) \
4392
- , NULL, NULL, 0 }
4405
+ , NULL, NULL, 0 }
4393
4406
 
4394
4407
 
4395
4408
  struct PgQuery__JsonObjectConstructor
@@ -4404,7 +4417,7 @@ struct PgQuery__JsonObjectConstructor
4404
4417
  };
4405
4418
  #define PG_QUERY__JSON_OBJECT_CONSTRUCTOR__INIT \
4406
4419
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_object_constructor__descriptor) \
4407
- , 0,NULL, NULL, 0, 0, 0 }
4420
+ , 0,NULL, NULL, 0, 0, 0 }
4408
4421
 
4409
4422
 
4410
4423
  struct PgQuery__JsonArrayConstructor
@@ -4418,7 +4431,7 @@ struct PgQuery__JsonArrayConstructor
4418
4431
  };
4419
4432
  #define PG_QUERY__JSON_ARRAY_CONSTRUCTOR__INIT \
4420
4433
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_array_constructor__descriptor) \
4421
- , 0,NULL, NULL, 0, 0 }
4434
+ , 0,NULL, NULL, 0, 0 }
4422
4435
 
4423
4436
 
4424
4437
  struct PgQuery__JsonArrayQueryConstructor
@@ -4432,7 +4445,7 @@ struct PgQuery__JsonArrayQueryConstructor
4432
4445
  };
4433
4446
  #define PG_QUERY__JSON_ARRAY_QUERY_CONSTRUCTOR__INIT \
4434
4447
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_array_query_constructor__descriptor) \
4435
- , NULL, NULL, NULL, 0, 0 }
4448
+ , NULL, NULL, NULL, 0, 0 }
4436
4449
 
4437
4450
 
4438
4451
  struct PgQuery__JsonAggConstructor
@@ -4447,7 +4460,7 @@ struct PgQuery__JsonAggConstructor
4447
4460
  };
4448
4461
  #define PG_QUERY__JSON_AGG_CONSTRUCTOR__INIT \
4449
4462
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_agg_constructor__descriptor) \
4450
- , NULL, NULL, 0,NULL, NULL, 0 }
4463
+ , NULL, NULL, 0,NULL, NULL, 0 }
4451
4464
 
4452
4465
 
4453
4466
  struct PgQuery__JsonObjectAgg
@@ -4460,7 +4473,7 @@ struct PgQuery__JsonObjectAgg
4460
4473
  };
4461
4474
  #define PG_QUERY__JSON_OBJECT_AGG__INIT \
4462
4475
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_object_agg__descriptor) \
4463
- , NULL, NULL, 0, 0 }
4476
+ , NULL, NULL, 0, 0 }
4464
4477
 
4465
4478
 
4466
4479
  struct PgQuery__JsonArrayAgg
@@ -4472,7 +4485,7 @@ struct PgQuery__JsonArrayAgg
4472
4485
  };
4473
4486
  #define PG_QUERY__JSON_ARRAY_AGG__INIT \
4474
4487
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__json_array_agg__descriptor) \
4475
- , NULL, NULL, 0 }
4488
+ , NULL, NULL, 0 }
4476
4489
 
4477
4490
 
4478
4491
  struct PgQuery__RawStmt
@@ -4484,7 +4497,7 @@ struct PgQuery__RawStmt
4484
4497
  };
4485
4498
  #define PG_QUERY__RAW_STMT__INIT \
4486
4499
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__raw_stmt__descriptor) \
4487
- , NULL, 0, 0 }
4500
+ , NULL, 0, 0 }
4488
4501
 
4489
4502
 
4490
4503
  struct PgQuery__InsertStmt
@@ -4502,7 +4515,7 @@ struct PgQuery__InsertStmt
4502
4515
  };
4503
4516
  #define PG_QUERY__INSERT_STMT__INIT \
4504
4517
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__insert_stmt__descriptor) \
4505
- , NULL, 0,NULL, NULL, NULL, 0,NULL, NULL, PG_QUERY__OVERRIDING_KIND__OVERRIDING_KIND_UNDEFINED }
4518
+ , NULL, 0,NULL, NULL, NULL, 0,NULL, NULL, PG_QUERY__OVERRIDING_KIND__OVERRIDING_KIND_UNDEFINED }
4506
4519
 
4507
4520
 
4508
4521
  struct PgQuery__DeleteStmt
@@ -4518,7 +4531,7 @@ struct PgQuery__DeleteStmt
4518
4531
  };
4519
4532
  #define PG_QUERY__DELETE_STMT__INIT \
4520
4533
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__delete_stmt__descriptor) \
4521
- , NULL, 0,NULL, NULL, 0,NULL, NULL }
4534
+ , NULL, 0,NULL, NULL, 0,NULL, NULL }
4522
4535
 
4523
4536
 
4524
4537
  struct PgQuery__UpdateStmt
@@ -4536,7 +4549,7 @@ struct PgQuery__UpdateStmt
4536
4549
  };
4537
4550
  #define PG_QUERY__UPDATE_STMT__INIT \
4538
4551
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__update_stmt__descriptor) \
4539
- , NULL, 0,NULL, NULL, 0,NULL, 0,NULL, NULL }
4552
+ , NULL, 0,NULL, NULL, 0,NULL, 0,NULL, NULL }
4540
4553
 
4541
4554
 
4542
4555
  struct PgQuery__MergeStmt
@@ -4553,7 +4566,7 @@ struct PgQuery__MergeStmt
4553
4566
  };
4554
4567
  #define PG_QUERY__MERGE_STMT__INIT \
4555
4568
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__merge_stmt__descriptor) \
4556
- , NULL, NULL, NULL, 0,NULL, 0,NULL, NULL }
4569
+ , NULL, NULL, NULL, 0,NULL, 0,NULL, NULL }
4557
4570
 
4558
4571
 
4559
4572
  struct PgQuery__SelectStmt
@@ -4590,7 +4603,7 @@ struct PgQuery__SelectStmt
4590
4603
  };
4591
4604
  #define PG_QUERY__SELECT_STMT__INIT \
4592
4605
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__select_stmt__descriptor) \
4593
- , 0,NULL, NULL, 0,NULL, 0,NULL, NULL, 0,NULL, 0, NULL, 0,NULL, 0,NULL, 0,NULL, NULL, NULL, PG_QUERY__LIMIT_OPTION__LIMIT_OPTION_UNDEFINED, 0,NULL, NULL, PG_QUERY__SET_OPERATION__SET_OPERATION_UNDEFINED, 0, NULL, NULL }
4606
+ , 0,NULL, NULL, 0,NULL, 0,NULL, NULL, 0,NULL, 0, NULL, 0,NULL, 0,NULL, 0,NULL, NULL, NULL, PG_QUERY__LIMIT_OPTION__LIMIT_OPTION_UNDEFINED, 0,NULL, NULL, PG_QUERY__SET_OPERATION__SET_OPERATION_UNDEFINED, 0, NULL, NULL }
4594
4607
 
4595
4608
 
4596
4609
  struct PgQuery__SetOperationStmt
@@ -4611,7 +4624,7 @@ struct PgQuery__SetOperationStmt
4611
4624
  };
4612
4625
  #define PG_QUERY__SET_OPERATION_STMT__INIT \
4613
4626
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__set_operation_stmt__descriptor) \
4614
- , PG_QUERY__SET_OPERATION__SET_OPERATION_UNDEFINED, 0, NULL, NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL }
4627
+ , PG_QUERY__SET_OPERATION__SET_OPERATION_UNDEFINED, 0, NULL, NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL }
4615
4628
 
4616
4629
 
4617
4630
  struct PgQuery__ReturnStmt
@@ -4621,7 +4634,7 @@ struct PgQuery__ReturnStmt
4621
4634
  };
4622
4635
  #define PG_QUERY__RETURN_STMT__INIT \
4623
4636
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__return_stmt__descriptor) \
4624
- , NULL }
4637
+ , NULL }
4625
4638
 
4626
4639
 
4627
4640
  struct PgQuery__PLAssignStmt
@@ -4636,7 +4649,7 @@ struct PgQuery__PLAssignStmt
4636
4649
  };
4637
4650
  #define PG_QUERY__PLASSIGN_STMT__INIT \
4638
4651
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__plassign_stmt__descriptor) \
4639
- , (char *)protobuf_c_empty_string, 0,NULL, 0, NULL, 0 }
4652
+ , (char *)protobuf_c_empty_string, 0,NULL, 0, NULL, 0 }
4640
4653
 
4641
4654
 
4642
4655
  struct PgQuery__CreateSchemaStmt
@@ -4650,7 +4663,7 @@ struct PgQuery__CreateSchemaStmt
4650
4663
  };
4651
4664
  #define PG_QUERY__CREATE_SCHEMA_STMT__INIT \
4652
4665
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_schema_stmt__descriptor) \
4653
- , (char *)protobuf_c_empty_string, NULL, 0,NULL, 0 }
4666
+ , (char *)protobuf_c_empty_string, NULL, 0,NULL, 0 }
4654
4667
 
4655
4668
 
4656
4669
  struct PgQuery__AlterTableStmt
@@ -4664,7 +4677,7 @@ struct PgQuery__AlterTableStmt
4664
4677
  };
4665
4678
  #define PG_QUERY__ALTER_TABLE_STMT__INIT \
4666
4679
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_table_stmt__descriptor) \
4667
- , NULL, 0,NULL, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, 0 }
4680
+ , NULL, 0,NULL, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, 0 }
4668
4681
 
4669
4682
 
4670
4683
  struct PgQuery__ReplicaIdentityStmt
@@ -4675,7 +4688,7 @@ struct PgQuery__ReplicaIdentityStmt
4675
4688
  };
4676
4689
  #define PG_QUERY__REPLICA_IDENTITY_STMT__INIT \
4677
4690
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__replica_identity_stmt__descriptor) \
4678
- , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string }
4691
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string }
4679
4692
 
4680
4693
 
4681
4694
  struct PgQuery__AlterTableCmd
@@ -4692,7 +4705,7 @@ struct PgQuery__AlterTableCmd
4692
4705
  };
4693
4706
  #define PG_QUERY__ALTER_TABLE_CMD__INIT \
4694
4707
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_table_cmd__descriptor) \
4695
- , PG_QUERY__ALTER_TABLE_TYPE__ALTER_TABLE_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, 0, NULL, NULL, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED, 0, 0 }
4708
+ , PG_QUERY__ALTER_TABLE_TYPE__ALTER_TABLE_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, 0, NULL, NULL, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED, 0, 0 }
4696
4709
 
4697
4710
 
4698
4711
  struct PgQuery__AlterCollationStmt
@@ -4703,7 +4716,7 @@ struct PgQuery__AlterCollationStmt
4703
4716
  };
4704
4717
  #define PG_QUERY__ALTER_COLLATION_STMT__INIT \
4705
4718
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_collation_stmt__descriptor) \
4706
- , 0,NULL }
4719
+ , 0,NULL }
4707
4720
 
4708
4721
 
4709
4722
  struct PgQuery__AlterDomainStmt
@@ -4719,7 +4732,7 @@ struct PgQuery__AlterDomainStmt
4719
4732
  };
4720
4733
  #define PG_QUERY__ALTER_DOMAIN_STMT__INIT \
4721
4734
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_domain_stmt__descriptor) \
4722
- , (char *)protobuf_c_empty_string, 0,NULL, (char *)protobuf_c_empty_string, NULL, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED, 0 }
4735
+ , (char *)protobuf_c_empty_string, 0,NULL, (char *)protobuf_c_empty_string, NULL, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED, 0 }
4723
4736
 
4724
4737
 
4725
4738
  struct PgQuery__GrantStmt
@@ -4740,7 +4753,7 @@ struct PgQuery__GrantStmt
4740
4753
  };
4741
4754
  #define PG_QUERY__GRANT_STMT__INIT \
4742
4755
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__grant_stmt__descriptor) \
4743
- , 0, PG_QUERY__GRANT_TARGET_TYPE__GRANT_TARGET_TYPE_UNDEFINED, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, 0,NULL, 0,NULL, 0,NULL, 0, NULL, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED }
4756
+ , 0, PG_QUERY__GRANT_TARGET_TYPE__GRANT_TARGET_TYPE_UNDEFINED, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, 0,NULL, 0,NULL, 0,NULL, 0, NULL, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED }
4744
4757
 
4745
4758
 
4746
4759
  struct PgQuery__ObjectWithArgs
@@ -4756,7 +4769,7 @@ struct PgQuery__ObjectWithArgs
4756
4769
  };
4757
4770
  #define PG_QUERY__OBJECT_WITH_ARGS__INIT \
4758
4771
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__object_with_args__descriptor) \
4759
- , 0,NULL, 0,NULL, 0,NULL, 0 }
4772
+ , 0,NULL, 0,NULL, 0,NULL, 0 }
4760
4773
 
4761
4774
 
4762
4775
  struct PgQuery__AccessPriv
@@ -4768,7 +4781,7 @@ struct PgQuery__AccessPriv
4768
4781
  };
4769
4782
  #define PG_QUERY__ACCESS_PRIV__INIT \
4770
4783
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__access_priv__descriptor) \
4771
- , (char *)protobuf_c_empty_string, 0,NULL }
4784
+ , (char *)protobuf_c_empty_string, 0,NULL }
4772
4785
 
4773
4786
 
4774
4787
  struct PgQuery__GrantRoleStmt
@@ -4786,7 +4799,7 @@ struct PgQuery__GrantRoleStmt
4786
4799
  };
4787
4800
  #define PG_QUERY__GRANT_ROLE_STMT__INIT \
4788
4801
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__grant_role_stmt__descriptor) \
4789
- , 0,NULL, 0,NULL, 0, 0,NULL, NULL, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED }
4802
+ , 0,NULL, 0,NULL, 0, 0,NULL, NULL, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED }
4790
4803
 
4791
4804
 
4792
4805
  struct PgQuery__AlterDefaultPrivilegesStmt
@@ -4798,7 +4811,7 @@ struct PgQuery__AlterDefaultPrivilegesStmt
4798
4811
  };
4799
4812
  #define PG_QUERY__ALTER_DEFAULT_PRIVILEGES_STMT__INIT \
4800
4813
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_default_privileges_stmt__descriptor) \
4801
- , 0,NULL, NULL }
4814
+ , 0,NULL, NULL }
4802
4815
 
4803
4816
 
4804
4817
  struct PgQuery__CopyStmt
@@ -4817,7 +4830,7 @@ struct PgQuery__CopyStmt
4817
4830
  };
4818
4831
  #define PG_QUERY__COPY_STMT__INIT \
4819
4832
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__copy_stmt__descriptor) \
4820
- , NULL, NULL, 0,NULL, 0, 0, (char *)protobuf_c_empty_string, 0,NULL, NULL }
4833
+ , NULL, NULL, 0,NULL, 0, 0, (char *)protobuf_c_empty_string, 0,NULL, NULL }
4821
4834
 
4822
4835
 
4823
4836
  struct PgQuery__VariableSetStmt
@@ -4831,7 +4844,7 @@ struct PgQuery__VariableSetStmt
4831
4844
  };
4832
4845
  #define PG_QUERY__VARIABLE_SET_STMT__INIT \
4833
4846
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__variable_set_stmt__descriptor) \
4834
- , PG_QUERY__VARIABLE_SET_KIND__VARIABLE_SET_KIND_UNDEFINED, (char *)protobuf_c_empty_string, 0,NULL, 0 }
4847
+ , PG_QUERY__VARIABLE_SET_KIND__VARIABLE_SET_KIND_UNDEFINED, (char *)protobuf_c_empty_string, 0,NULL, 0 }
4835
4848
 
4836
4849
 
4837
4850
  struct PgQuery__VariableShowStmt
@@ -4841,7 +4854,7 @@ struct PgQuery__VariableShowStmt
4841
4854
  };
4842
4855
  #define PG_QUERY__VARIABLE_SHOW_STMT__INIT \
4843
4856
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__variable_show_stmt__descriptor) \
4844
- , (char *)protobuf_c_empty_string }
4857
+ , (char *)protobuf_c_empty_string }
4845
4858
 
4846
4859
 
4847
4860
  struct PgQuery__CreateStmt
@@ -4866,7 +4879,7 @@ struct PgQuery__CreateStmt
4866
4879
  };
4867
4880
  #define PG_QUERY__CREATE_STMT__INIT \
4868
4881
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_stmt__descriptor) \
4869
- , NULL, 0,NULL, 0,NULL, NULL, NULL, NULL, 0,NULL, 0,NULL, PG_QUERY__ON_COMMIT_ACTION__ON_COMMIT_ACTION_UNDEFINED, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0 }
4882
+ , NULL, 0,NULL, 0,NULL, NULL, NULL, NULL, 0,NULL, 0,NULL, PG_QUERY__ON_COMMIT_ACTION__ON_COMMIT_ACTION_UNDEFINED, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0 }
4870
4883
 
4871
4884
 
4872
4885
  struct PgQuery__Constraint
@@ -4914,7 +4927,7 @@ struct PgQuery__Constraint
4914
4927
  };
4915
4928
  #define PG_QUERY__CONSTRAINT__INIT \
4916
4929
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__constraint__descriptor) \
4917
- , PG_QUERY__CONSTR_TYPE__CONSTR_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0, 0, 0,NULL, 0,NULL, 0,NULL, 0,NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0, (char *)protobuf_c_empty_string, NULL, NULL, 0,NULL, 0,NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0, 0 }
4930
+ , PG_QUERY__CONSTR_TYPE__CONSTR_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0, 0, 0,NULL, 0,NULL, 0,NULL, 0,NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0, (char *)protobuf_c_empty_string, NULL, NULL, 0,NULL, 0,NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0, 0 }
4918
4931
 
4919
4932
 
4920
4933
  struct PgQuery__CreateTableSpaceStmt
@@ -4928,7 +4941,7 @@ struct PgQuery__CreateTableSpaceStmt
4928
4941
  };
4929
4942
  #define PG_QUERY__CREATE_TABLE_SPACE_STMT__INIT \
4930
4943
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_table_space_stmt__descriptor) \
4931
- , (char *)protobuf_c_empty_string, NULL, (char *)protobuf_c_empty_string, 0,NULL }
4944
+ , (char *)protobuf_c_empty_string, NULL, (char *)protobuf_c_empty_string, 0,NULL }
4932
4945
 
4933
4946
 
4934
4947
  struct PgQuery__DropTableSpaceStmt
@@ -4939,7 +4952,7 @@ struct PgQuery__DropTableSpaceStmt
4939
4952
  };
4940
4953
  #define PG_QUERY__DROP_TABLE_SPACE_STMT__INIT \
4941
4954
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__drop_table_space_stmt__descriptor) \
4942
- , (char *)protobuf_c_empty_string, 0 }
4955
+ , (char *)protobuf_c_empty_string, 0 }
4943
4956
 
4944
4957
 
4945
4958
  struct PgQuery__AlterTableSpaceOptionsStmt
@@ -4952,7 +4965,7 @@ struct PgQuery__AlterTableSpaceOptionsStmt
4952
4965
  };
4953
4966
  #define PG_QUERY__ALTER_TABLE_SPACE_OPTIONS_STMT__INIT \
4954
4967
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_table_space_options_stmt__descriptor) \
4955
- , (char *)protobuf_c_empty_string, 0,NULL, 0 }
4968
+ , (char *)protobuf_c_empty_string, 0,NULL, 0 }
4956
4969
 
4957
4970
 
4958
4971
  struct PgQuery__AlterTableMoveAllStmt
@@ -4967,7 +4980,7 @@ struct PgQuery__AlterTableMoveAllStmt
4967
4980
  };
4968
4981
  #define PG_QUERY__ALTER_TABLE_MOVE_ALL_STMT__INIT \
4969
4982
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_table_move_all_stmt__descriptor) \
4970
- , (char *)protobuf_c_empty_string, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, 0,NULL, (char *)protobuf_c_empty_string, 0 }
4983
+ , (char *)protobuf_c_empty_string, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, 0,NULL, (char *)protobuf_c_empty_string, 0 }
4971
4984
 
4972
4985
 
4973
4986
  struct PgQuery__CreateExtensionStmt
@@ -4980,7 +4993,7 @@ struct PgQuery__CreateExtensionStmt
4980
4993
  };
4981
4994
  #define PG_QUERY__CREATE_EXTENSION_STMT__INIT \
4982
4995
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_extension_stmt__descriptor) \
4983
- , (char *)protobuf_c_empty_string, 0, 0,NULL }
4996
+ , (char *)protobuf_c_empty_string, 0, 0,NULL }
4984
4997
 
4985
4998
 
4986
4999
  struct PgQuery__AlterExtensionStmt
@@ -4992,7 +5005,7 @@ struct PgQuery__AlterExtensionStmt
4992
5005
  };
4993
5006
  #define PG_QUERY__ALTER_EXTENSION_STMT__INIT \
4994
5007
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_extension_stmt__descriptor) \
4995
- , (char *)protobuf_c_empty_string, 0,NULL }
5008
+ , (char *)protobuf_c_empty_string, 0,NULL }
4996
5009
 
4997
5010
 
4998
5011
  struct PgQuery__AlterExtensionContentsStmt
@@ -5005,7 +5018,7 @@ struct PgQuery__AlterExtensionContentsStmt
5005
5018
  };
5006
5019
  #define PG_QUERY__ALTER_EXTENSION_CONTENTS_STMT__INIT \
5007
5020
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_extension_contents_stmt__descriptor) \
5008
- , (char *)protobuf_c_empty_string, 0, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL }
5021
+ , (char *)protobuf_c_empty_string, 0, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL }
5009
5022
 
5010
5023
 
5011
5024
  struct PgQuery__CreateFdwStmt
@@ -5019,7 +5032,7 @@ struct PgQuery__CreateFdwStmt
5019
5032
  };
5020
5033
  #define PG_QUERY__CREATE_FDW_STMT__INIT \
5021
5034
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_fdw_stmt__descriptor) \
5022
- , (char *)protobuf_c_empty_string, 0,NULL, 0,NULL }
5035
+ , (char *)protobuf_c_empty_string, 0,NULL, 0,NULL }
5023
5036
 
5024
5037
 
5025
5038
  struct PgQuery__AlterFdwStmt
@@ -5033,7 +5046,7 @@ struct PgQuery__AlterFdwStmt
5033
5046
  };
5034
5047
  #define PG_QUERY__ALTER_FDW_STMT__INIT \
5035
5048
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_fdw_stmt__descriptor) \
5036
- , (char *)protobuf_c_empty_string, 0,NULL, 0,NULL }
5049
+ , (char *)protobuf_c_empty_string, 0,NULL, 0,NULL }
5037
5050
 
5038
5051
 
5039
5052
  struct PgQuery__CreateForeignServerStmt
@@ -5049,7 +5062,7 @@ struct PgQuery__CreateForeignServerStmt
5049
5062
  };
5050
5063
  #define PG_QUERY__CREATE_FOREIGN_SERVER_STMT__INIT \
5051
5064
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_foreign_server_stmt__descriptor) \
5052
- , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0, 0,NULL }
5065
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0, 0,NULL }
5053
5066
 
5054
5067
 
5055
5068
  struct PgQuery__AlterForeignServerStmt
@@ -5063,7 +5076,7 @@ struct PgQuery__AlterForeignServerStmt
5063
5076
  };
5064
5077
  #define PG_QUERY__ALTER_FOREIGN_SERVER_STMT__INIT \
5065
5078
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_foreign_server_stmt__descriptor) \
5066
- , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0 }
5079
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0 }
5067
5080
 
5068
5081
 
5069
5082
  struct PgQuery__CreateForeignTableStmt
@@ -5076,7 +5089,7 @@ struct PgQuery__CreateForeignTableStmt
5076
5089
  };
5077
5090
  #define PG_QUERY__CREATE_FOREIGN_TABLE_STMT__INIT \
5078
5091
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_foreign_table_stmt__descriptor) \
5079
- , NULL, (char *)protobuf_c_empty_string, 0,NULL }
5092
+ , NULL, (char *)protobuf_c_empty_string, 0,NULL }
5080
5093
 
5081
5094
 
5082
5095
  struct PgQuery__CreateUserMappingStmt
@@ -5090,7 +5103,7 @@ struct PgQuery__CreateUserMappingStmt
5090
5103
  };
5091
5104
  #define PG_QUERY__CREATE_USER_MAPPING_STMT__INIT \
5092
5105
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_user_mapping_stmt__descriptor) \
5093
- , NULL, (char *)protobuf_c_empty_string, 0, 0,NULL }
5106
+ , NULL, (char *)protobuf_c_empty_string, 0, 0,NULL }
5094
5107
 
5095
5108
 
5096
5109
  struct PgQuery__AlterUserMappingStmt
@@ -5103,7 +5116,7 @@ struct PgQuery__AlterUserMappingStmt
5103
5116
  };
5104
5117
  #define PG_QUERY__ALTER_USER_MAPPING_STMT__INIT \
5105
5118
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_user_mapping_stmt__descriptor) \
5106
- , NULL, (char *)protobuf_c_empty_string, 0,NULL }
5119
+ , NULL, (char *)protobuf_c_empty_string, 0,NULL }
5107
5120
 
5108
5121
 
5109
5122
  struct PgQuery__DropUserMappingStmt
@@ -5115,7 +5128,7 @@ struct PgQuery__DropUserMappingStmt
5115
5128
  };
5116
5129
  #define PG_QUERY__DROP_USER_MAPPING_STMT__INIT \
5117
5130
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__drop_user_mapping_stmt__descriptor) \
5118
- , NULL, (char *)protobuf_c_empty_string, 0 }
5131
+ , NULL, (char *)protobuf_c_empty_string, 0 }
5119
5132
 
5120
5133
 
5121
5134
  struct PgQuery__ImportForeignSchemaStmt
@@ -5132,7 +5145,7 @@ struct PgQuery__ImportForeignSchemaStmt
5132
5145
  };
5133
5146
  #define PG_QUERY__IMPORT_FOREIGN_SCHEMA_STMT__INIT \
5134
5147
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__import_foreign_schema_stmt__descriptor) \
5135
- , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, PG_QUERY__IMPORT_FOREIGN_SCHEMA_TYPE__IMPORT_FOREIGN_SCHEMA_TYPE_UNDEFINED, 0,NULL, 0,NULL }
5148
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, PG_QUERY__IMPORT_FOREIGN_SCHEMA_TYPE__IMPORT_FOREIGN_SCHEMA_TYPE_UNDEFINED, 0,NULL, 0,NULL }
5136
5149
 
5137
5150
 
5138
5151
  struct PgQuery__CreatePolicyStmt
@@ -5149,7 +5162,7 @@ struct PgQuery__CreatePolicyStmt
5149
5162
  };
5150
5163
  #define PG_QUERY__CREATE_POLICY_STMT__INIT \
5151
5164
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_policy_stmt__descriptor) \
5152
- , (char *)protobuf_c_empty_string, NULL, (char *)protobuf_c_empty_string, 0, 0,NULL, NULL, NULL }
5165
+ , (char *)protobuf_c_empty_string, NULL, (char *)protobuf_c_empty_string, 0, 0,NULL, NULL, NULL }
5153
5166
 
5154
5167
 
5155
5168
  struct PgQuery__AlterPolicyStmt
@@ -5164,7 +5177,7 @@ struct PgQuery__AlterPolicyStmt
5164
5177
  };
5165
5178
  #define PG_QUERY__ALTER_POLICY_STMT__INIT \
5166
5179
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_policy_stmt__descriptor) \
5167
- , (char *)protobuf_c_empty_string, NULL, 0,NULL, NULL, NULL }
5180
+ , (char *)protobuf_c_empty_string, NULL, 0,NULL, NULL, NULL }
5168
5181
 
5169
5182
 
5170
5183
  struct PgQuery__CreateAmStmt
@@ -5177,7 +5190,7 @@ struct PgQuery__CreateAmStmt
5177
5190
  };
5178
5191
  #define PG_QUERY__CREATE_AM_STMT__INIT \
5179
5192
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_am_stmt__descriptor) \
5180
- , (char *)protobuf_c_empty_string, 0,NULL, (char *)protobuf_c_empty_string }
5193
+ , (char *)protobuf_c_empty_string, 0,NULL, (char *)protobuf_c_empty_string }
5181
5194
 
5182
5195
 
5183
5196
  struct PgQuery__CreateTrigStmt
@@ -5205,7 +5218,7 @@ struct PgQuery__CreateTrigStmt
5205
5218
  };
5206
5219
  #define PG_QUERY__CREATE_TRIG_STMT__INIT \
5207
5220
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_trig_stmt__descriptor) \
5208
- , 0, 0, (char *)protobuf_c_empty_string, NULL, 0,NULL, 0,NULL, 0, 0, 0, 0,NULL, NULL, 0,NULL, 0, 0, NULL }
5221
+ , 0, 0, (char *)protobuf_c_empty_string, NULL, 0,NULL, 0,NULL, 0, 0, 0, 0,NULL, NULL, 0,NULL, 0, 0, NULL }
5209
5222
 
5210
5223
 
5211
5224
  struct PgQuery__CreateEventTrigStmt
@@ -5220,7 +5233,7 @@ struct PgQuery__CreateEventTrigStmt
5220
5233
  };
5221
5234
  #define PG_QUERY__CREATE_EVENT_TRIG_STMT__INIT \
5222
5235
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_event_trig_stmt__descriptor) \
5223
- , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL }
5236
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL }
5224
5237
 
5225
5238
 
5226
5239
  struct PgQuery__AlterEventTrigStmt
@@ -5231,7 +5244,7 @@ struct PgQuery__AlterEventTrigStmt
5231
5244
  };
5232
5245
  #define PG_QUERY__ALTER_EVENT_TRIG_STMT__INIT \
5233
5246
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_event_trig_stmt__descriptor) \
5234
- , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string }
5247
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string }
5235
5248
 
5236
5249
 
5237
5250
  struct PgQuery__CreatePLangStmt
@@ -5249,7 +5262,7 @@ struct PgQuery__CreatePLangStmt
5249
5262
  };
5250
5263
  #define PG_QUERY__CREATE_PLANG_STMT__INIT \
5251
5264
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_plang_stmt__descriptor) \
5252
- , 0, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0,NULL, 0 }
5265
+ , 0, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0,NULL, 0 }
5253
5266
 
5254
5267
 
5255
5268
  struct PgQuery__CreateRoleStmt
@@ -5262,7 +5275,7 @@ struct PgQuery__CreateRoleStmt
5262
5275
  };
5263
5276
  #define PG_QUERY__CREATE_ROLE_STMT__INIT \
5264
5277
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_role_stmt__descriptor) \
5265
- , PG_QUERY__ROLE_STMT_TYPE__ROLE_STMT_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, 0,NULL }
5278
+ , PG_QUERY__ROLE_STMT_TYPE__ROLE_STMT_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, 0,NULL }
5266
5279
 
5267
5280
 
5268
5281
  struct PgQuery__AlterRoleStmt
@@ -5275,7 +5288,7 @@ struct PgQuery__AlterRoleStmt
5275
5288
  };
5276
5289
  #define PG_QUERY__ALTER_ROLE_STMT__INIT \
5277
5290
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_role_stmt__descriptor) \
5278
- , NULL, 0,NULL, 0 }
5291
+ , NULL, 0,NULL, 0 }
5279
5292
 
5280
5293
 
5281
5294
  struct PgQuery__AlterRoleSetStmt
@@ -5287,7 +5300,7 @@ struct PgQuery__AlterRoleSetStmt
5287
5300
  };
5288
5301
  #define PG_QUERY__ALTER_ROLE_SET_STMT__INIT \
5289
5302
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_role_set_stmt__descriptor) \
5290
- , NULL, (char *)protobuf_c_empty_string, NULL }
5303
+ , NULL, (char *)protobuf_c_empty_string, NULL }
5291
5304
 
5292
5305
 
5293
5306
  struct PgQuery__DropRoleStmt
@@ -5299,7 +5312,7 @@ struct PgQuery__DropRoleStmt
5299
5312
  };
5300
5313
  #define PG_QUERY__DROP_ROLE_STMT__INIT \
5301
5314
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__drop_role_stmt__descriptor) \
5302
- , 0,NULL, 0 }
5315
+ , 0,NULL, 0 }
5303
5316
 
5304
5317
 
5305
5318
  struct PgQuery__CreateSeqStmt
@@ -5314,7 +5327,7 @@ struct PgQuery__CreateSeqStmt
5314
5327
  };
5315
5328
  #define PG_QUERY__CREATE_SEQ_STMT__INIT \
5316
5329
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_seq_stmt__descriptor) \
5317
- , NULL, 0,NULL, 0, 0, 0 }
5330
+ , NULL, 0,NULL, 0, 0, 0 }
5318
5331
 
5319
5332
 
5320
5333
  struct PgQuery__AlterSeqStmt
@@ -5328,7 +5341,7 @@ struct PgQuery__AlterSeqStmt
5328
5341
  };
5329
5342
  #define PG_QUERY__ALTER_SEQ_STMT__INIT \
5330
5343
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_seq_stmt__descriptor) \
5331
- , NULL, 0,NULL, 0, 0 }
5344
+ , NULL, 0,NULL, 0, 0 }
5332
5345
 
5333
5346
 
5334
5347
  struct PgQuery__DefineStmt
@@ -5347,7 +5360,7 @@ struct PgQuery__DefineStmt
5347
5360
  };
5348
5361
  #define PG_QUERY__DEFINE_STMT__INIT \
5349
5362
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__define_stmt__descriptor) \
5350
- , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, 0, 0,NULL, 0,NULL, 0,NULL, 0, 0 }
5363
+ , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, 0, 0,NULL, 0,NULL, 0,NULL, 0, 0 }
5351
5364
 
5352
5365
 
5353
5366
  struct PgQuery__CreateDomainStmt
@@ -5362,7 +5375,7 @@ struct PgQuery__CreateDomainStmt
5362
5375
  };
5363
5376
  #define PG_QUERY__CREATE_DOMAIN_STMT__INIT \
5364
5377
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_domain_stmt__descriptor) \
5365
- , 0,NULL, NULL, NULL, 0,NULL }
5378
+ , 0,NULL, NULL, NULL, 0,NULL }
5366
5379
 
5367
5380
 
5368
5381
  struct PgQuery__CreateOpClassStmt
@@ -5380,7 +5393,7 @@ struct PgQuery__CreateOpClassStmt
5380
5393
  };
5381
5394
  #define PG_QUERY__CREATE_OP_CLASS_STMT__INIT \
5382
5395
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_op_class_stmt__descriptor) \
5383
- , 0,NULL, 0,NULL, (char *)protobuf_c_empty_string, NULL, 0,NULL, 0 }
5396
+ , 0,NULL, 0,NULL, (char *)protobuf_c_empty_string, NULL, 0,NULL, 0 }
5384
5397
 
5385
5398
 
5386
5399
  struct PgQuery__CreateOpClassItem
@@ -5397,7 +5410,7 @@ struct PgQuery__CreateOpClassItem
5397
5410
  };
5398
5411
  #define PG_QUERY__CREATE_OP_CLASS_ITEM__INIT \
5399
5412
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_op_class_item__descriptor) \
5400
- , 0, NULL, 0, 0,NULL, 0,NULL, NULL }
5413
+ , 0, NULL, 0, 0,NULL, 0,NULL, NULL }
5401
5414
 
5402
5415
 
5403
5416
  struct PgQuery__CreateOpFamilyStmt
@@ -5409,7 +5422,7 @@ struct PgQuery__CreateOpFamilyStmt
5409
5422
  };
5410
5423
  #define PG_QUERY__CREATE_OP_FAMILY_STMT__INIT \
5411
5424
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_op_family_stmt__descriptor) \
5412
- , 0,NULL, (char *)protobuf_c_empty_string }
5425
+ , 0,NULL, (char *)protobuf_c_empty_string }
5413
5426
 
5414
5427
 
5415
5428
  struct PgQuery__AlterOpFamilyStmt
@@ -5424,7 +5437,7 @@ struct PgQuery__AlterOpFamilyStmt
5424
5437
  };
5425
5438
  #define PG_QUERY__ALTER_OP_FAMILY_STMT__INIT \
5426
5439
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_op_family_stmt__descriptor) \
5427
- , 0,NULL, (char *)protobuf_c_empty_string, 0, 0,NULL }
5440
+ , 0,NULL, (char *)protobuf_c_empty_string, 0, 0,NULL }
5428
5441
 
5429
5442
 
5430
5443
  struct PgQuery__DropStmt
@@ -5439,7 +5452,7 @@ struct PgQuery__DropStmt
5439
5452
  };
5440
5453
  #define PG_QUERY__DROP_STMT__INIT \
5441
5454
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__drop_stmt__descriptor) \
5442
- , 0,NULL, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED, 0, 0 }
5455
+ , 0,NULL, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED, 0, 0 }
5443
5456
 
5444
5457
 
5445
5458
  struct PgQuery__TruncateStmt
@@ -5452,7 +5465,7 @@ struct PgQuery__TruncateStmt
5452
5465
  };
5453
5466
  #define PG_QUERY__TRUNCATE_STMT__INIT \
5454
5467
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__truncate_stmt__descriptor) \
5455
- , 0,NULL, 0, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED }
5468
+ , 0,NULL, 0, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED }
5456
5469
 
5457
5470
 
5458
5471
  struct PgQuery__CommentStmt
@@ -5464,7 +5477,7 @@ struct PgQuery__CommentStmt
5464
5477
  };
5465
5478
  #define PG_QUERY__COMMENT_STMT__INIT \
5466
5479
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__comment_stmt__descriptor) \
5467
- , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, (char *)protobuf_c_empty_string }
5480
+ , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, (char *)protobuf_c_empty_string }
5468
5481
 
5469
5482
 
5470
5483
  struct PgQuery__SecLabelStmt
@@ -5477,7 +5490,7 @@ struct PgQuery__SecLabelStmt
5477
5490
  };
5478
5491
  #define PG_QUERY__SEC_LABEL_STMT__INIT \
5479
5492
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__sec_label_stmt__descriptor) \
5480
- , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string }
5493
+ , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string }
5481
5494
 
5482
5495
 
5483
5496
  struct PgQuery__DeclareCursorStmt
@@ -5489,7 +5502,7 @@ struct PgQuery__DeclareCursorStmt
5489
5502
  };
5490
5503
  #define PG_QUERY__DECLARE_CURSOR_STMT__INIT \
5491
5504
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__declare_cursor_stmt__descriptor) \
5492
- , (char *)protobuf_c_empty_string, 0, NULL }
5505
+ , (char *)protobuf_c_empty_string, 0, NULL }
5493
5506
 
5494
5507
 
5495
5508
  struct PgQuery__ClosePortalStmt
@@ -5499,7 +5512,7 @@ struct PgQuery__ClosePortalStmt
5499
5512
  };
5500
5513
  #define PG_QUERY__CLOSE_PORTAL_STMT__INIT \
5501
5514
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__close_portal_stmt__descriptor) \
5502
- , (char *)protobuf_c_empty_string }
5515
+ , (char *)protobuf_c_empty_string }
5503
5516
 
5504
5517
 
5505
5518
  struct PgQuery__FetchStmt
@@ -5512,7 +5525,7 @@ struct PgQuery__FetchStmt
5512
5525
  };
5513
5526
  #define PG_QUERY__FETCH_STMT__INIT \
5514
5527
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__fetch_stmt__descriptor) \
5515
- , PG_QUERY__FETCH_DIRECTION__FETCH_DIRECTION_UNDEFINED, 0, (char *)protobuf_c_empty_string, 0 }
5528
+ , PG_QUERY__FETCH_DIRECTION__FETCH_DIRECTION_UNDEFINED, 0, (char *)protobuf_c_empty_string, 0 }
5516
5529
 
5517
5530
 
5518
5531
  struct PgQuery__IndexStmt
@@ -5549,7 +5562,7 @@ struct PgQuery__IndexStmt
5549
5562
  };
5550
5563
  #define PG_QUERY__INDEX_STMT__INIT \
5551
5564
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__index_stmt__descriptor) \
5552
- , (char *)protobuf_c_empty_string, NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0,NULL, NULL, 0,NULL, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
5565
+ , (char *)protobuf_c_empty_string, NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0,NULL, NULL, 0,NULL, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
5553
5566
 
5554
5567
 
5555
5568
  struct PgQuery__CreateStatsStmt
@@ -5569,7 +5582,7 @@ struct PgQuery__CreateStatsStmt
5569
5582
  };
5570
5583
  #define PG_QUERY__CREATE_STATS_STMT__INIT \
5571
5584
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_stats_stmt__descriptor) \
5572
- , 0,NULL, 0,NULL, 0,NULL, 0,NULL, (char *)protobuf_c_empty_string, 0, 0 }
5585
+ , 0,NULL, 0,NULL, 0,NULL, 0,NULL, (char *)protobuf_c_empty_string, 0, 0 }
5573
5586
 
5574
5587
 
5575
5588
  struct PgQuery__StatsElem
@@ -5580,7 +5593,7 @@ struct PgQuery__StatsElem
5580
5593
  };
5581
5594
  #define PG_QUERY__STATS_ELEM__INIT \
5582
5595
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__stats_elem__descriptor) \
5583
- , (char *)protobuf_c_empty_string, NULL }
5596
+ , (char *)protobuf_c_empty_string, NULL }
5584
5597
 
5585
5598
 
5586
5599
  struct PgQuery__AlterStatsStmt
@@ -5593,7 +5606,7 @@ struct PgQuery__AlterStatsStmt
5593
5606
  };
5594
5607
  #define PG_QUERY__ALTER_STATS_STMT__INIT \
5595
5608
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_stats_stmt__descriptor) \
5596
- , 0,NULL, NULL, 0 }
5609
+ , 0,NULL, NULL, 0 }
5597
5610
 
5598
5611
 
5599
5612
  struct PgQuery__CreateFunctionStmt
@@ -5612,7 +5625,7 @@ struct PgQuery__CreateFunctionStmt
5612
5625
  };
5613
5626
  #define PG_QUERY__CREATE_FUNCTION_STMT__INIT \
5614
5627
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_function_stmt__descriptor) \
5615
- , 0, 0, 0,NULL, 0,NULL, NULL, 0,NULL, NULL }
5628
+ , 0, 0, 0,NULL, 0,NULL, NULL, 0,NULL, NULL }
5616
5629
 
5617
5630
 
5618
5631
  struct PgQuery__FunctionParameter
@@ -5625,7 +5638,7 @@ struct PgQuery__FunctionParameter
5625
5638
  };
5626
5639
  #define PG_QUERY__FUNCTION_PARAMETER__INIT \
5627
5640
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__function_parameter__descriptor) \
5628
- , (char *)protobuf_c_empty_string, NULL, PG_QUERY__FUNCTION_PARAMETER_MODE__FUNCTION_PARAMETER_MODE_UNDEFINED, NULL }
5641
+ , (char *)protobuf_c_empty_string, NULL, PG_QUERY__FUNCTION_PARAMETER_MODE__FUNCTION_PARAMETER_MODE_UNDEFINED, NULL }
5629
5642
 
5630
5643
 
5631
5644
  struct PgQuery__AlterFunctionStmt
@@ -5638,7 +5651,7 @@ struct PgQuery__AlterFunctionStmt
5638
5651
  };
5639
5652
  #define PG_QUERY__ALTER_FUNCTION_STMT__INIT \
5640
5653
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_function_stmt__descriptor) \
5641
- , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, 0,NULL }
5654
+ , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, 0,NULL }
5642
5655
 
5643
5656
 
5644
5657
  struct PgQuery__DoStmt
@@ -5649,7 +5662,7 @@ struct PgQuery__DoStmt
5649
5662
  };
5650
5663
  #define PG_QUERY__DO_STMT__INIT \
5651
5664
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__do_stmt__descriptor) \
5652
- , 0,NULL }
5665
+ , 0,NULL }
5653
5666
 
5654
5667
 
5655
5668
  struct PgQuery__InlineCodeBlock
@@ -5662,7 +5675,7 @@ struct PgQuery__InlineCodeBlock
5662
5675
  };
5663
5676
  #define PG_QUERY__INLINE_CODE_BLOCK__INIT \
5664
5677
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__inline_code_block__descriptor) \
5665
- , (char *)protobuf_c_empty_string, 0, 0, 0 }
5678
+ , (char *)protobuf_c_empty_string, 0, 0, 0 }
5666
5679
 
5667
5680
 
5668
5681
  struct PgQuery__CallStmt
@@ -5675,7 +5688,7 @@ struct PgQuery__CallStmt
5675
5688
  };
5676
5689
  #define PG_QUERY__CALL_STMT__INIT \
5677
5690
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__call_stmt__descriptor) \
5678
- , NULL, NULL, 0,NULL }
5691
+ , NULL, NULL, 0,NULL }
5679
5692
 
5680
5693
 
5681
5694
  struct PgQuery__CallContext
@@ -5685,7 +5698,7 @@ struct PgQuery__CallContext
5685
5698
  };
5686
5699
  #define PG_QUERY__CALL_CONTEXT__INIT \
5687
5700
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__call_context__descriptor) \
5688
- , 0 }
5701
+ , 0 }
5689
5702
 
5690
5703
 
5691
5704
  struct PgQuery__RenameStmt
@@ -5702,7 +5715,7 @@ struct PgQuery__RenameStmt
5702
5715
  };
5703
5716
  #define PG_QUERY__RENAME_STMT__INIT \
5704
5717
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__rename_stmt__descriptor) \
5705
- , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED, 0 }
5718
+ , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED, 0 }
5706
5719
 
5707
5720
 
5708
5721
  struct PgQuery__AlterObjectDependsStmt
@@ -5716,7 +5729,7 @@ struct PgQuery__AlterObjectDependsStmt
5716
5729
  };
5717
5730
  #define PG_QUERY__ALTER_OBJECT_DEPENDS_STMT__INIT \
5718
5731
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_object_depends_stmt__descriptor) \
5719
- , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, NULL, NULL, 0 }
5732
+ , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, NULL, NULL, 0 }
5720
5733
 
5721
5734
 
5722
5735
  struct PgQuery__AlterObjectSchemaStmt
@@ -5730,7 +5743,7 @@ struct PgQuery__AlterObjectSchemaStmt
5730
5743
  };
5731
5744
  #define PG_QUERY__ALTER_OBJECT_SCHEMA_STMT__INIT \
5732
5745
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_object_schema_stmt__descriptor) \
5733
- , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, NULL, (char *)protobuf_c_empty_string, 0 }
5746
+ , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, NULL, (char *)protobuf_c_empty_string, 0 }
5734
5747
 
5735
5748
 
5736
5749
  struct PgQuery__AlterOwnerStmt
@@ -5743,7 +5756,7 @@ struct PgQuery__AlterOwnerStmt
5743
5756
  };
5744
5757
  #define PG_QUERY__ALTER_OWNER_STMT__INIT \
5745
5758
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_owner_stmt__descriptor) \
5746
- , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, NULL, NULL }
5759
+ , PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, NULL, NULL, NULL }
5747
5760
 
5748
5761
 
5749
5762
  struct PgQuery__AlterOperatorStmt
@@ -5755,7 +5768,7 @@ struct PgQuery__AlterOperatorStmt
5755
5768
  };
5756
5769
  #define PG_QUERY__ALTER_OPERATOR_STMT__INIT \
5757
5770
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_operator_stmt__descriptor) \
5758
- , NULL, 0,NULL }
5771
+ , NULL, 0,NULL }
5759
5772
 
5760
5773
 
5761
5774
  struct PgQuery__AlterTypeStmt
@@ -5768,7 +5781,7 @@ struct PgQuery__AlterTypeStmt
5768
5781
  };
5769
5782
  #define PG_QUERY__ALTER_TYPE_STMT__INIT \
5770
5783
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_type_stmt__descriptor) \
5771
- , 0,NULL, 0,NULL }
5784
+ , 0,NULL, 0,NULL }
5772
5785
 
5773
5786
 
5774
5787
  struct PgQuery__RuleStmt
@@ -5785,7 +5798,7 @@ struct PgQuery__RuleStmt
5785
5798
  };
5786
5799
  #define PG_QUERY__RULE_STMT__INIT \
5787
5800
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__rule_stmt__descriptor) \
5788
- , NULL, (char *)protobuf_c_empty_string, NULL, PG_QUERY__CMD_TYPE__CMD_TYPE_UNDEFINED, 0, 0,NULL, 0 }
5801
+ , NULL, (char *)protobuf_c_empty_string, NULL, PG_QUERY__CMD_TYPE__CMD_TYPE_UNDEFINED, 0, 0,NULL, 0 }
5789
5802
 
5790
5803
 
5791
5804
  struct PgQuery__NotifyStmt
@@ -5796,7 +5809,7 @@ struct PgQuery__NotifyStmt
5796
5809
  };
5797
5810
  #define PG_QUERY__NOTIFY_STMT__INIT \
5798
5811
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__notify_stmt__descriptor) \
5799
- , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string }
5812
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string }
5800
5813
 
5801
5814
 
5802
5815
  struct PgQuery__ListenStmt
@@ -5806,7 +5819,7 @@ struct PgQuery__ListenStmt
5806
5819
  };
5807
5820
  #define PG_QUERY__LISTEN_STMT__INIT \
5808
5821
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__listen_stmt__descriptor) \
5809
- , (char *)protobuf_c_empty_string }
5822
+ , (char *)protobuf_c_empty_string }
5810
5823
 
5811
5824
 
5812
5825
  struct PgQuery__UnlistenStmt
@@ -5816,7 +5829,7 @@ struct PgQuery__UnlistenStmt
5816
5829
  };
5817
5830
  #define PG_QUERY__UNLISTEN_STMT__INIT \
5818
5831
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__unlisten_stmt__descriptor) \
5819
- , (char *)protobuf_c_empty_string }
5832
+ , (char *)protobuf_c_empty_string }
5820
5833
 
5821
5834
 
5822
5835
  struct PgQuery__TransactionStmt
@@ -5832,7 +5845,7 @@ struct PgQuery__TransactionStmt
5832
5845
  };
5833
5846
  #define PG_QUERY__TRANSACTION_STMT__INIT \
5834
5847
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__transaction_stmt__descriptor) \
5835
- , PG_QUERY__TRANSACTION_STMT_KIND__TRANSACTION_STMT_KIND_UNDEFINED, 0,NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0, 0 }
5848
+ , PG_QUERY__TRANSACTION_STMT_KIND__TRANSACTION_STMT_KIND_UNDEFINED, 0,NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0, 0 }
5836
5849
 
5837
5850
 
5838
5851
  struct PgQuery__CompositeTypeStmt
@@ -5844,7 +5857,7 @@ struct PgQuery__CompositeTypeStmt
5844
5857
  };
5845
5858
  #define PG_QUERY__COMPOSITE_TYPE_STMT__INIT \
5846
5859
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__composite_type_stmt__descriptor) \
5847
- , NULL, 0,NULL }
5860
+ , NULL, 0,NULL }
5848
5861
 
5849
5862
 
5850
5863
  struct PgQuery__CreateEnumStmt
@@ -5857,7 +5870,7 @@ struct PgQuery__CreateEnumStmt
5857
5870
  };
5858
5871
  #define PG_QUERY__CREATE_ENUM_STMT__INIT \
5859
5872
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_enum_stmt__descriptor) \
5860
- , 0,NULL, 0,NULL }
5873
+ , 0,NULL, 0,NULL }
5861
5874
 
5862
5875
 
5863
5876
  struct PgQuery__CreateRangeStmt
@@ -5870,7 +5883,7 @@ struct PgQuery__CreateRangeStmt
5870
5883
  };
5871
5884
  #define PG_QUERY__CREATE_RANGE_STMT__INIT \
5872
5885
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_range_stmt__descriptor) \
5873
- , 0,NULL, 0,NULL }
5886
+ , 0,NULL, 0,NULL }
5874
5887
 
5875
5888
 
5876
5889
  struct PgQuery__AlterEnumStmt
@@ -5886,7 +5899,7 @@ struct PgQuery__AlterEnumStmt
5886
5899
  };
5887
5900
  #define PG_QUERY__ALTER_ENUM_STMT__INIT \
5888
5901
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_enum_stmt__descriptor) \
5889
- , 0,NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0, 0 }
5902
+ , 0,NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0, 0 }
5890
5903
 
5891
5904
 
5892
5905
  struct PgQuery__ViewStmt
@@ -5903,7 +5916,7 @@ struct PgQuery__ViewStmt
5903
5916
  };
5904
5917
  #define PG_QUERY__VIEW_STMT__INIT \
5905
5918
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__view_stmt__descriptor) \
5906
- , NULL, 0,NULL, NULL, 0, 0,NULL, PG_QUERY__VIEW_CHECK_OPTION__VIEW_CHECK_OPTION_UNDEFINED }
5919
+ , NULL, 0,NULL, NULL, 0, 0,NULL, PG_QUERY__VIEW_CHECK_OPTION__VIEW_CHECK_OPTION_UNDEFINED }
5907
5920
 
5908
5921
 
5909
5922
  struct PgQuery__LoadStmt
@@ -5913,7 +5926,7 @@ struct PgQuery__LoadStmt
5913
5926
  };
5914
5927
  #define PG_QUERY__LOAD_STMT__INIT \
5915
5928
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__load_stmt__descriptor) \
5916
- , (char *)protobuf_c_empty_string }
5929
+ , (char *)protobuf_c_empty_string }
5917
5930
 
5918
5931
 
5919
5932
  struct PgQuery__CreatedbStmt
@@ -5925,7 +5938,7 @@ struct PgQuery__CreatedbStmt
5925
5938
  };
5926
5939
  #define PG_QUERY__CREATEDB_STMT__INIT \
5927
5940
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__createdb_stmt__descriptor) \
5928
- , (char *)protobuf_c_empty_string, 0,NULL }
5941
+ , (char *)protobuf_c_empty_string, 0,NULL }
5929
5942
 
5930
5943
 
5931
5944
  struct PgQuery__AlterDatabaseStmt
@@ -5937,7 +5950,7 @@ struct PgQuery__AlterDatabaseStmt
5937
5950
  };
5938
5951
  #define PG_QUERY__ALTER_DATABASE_STMT__INIT \
5939
5952
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_database_stmt__descriptor) \
5940
- , (char *)protobuf_c_empty_string, 0,NULL }
5953
+ , (char *)protobuf_c_empty_string, 0,NULL }
5941
5954
 
5942
5955
 
5943
5956
  struct PgQuery__AlterDatabaseRefreshCollStmt
@@ -5947,7 +5960,7 @@ struct PgQuery__AlterDatabaseRefreshCollStmt
5947
5960
  };
5948
5961
  #define PG_QUERY__ALTER_DATABASE_REFRESH_COLL_STMT__INIT \
5949
5962
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_database_refresh_coll_stmt__descriptor) \
5950
- , (char *)protobuf_c_empty_string }
5963
+ , (char *)protobuf_c_empty_string }
5951
5964
 
5952
5965
 
5953
5966
  struct PgQuery__AlterDatabaseSetStmt
@@ -5958,7 +5971,7 @@ struct PgQuery__AlterDatabaseSetStmt
5958
5971
  };
5959
5972
  #define PG_QUERY__ALTER_DATABASE_SET_STMT__INIT \
5960
5973
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_database_set_stmt__descriptor) \
5961
- , (char *)protobuf_c_empty_string, NULL }
5974
+ , (char *)protobuf_c_empty_string, NULL }
5962
5975
 
5963
5976
 
5964
5977
  struct PgQuery__DropdbStmt
@@ -5971,7 +5984,7 @@ struct PgQuery__DropdbStmt
5971
5984
  };
5972
5985
  #define PG_QUERY__DROPDB_STMT__INIT \
5973
5986
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__dropdb_stmt__descriptor) \
5974
- , (char *)protobuf_c_empty_string, 0, 0,NULL }
5987
+ , (char *)protobuf_c_empty_string, 0, 0,NULL }
5975
5988
 
5976
5989
 
5977
5990
  struct PgQuery__AlterSystemStmt
@@ -5981,7 +5994,7 @@ struct PgQuery__AlterSystemStmt
5981
5994
  };
5982
5995
  #define PG_QUERY__ALTER_SYSTEM_STMT__INIT \
5983
5996
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_system_stmt__descriptor) \
5984
- , NULL }
5997
+ , NULL }
5985
5998
 
5986
5999
 
5987
6000
  struct PgQuery__ClusterStmt
@@ -5994,7 +6007,7 @@ struct PgQuery__ClusterStmt
5994
6007
  };
5995
6008
  #define PG_QUERY__CLUSTER_STMT__INIT \
5996
6009
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__cluster_stmt__descriptor) \
5997
- , NULL, (char *)protobuf_c_empty_string, 0,NULL }
6010
+ , NULL, (char *)protobuf_c_empty_string, 0,NULL }
5998
6011
 
5999
6012
 
6000
6013
  struct PgQuery__VacuumStmt
@@ -6008,7 +6021,7 @@ struct PgQuery__VacuumStmt
6008
6021
  };
6009
6022
  #define PG_QUERY__VACUUM_STMT__INIT \
6010
6023
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__vacuum_stmt__descriptor) \
6011
- , 0,NULL, 0,NULL, 0 }
6024
+ , 0,NULL, 0,NULL, 0 }
6012
6025
 
6013
6026
 
6014
6027
  struct PgQuery__VacuumRelation
@@ -6021,7 +6034,7 @@ struct PgQuery__VacuumRelation
6021
6034
  };
6022
6035
  #define PG_QUERY__VACUUM_RELATION__INIT \
6023
6036
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__vacuum_relation__descriptor) \
6024
- , NULL, 0, 0,NULL }
6037
+ , NULL, 0, 0,NULL }
6025
6038
 
6026
6039
 
6027
6040
  struct PgQuery__ExplainStmt
@@ -6033,7 +6046,7 @@ struct PgQuery__ExplainStmt
6033
6046
  };
6034
6047
  #define PG_QUERY__EXPLAIN_STMT__INIT \
6035
6048
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__explain_stmt__descriptor) \
6036
- , NULL, 0,NULL }
6049
+ , NULL, 0,NULL }
6037
6050
 
6038
6051
 
6039
6052
  struct PgQuery__CreateTableAsStmt
@@ -6047,7 +6060,7 @@ struct PgQuery__CreateTableAsStmt
6047
6060
  };
6048
6061
  #define PG_QUERY__CREATE_TABLE_AS_STMT__INIT \
6049
6062
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_table_as_stmt__descriptor) \
6050
- , NULL, NULL, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, 0, 0 }
6063
+ , NULL, NULL, PG_QUERY__OBJECT_TYPE__OBJECT_TYPE_UNDEFINED, 0, 0 }
6051
6064
 
6052
6065
 
6053
6066
  struct PgQuery__RefreshMatViewStmt
@@ -6059,7 +6072,7 @@ struct PgQuery__RefreshMatViewStmt
6059
6072
  };
6060
6073
  #define PG_QUERY__REFRESH_MAT_VIEW_STMT__INIT \
6061
6074
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__refresh_mat_view_stmt__descriptor) \
6062
- , 0, 0, NULL }
6075
+ , 0, 0, NULL }
6063
6076
 
6064
6077
 
6065
6078
  struct PgQuery__CheckPointStmt
@@ -6068,7 +6081,7 @@ struct PgQuery__CheckPointStmt
6068
6081
  };
6069
6082
  #define PG_QUERY__CHECK_POINT_STMT__INIT \
6070
6083
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__check_point_stmt__descriptor) \
6071
- }
6084
+ }
6072
6085
 
6073
6086
 
6074
6087
  struct PgQuery__DiscardStmt
@@ -6078,7 +6091,7 @@ struct PgQuery__DiscardStmt
6078
6091
  };
6079
6092
  #define PG_QUERY__DISCARD_STMT__INIT \
6080
6093
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__discard_stmt__descriptor) \
6081
- , PG_QUERY__DISCARD_MODE__DISCARD_MODE_UNDEFINED }
6094
+ , PG_QUERY__DISCARD_MODE__DISCARD_MODE_UNDEFINED }
6082
6095
 
6083
6096
 
6084
6097
  struct PgQuery__LockStmt
@@ -6091,7 +6104,7 @@ struct PgQuery__LockStmt
6091
6104
  };
6092
6105
  #define PG_QUERY__LOCK_STMT__INIT \
6093
6106
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__lock_stmt__descriptor) \
6094
- , 0,NULL, 0, 0 }
6107
+ , 0,NULL, 0, 0 }
6095
6108
 
6096
6109
 
6097
6110
  struct PgQuery__ConstraintsSetStmt
@@ -6103,7 +6116,7 @@ struct PgQuery__ConstraintsSetStmt
6103
6116
  };
6104
6117
  #define PG_QUERY__CONSTRAINTS_SET_STMT__INIT \
6105
6118
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__constraints_set_stmt__descriptor) \
6106
- , 0,NULL, 0 }
6119
+ , 0,NULL, 0 }
6107
6120
 
6108
6121
 
6109
6122
  struct PgQuery__ReindexStmt
@@ -6117,7 +6130,7 @@ struct PgQuery__ReindexStmt
6117
6130
  };
6118
6131
  #define PG_QUERY__REINDEX_STMT__INIT \
6119
6132
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__reindex_stmt__descriptor) \
6120
- , PG_QUERY__REINDEX_OBJECT_TYPE__REINDEX_OBJECT_TYPE_UNDEFINED, NULL, (char *)protobuf_c_empty_string, 0,NULL }
6133
+ , PG_QUERY__REINDEX_OBJECT_TYPE__REINDEX_OBJECT_TYPE_UNDEFINED, NULL, (char *)protobuf_c_empty_string, 0,NULL }
6121
6134
 
6122
6135
 
6123
6136
  struct PgQuery__CreateConversionStmt
@@ -6133,7 +6146,7 @@ struct PgQuery__CreateConversionStmt
6133
6146
  };
6134
6147
  #define PG_QUERY__CREATE_CONVERSION_STMT__INIT \
6135
6148
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_conversion_stmt__descriptor) \
6136
- , 0,NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0 }
6149
+ , 0,NULL, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0 }
6137
6150
 
6138
6151
 
6139
6152
  struct PgQuery__CreateCastStmt
@@ -6147,7 +6160,7 @@ struct PgQuery__CreateCastStmt
6147
6160
  };
6148
6161
  #define PG_QUERY__CREATE_CAST_STMT__INIT \
6149
6162
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_cast_stmt__descriptor) \
6150
- , NULL, NULL, NULL, PG_QUERY__COERCION_CONTEXT__COERCION_CONTEXT_UNDEFINED, 0 }
6163
+ , NULL, NULL, NULL, PG_QUERY__COERCION_CONTEXT__COERCION_CONTEXT_UNDEFINED, 0 }
6151
6164
 
6152
6165
 
6153
6166
  struct PgQuery__CreateTransformStmt
@@ -6161,7 +6174,7 @@ struct PgQuery__CreateTransformStmt
6161
6174
  };
6162
6175
  #define PG_QUERY__CREATE_TRANSFORM_STMT__INIT \
6163
6176
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_transform_stmt__descriptor) \
6164
- , 0, NULL, (char *)protobuf_c_empty_string, NULL, NULL }
6177
+ , 0, NULL, (char *)protobuf_c_empty_string, NULL, NULL }
6165
6178
 
6166
6179
 
6167
6180
  struct PgQuery__PrepareStmt
@@ -6174,7 +6187,7 @@ struct PgQuery__PrepareStmt
6174
6187
  };
6175
6188
  #define PG_QUERY__PREPARE_STMT__INIT \
6176
6189
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__prepare_stmt__descriptor) \
6177
- , (char *)protobuf_c_empty_string, 0,NULL, NULL }
6190
+ , (char *)protobuf_c_empty_string, 0,NULL, NULL }
6178
6191
 
6179
6192
 
6180
6193
  struct PgQuery__ExecuteStmt
@@ -6186,7 +6199,7 @@ struct PgQuery__ExecuteStmt
6186
6199
  };
6187
6200
  #define PG_QUERY__EXECUTE_STMT__INIT \
6188
6201
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__execute_stmt__descriptor) \
6189
- , (char *)protobuf_c_empty_string, 0,NULL }
6202
+ , (char *)protobuf_c_empty_string, 0,NULL }
6190
6203
 
6191
6204
 
6192
6205
  struct PgQuery__DeallocateStmt
@@ -6198,7 +6211,7 @@ struct PgQuery__DeallocateStmt
6198
6211
  };
6199
6212
  #define PG_QUERY__DEALLOCATE_STMT__INIT \
6200
6213
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__deallocate_stmt__descriptor) \
6201
- , (char *)protobuf_c_empty_string, 0, 0 }
6214
+ , (char *)protobuf_c_empty_string, 0, 0 }
6202
6215
 
6203
6216
 
6204
6217
  struct PgQuery__DropOwnedStmt
@@ -6210,7 +6223,7 @@ struct PgQuery__DropOwnedStmt
6210
6223
  };
6211
6224
  #define PG_QUERY__DROP_OWNED_STMT__INIT \
6212
6225
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__drop_owned_stmt__descriptor) \
6213
- , 0,NULL, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED }
6226
+ , 0,NULL, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED }
6214
6227
 
6215
6228
 
6216
6229
  struct PgQuery__ReassignOwnedStmt
@@ -6222,7 +6235,7 @@ struct PgQuery__ReassignOwnedStmt
6222
6235
  };
6223
6236
  #define PG_QUERY__REASSIGN_OWNED_STMT__INIT \
6224
6237
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__reassign_owned_stmt__descriptor) \
6225
- , 0,NULL, NULL }
6238
+ , 0,NULL, NULL }
6226
6239
 
6227
6240
 
6228
6241
  struct PgQuery__AlterTSDictionaryStmt
@@ -6235,7 +6248,7 @@ struct PgQuery__AlterTSDictionaryStmt
6235
6248
  };
6236
6249
  #define PG_QUERY__ALTER_TSDICTIONARY_STMT__INIT \
6237
6250
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_tsdictionary_stmt__descriptor) \
6238
- , 0,NULL, 0,NULL }
6251
+ , 0,NULL, 0,NULL }
6239
6252
 
6240
6253
 
6241
6254
  struct PgQuery__AlterTSConfigurationStmt
@@ -6254,7 +6267,7 @@ struct PgQuery__AlterTSConfigurationStmt
6254
6267
  };
6255
6268
  #define PG_QUERY__ALTER_TSCONFIGURATION_STMT__INIT \
6256
6269
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_tsconfiguration_stmt__descriptor) \
6257
- , PG_QUERY__ALTER_TSCONFIG_TYPE__ALTER_TSCONFIG_TYPE_UNDEFINED, 0,NULL, 0,NULL, 0,NULL, 0, 0, 0 }
6270
+ , PG_QUERY__ALTER_TSCONFIG_TYPE__ALTER_TSCONFIG_TYPE_UNDEFINED, 0,NULL, 0,NULL, 0,NULL, 0, 0, 0 }
6258
6271
 
6259
6272
 
6260
6273
  struct PgQuery__PublicationTable
@@ -6267,7 +6280,7 @@ struct PgQuery__PublicationTable
6267
6280
  };
6268
6281
  #define PG_QUERY__PUBLICATION_TABLE__INIT \
6269
6282
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__publication_table__descriptor) \
6270
- , NULL, NULL, 0,NULL }
6283
+ , NULL, NULL, 0,NULL }
6271
6284
 
6272
6285
 
6273
6286
  struct PgQuery__PublicationObjSpec
@@ -6280,7 +6293,7 @@ struct PgQuery__PublicationObjSpec
6280
6293
  };
6281
6294
  #define PG_QUERY__PUBLICATION_OBJ_SPEC__INIT \
6282
6295
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__publication_obj_spec__descriptor) \
6283
- , PG_QUERY__PUBLICATION_OBJ_SPEC_TYPE__PUBLICATION_OBJ_SPEC_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, NULL, 0 }
6296
+ , PG_QUERY__PUBLICATION_OBJ_SPEC_TYPE__PUBLICATION_OBJ_SPEC_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, NULL, 0 }
6284
6297
 
6285
6298
 
6286
6299
  struct PgQuery__CreatePublicationStmt
@@ -6295,7 +6308,7 @@ struct PgQuery__CreatePublicationStmt
6295
6308
  };
6296
6309
  #define PG_QUERY__CREATE_PUBLICATION_STMT__INIT \
6297
6310
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_publication_stmt__descriptor) \
6298
- , (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0 }
6311
+ , (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0 }
6299
6312
 
6300
6313
 
6301
6314
  struct PgQuery__AlterPublicationStmt
@@ -6311,7 +6324,7 @@ struct PgQuery__AlterPublicationStmt
6311
6324
  };
6312
6325
  #define PG_QUERY__ALTER_PUBLICATION_STMT__INIT \
6313
6326
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_publication_stmt__descriptor) \
6314
- , (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0, PG_QUERY__ALTER_PUBLICATION_ACTION__ALTER_PUBLICATION_ACTION_UNDEFINED }
6327
+ , (char *)protobuf_c_empty_string, 0,NULL, 0,NULL, 0, PG_QUERY__ALTER_PUBLICATION_ACTION__ALTER_PUBLICATION_ACTION_UNDEFINED }
6315
6328
 
6316
6329
 
6317
6330
  struct PgQuery__CreateSubscriptionStmt
@@ -6326,7 +6339,7 @@ struct PgQuery__CreateSubscriptionStmt
6326
6339
  };
6327
6340
  #define PG_QUERY__CREATE_SUBSCRIPTION_STMT__INIT \
6328
6341
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__create_subscription_stmt__descriptor) \
6329
- , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL }
6342
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL }
6330
6343
 
6331
6344
 
6332
6345
  struct PgQuery__AlterSubscriptionStmt
@@ -6342,7 +6355,7 @@ struct PgQuery__AlterSubscriptionStmt
6342
6355
  };
6343
6356
  #define PG_QUERY__ALTER_SUBSCRIPTION_STMT__INIT \
6344
6357
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__alter_subscription_stmt__descriptor) \
6345
- , PG_QUERY__ALTER_SUBSCRIPTION_TYPE__ALTER_SUBSCRIPTION_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL }
6358
+ , PG_QUERY__ALTER_SUBSCRIPTION_TYPE__ALTER_SUBSCRIPTION_TYPE_UNDEFINED, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, 0,NULL, 0,NULL }
6346
6359
 
6347
6360
 
6348
6361
  struct PgQuery__DropSubscriptionStmt
@@ -6354,7 +6367,7 @@ struct PgQuery__DropSubscriptionStmt
6354
6367
  };
6355
6368
  #define PG_QUERY__DROP_SUBSCRIPTION_STMT__INIT \
6356
6369
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__drop_subscription_stmt__descriptor) \
6357
- , (char *)protobuf_c_empty_string, 0, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED }
6370
+ , (char *)protobuf_c_empty_string, 0, PG_QUERY__DROP_BEHAVIOR__DROP_BEHAVIOR_UNDEFINED }
6358
6371
 
6359
6372
 
6360
6373
  struct PgQuery__ScanToken
@@ -6367,7 +6380,99 @@ struct PgQuery__ScanToken
6367
6380
  };
6368
6381
  #define PG_QUERY__SCAN_TOKEN__INIT \
6369
6382
  { PROTOBUF_C_MESSAGE_INIT (&pg_query__scan_token__descriptor) \
6370
- , 0, 0, PG_QUERY__TOKEN__NUL, PG_QUERY__KEYWORD_KIND__NO_KEYWORD }
6383
+ , 0, 0, PG_QUERY__TOKEN__NUL, PG_QUERY__KEYWORD_KIND__NO_KEYWORD }
6384
+
6385
+
6386
+ struct PgQuery__SummaryResult__Table
6387
+ {
6388
+ ProtobufCMessage base;
6389
+ char *name;
6390
+ char *schema_name;
6391
+ char *table_name;
6392
+ PgQuery__SummaryResult__Context context;
6393
+ };
6394
+ #define PG_QUERY__SUMMARY_RESULT__TABLE__INIT \
6395
+ { PROTOBUF_C_MESSAGE_INIT (&pg_query__summary_result__table__descriptor) \
6396
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, PG_QUERY__SUMMARY_RESULT__CONTEXT__None }
6397
+
6398
+
6399
+ struct PgQuery__SummaryResult__AliasesEntry
6400
+ {
6401
+ ProtobufCMessage base;
6402
+ char *key;
6403
+ char *value;
6404
+ };
6405
+ #define PG_QUERY__SUMMARY_RESULT__ALIASES_ENTRY__INIT \
6406
+ { PROTOBUF_C_MESSAGE_INIT (&pg_query__summary_result__aliases_entry__descriptor) \
6407
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string }
6408
+
6409
+
6410
+ struct PgQuery__SummaryResult__Function
6411
+ {
6412
+ ProtobufCMessage base;
6413
+ char *name;
6414
+ char *function_name;
6415
+ /*
6416
+ * optional
6417
+ */
6418
+ char *schema_name;
6419
+ PgQuery__SummaryResult__Context context;
6420
+ };
6421
+ #define PG_QUERY__SUMMARY_RESULT__FUNCTION__INIT \
6422
+ { PROTOBUF_C_MESSAGE_INIT (&pg_query__summary_result__function__descriptor) \
6423
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, PG_QUERY__SUMMARY_RESULT__CONTEXT__None }
6424
+
6425
+
6426
+ struct PgQuery__SummaryResult__FilterColumn
6427
+ {
6428
+ ProtobufCMessage base;
6429
+ /*
6430
+ * optional
6431
+ */
6432
+ char *schema_name;
6433
+ /*
6434
+ * optional
6435
+ */
6436
+ char *table_name;
6437
+ char *column;
6438
+ };
6439
+ #define PG_QUERY__SUMMARY_RESULT__FILTER_COLUMN__INIT \
6440
+ { PROTOBUF_C_MESSAGE_INIT (&pg_query__summary_result__filter_column__descriptor) \
6441
+ , (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string }
6442
+
6443
+
6444
+ /*
6445
+ * protobuf-c doesn't support optional fields, so any optional strings
6446
+ * are just an empty string if it should be the equivalent of None/nil.
6447
+ * These fields have `// optional` at the end of the line.
6448
+ * Upstream issue: https://github.com/protobuf-c/protobuf-c/issues/476
6449
+ */
6450
+ struct PgQuery__SummaryResult
6451
+ {
6452
+ ProtobufCMessage base;
6453
+ size_t n_tables;
6454
+ PgQuery__SummaryResult__Table **tables;
6455
+ /*
6456
+ * The value here is the table name (i.e. schema.table or just table).
6457
+ */
6458
+ size_t n_aliases;
6459
+ PgQuery__SummaryResult__AliasesEntry **aliases;
6460
+ size_t n_cte_names;
6461
+ char **cte_names;
6462
+ size_t n_functions;
6463
+ PgQuery__SummaryResult__Function **functions;
6464
+ size_t n_filter_columns;
6465
+ PgQuery__SummaryResult__FilterColumn **filter_columns;
6466
+ size_t n_statement_types;
6467
+ char **statement_types;
6468
+ /*
6469
+ * optional, empty if truncation limit is -1
6470
+ */
6471
+ char *truncated_query;
6472
+ };
6473
+ #define PG_QUERY__SUMMARY_RESULT__INIT \
6474
+ { PROTOBUF_C_MESSAGE_INIT (&pg_query__summary_result__descriptor) \
6475
+ , 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, 0,NULL, (char *)protobuf_c_empty_string }
6371
6476
 
6372
6477
 
6373
6478
  /* PgQuery__ParseResult methods */
@@ -11538,6 +11643,37 @@ PgQuery__ScanToken *
11538
11643
  void pg_query__scan_token__free_unpacked
11539
11644
  (PgQuery__ScanToken *message,
11540
11645
  ProtobufCAllocator *allocator);
11646
+ /* PgQuery__SummaryResult__Table methods */
11647
+ void pg_query__summary_result__table__init
11648
+ (PgQuery__SummaryResult__Table *message);
11649
+ /* PgQuery__SummaryResult__AliasesEntry methods */
11650
+ void pg_query__summary_result__aliases_entry__init
11651
+ (PgQuery__SummaryResult__AliasesEntry *message);
11652
+ /* PgQuery__SummaryResult__Function methods */
11653
+ void pg_query__summary_result__function__init
11654
+ (PgQuery__SummaryResult__Function *message);
11655
+ /* PgQuery__SummaryResult__FilterColumn methods */
11656
+ void pg_query__summary_result__filter_column__init
11657
+ (PgQuery__SummaryResult__FilterColumn *message);
11658
+ /* PgQuery__SummaryResult methods */
11659
+ void pg_query__summary_result__init
11660
+ (PgQuery__SummaryResult *message);
11661
+ size_t pg_query__summary_result__get_packed_size
11662
+ (const PgQuery__SummaryResult *message);
11663
+ size_t pg_query__summary_result__pack
11664
+ (const PgQuery__SummaryResult *message,
11665
+ uint8_t *out);
11666
+ size_t pg_query__summary_result__pack_to_buffer
11667
+ (const PgQuery__SummaryResult *message,
11668
+ ProtobufCBuffer *buffer);
11669
+ PgQuery__SummaryResult *
11670
+ pg_query__summary_result__unpack
11671
+ (ProtobufCAllocator *allocator,
11672
+ size_t len,
11673
+ const uint8_t *data);
11674
+ void pg_query__summary_result__free_unpacked
11675
+ (PgQuery__SummaryResult *message,
11676
+ ProtobufCAllocator *allocator);
11541
11677
  /* --- per-message closures --- */
11542
11678
 
11543
11679
  typedef void (*PgQuery__ParseResult_Closure)
@@ -12356,6 +12492,21 @@ typedef void (*PgQuery__DropSubscriptionStmt_Closure)
12356
12492
  typedef void (*PgQuery__ScanToken_Closure)
12357
12493
  (const PgQuery__ScanToken *message,
12358
12494
  void *closure_data);
12495
+ typedef void (*PgQuery__SummaryResult__Table_Closure)
12496
+ (const PgQuery__SummaryResult__Table *message,
12497
+ void *closure_data);
12498
+ typedef void (*PgQuery__SummaryResult__AliasesEntry_Closure)
12499
+ (const PgQuery__SummaryResult__AliasesEntry *message,
12500
+ void *closure_data);
12501
+ typedef void (*PgQuery__SummaryResult__Function_Closure)
12502
+ (const PgQuery__SummaryResult__Function *message,
12503
+ void *closure_data);
12504
+ typedef void (*PgQuery__SummaryResult__FilterColumn_Closure)
12505
+ (const PgQuery__SummaryResult__FilterColumn *message,
12506
+ void *closure_data);
12507
+ typedef void (*PgQuery__SummaryResult_Closure)
12508
+ (const PgQuery__SummaryResult *message,
12509
+ void *closure_data);
12359
12510
 
12360
12511
  /* --- services --- */
12361
12512
 
@@ -12705,6 +12856,12 @@ extern const ProtobufCMessageDescriptor pg_query__create_subscription_stmt__desc
12705
12856
  extern const ProtobufCMessageDescriptor pg_query__alter_subscription_stmt__descriptor;
12706
12857
  extern const ProtobufCMessageDescriptor pg_query__drop_subscription_stmt__descriptor;
12707
12858
  extern const ProtobufCMessageDescriptor pg_query__scan_token__descriptor;
12859
+ extern const ProtobufCMessageDescriptor pg_query__summary_result__descriptor;
12860
+ extern const ProtobufCMessageDescriptor pg_query__summary_result__table__descriptor;
12861
+ extern const ProtobufCMessageDescriptor pg_query__summary_result__aliases_entry__descriptor;
12862
+ extern const ProtobufCMessageDescriptor pg_query__summary_result__function__descriptor;
12863
+ extern const ProtobufCMessageDescriptor pg_query__summary_result__filter_column__descriptor;
12864
+ extern const ProtobufCEnumDescriptor pg_query__summary_result__context__descriptor;
12708
12865
 
12709
12866
  PROTOBUF_C__END_DECLS
12710
12867