1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
|
struct TArgs_RI_FKey_cascade_del_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_RI_FKey_cascade_upd_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_RI_FKey_check_ins_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_RI_FKey_check_upd_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_RI_FKey_noaction_del_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_RI_FKey_noaction_upd_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_RI_FKey_restrict_del_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_RI_FKey_restrict_upd_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_RI_FKey_setdefault_del_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_RI_FKey_setdefault_upd_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_RI_FKey_setnull_del_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_RI_FKey_setnull_upd_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_arraycontjoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_arraycontsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_currval_oid_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_gist_box_consistent_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,false,true,true,true};
};
struct TArgs_gist_box_distance_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,false,true,true,true};
};
struct TArgs_gist_box_penalty_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 3> IsFixedArg = {true,true,true};
};
struct TArgs_gist_box_picksplit_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,true};
};
struct TArgs_gist_box_same_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 3> IsFixedArg = {false,false,true};
};
struct TArgs_gist_box_union_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,true};
};
struct TArgs_gist_circle_compress_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_gist_circle_consistent_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,false,true,true,true};
};
struct TArgs_gist_circle_distance_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,false,true,true,true};
};
struct TArgs_gist_point_compress_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_gist_point_consistent_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,false,true,true,true};
};
struct TArgs_gist_point_distance_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,false,true,true,true};
};
struct TArgs_gist_point_fetch_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_gist_point_sortsupport_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_gist_poly_compress_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_gist_poly_consistent_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,false,true,true,true};
};
struct TArgs_gist_poly_distance_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,false,true,true,true};
};
struct TArgs_hashhandler_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_lastval_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_networkjoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_networksel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_nextval_oid_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_pg_backup_start_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,true};
};
struct TArgs_pg_backup_stop_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_pg_create_restore_point_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {false};
};
struct TArgs_pg_current_wal_flush_lsn_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_pg_current_wal_insert_lsn_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_pg_current_wal_lsn_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_pg_database_collation_actual_version_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_pg_get_wal_replay_pause_state_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_pg_is_in_recovery_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_pg_is_wal_replay_paused_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_pg_last_wal_receive_lsn_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_pg_last_wal_replay_lsn_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_pg_last_xact_replay_timestamp_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_pg_log_standby_snapshot_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_pg_promote_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,true};
};
struct TArgs_pg_sequence_last_value_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_pg_sequence_parameters_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_pg_split_walfile_name_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {false};
};
struct TArgs_pg_switch_wal_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_pg_wal_lsn_diff_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,true};
};
struct TArgs_pg_wal_replay_pause_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_pg_wal_replay_resume_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 0> IsFixedArg = {};
};
struct TArgs_pg_walfile_name_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_pg_walfile_name_offset_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_prsd_end_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_prsd_headline_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 3> IsFixedArg = {true,true,false};
};
struct TArgs_prsd_lextype_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_prsd_nexttoken_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 3> IsFixedArg = {true,true,true};
};
struct TArgs_prsd_start_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,true};
};
struct TArgs_setval3_oid_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 3> IsFixedArg = {true,true,true};
};
struct TArgs_setval_oid_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,true};
};
struct TArgs_spg_kd_choose_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,true};
};
struct TArgs_spg_kd_config_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,true};
};
struct TArgs_spg_kd_inner_consistent_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,true};
};
struct TArgs_spg_kd_picksplit_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,true};
};
struct TArgs_tsq_mcontained_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_tsq_mcontains_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_tsquery_and_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_tsquery_cmp_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_tsquery_eq_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_tsquery_ge_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_tsquery_gt_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_tsquery_le_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_tsquery_lt_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_tsquery_ne_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_tsquery_not_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {false};
};
struct TArgs_tsquery_numnode_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {false};
};
struct TArgs_tsquery_or_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_tsquery_phrase_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_tsquery_phrase_distance_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 3> IsFixedArg = {false,false,true};
};
|