1/*-------------------------------------------------------------------------
2 *
3 * fmgrprotos.h
4 * Prototypes for built-in functions.
5 *
6 * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
8 *
9 * NOTES
10 * ******************************
11 * *** DO NOT EDIT THIS FILE! ***
12 * ******************************
13 *
14 * It has been GENERATED by src/backend/utils/Gen_fmgrtab.pl
15 *
16 *-------------------------------------------------------------------------
17 */
18
19#ifndef FMGRPROTOS_H
20#define FMGRPROTOS_H
21
22#include "fmgr.h"
23
24extern Datum heap_tableam_handler(PG_FUNCTION_ARGS);
25extern Datum byteaout(PG_FUNCTION_ARGS);
26extern Datum charout(PG_FUNCTION_ARGS);
27extern Datum namein(PG_FUNCTION_ARGS);
28extern Datum nameout(PG_FUNCTION_ARGS);
29extern Datum int2in(PG_FUNCTION_ARGS);
30extern Datum int2out(PG_FUNCTION_ARGS);
31extern Datum int2vectorin(PG_FUNCTION_ARGS);
32extern Datum int2vectorout(PG_FUNCTION_ARGS);
33extern Datum int4in(PG_FUNCTION_ARGS);
34extern Datum int4out(PG_FUNCTION_ARGS);
35extern Datum regprocin(PG_FUNCTION_ARGS);
36extern Datum regprocout(PG_FUNCTION_ARGS);
37extern Datum textin(PG_FUNCTION_ARGS);
38extern Datum textout(PG_FUNCTION_ARGS);
39extern Datum tidin(PG_FUNCTION_ARGS);
40extern Datum tidout(PG_FUNCTION_ARGS);
41extern Datum xidin(PG_FUNCTION_ARGS);
42extern Datum xidout(PG_FUNCTION_ARGS);
43extern Datum cidin(PG_FUNCTION_ARGS);
44extern Datum cidout(PG_FUNCTION_ARGS);
45extern Datum oidvectorin(PG_FUNCTION_ARGS);
46extern Datum oidvectorout(PG_FUNCTION_ARGS);
47extern Datum boollt(PG_FUNCTION_ARGS);
48extern Datum boolgt(PG_FUNCTION_ARGS);
49extern Datum booleq(PG_FUNCTION_ARGS);
50extern Datum chareq(PG_FUNCTION_ARGS);
51extern Datum nameeq(PG_FUNCTION_ARGS);
52extern Datum int2eq(PG_FUNCTION_ARGS);
53extern Datum int2lt(PG_FUNCTION_ARGS);
54extern Datum int4eq(PG_FUNCTION_ARGS);
55extern Datum int4lt(PG_FUNCTION_ARGS);
56extern Datum texteq(PG_FUNCTION_ARGS);
57extern Datum xideq(PG_FUNCTION_ARGS);
58extern Datum cideq(PG_FUNCTION_ARGS);
59extern Datum charne(PG_FUNCTION_ARGS);
60extern Datum charle(PG_FUNCTION_ARGS);
61extern Datum chargt(PG_FUNCTION_ARGS);
62extern Datum charge(PG_FUNCTION_ARGS);
63extern Datum chartoi4(PG_FUNCTION_ARGS);
64extern Datum i4tochar(PG_FUNCTION_ARGS);
65extern Datum nameregexeq(PG_FUNCTION_ARGS);
66extern Datum boolne(PG_FUNCTION_ARGS);
67extern Datum pg_ddl_command_in(PG_FUNCTION_ARGS);
68extern Datum pg_ddl_command_out(PG_FUNCTION_ARGS);
69extern Datum pg_ddl_command_recv(PG_FUNCTION_ARGS);
70extern Datum pgsql_version(PG_FUNCTION_ARGS);
71extern Datum pg_ddl_command_send(PG_FUNCTION_ARGS);
72extern Datum eqsel(PG_FUNCTION_ARGS);
73extern Datum neqsel(PG_FUNCTION_ARGS);
74extern Datum scalarltsel(PG_FUNCTION_ARGS);
75extern Datum scalargtsel(PG_FUNCTION_ARGS);
76extern Datum eqjoinsel(PG_FUNCTION_ARGS);
77extern Datum neqjoinsel(PG_FUNCTION_ARGS);
78extern Datum scalarltjoinsel(PG_FUNCTION_ARGS);
79extern Datum scalargtjoinsel(PG_FUNCTION_ARGS);
80extern Datum unknownin(PG_FUNCTION_ARGS);
81extern Datum unknownout(PG_FUNCTION_ARGS);
82extern Datum numeric_fac(PG_FUNCTION_ARGS);
83extern Datum box_above_eq(PG_FUNCTION_ARGS);
84extern Datum box_below_eq(PG_FUNCTION_ARGS);
85extern Datum point_in(PG_FUNCTION_ARGS);
86extern Datum point_out(PG_FUNCTION_ARGS);
87extern Datum lseg_in(PG_FUNCTION_ARGS);
88extern Datum lseg_out(PG_FUNCTION_ARGS);
89extern Datum path_in(PG_FUNCTION_ARGS);
90extern Datum path_out(PG_FUNCTION_ARGS);
91extern Datum box_in(PG_FUNCTION_ARGS);
92extern Datum box_out(PG_FUNCTION_ARGS);
93extern Datum box_overlap(PG_FUNCTION_ARGS);
94extern Datum box_ge(PG_FUNCTION_ARGS);
95extern Datum box_gt(PG_FUNCTION_ARGS);
96extern Datum box_eq(PG_FUNCTION_ARGS);
97extern Datum box_lt(PG_FUNCTION_ARGS);
98extern Datum box_le(PG_FUNCTION_ARGS);
99extern Datum point_above(PG_FUNCTION_ARGS);
100extern Datum point_left(PG_FUNCTION_ARGS);
101extern Datum point_right(PG_FUNCTION_ARGS);
102extern Datum point_below(PG_FUNCTION_ARGS);
103extern Datum point_eq(PG_FUNCTION_ARGS);
104extern Datum on_pb(PG_FUNCTION_ARGS);
105extern Datum on_ppath(PG_FUNCTION_ARGS);
106extern Datum box_center(PG_FUNCTION_ARGS);
107extern Datum areasel(PG_FUNCTION_ARGS);
108extern Datum areajoinsel(PG_FUNCTION_ARGS);
109extern Datum int4mul(PG_FUNCTION_ARGS);
110extern Datum int4ne(PG_FUNCTION_ARGS);
111extern Datum int2ne(PG_FUNCTION_ARGS);
112extern Datum int2gt(PG_FUNCTION_ARGS);
113extern Datum int4gt(PG_FUNCTION_ARGS);
114extern Datum int2le(PG_FUNCTION_ARGS);
115extern Datum int4le(PG_FUNCTION_ARGS);
116extern Datum int4ge(PG_FUNCTION_ARGS);
117extern Datum int2ge(PG_FUNCTION_ARGS);
118extern Datum int2mul(PG_FUNCTION_ARGS);
119extern Datum int2div(PG_FUNCTION_ARGS);
120extern Datum int4div(PG_FUNCTION_ARGS);
121extern Datum int2mod(PG_FUNCTION_ARGS);
122extern Datum int4mod(PG_FUNCTION_ARGS);
123extern Datum textne(PG_FUNCTION_ARGS);
124extern Datum int24eq(PG_FUNCTION_ARGS);
125extern Datum int42eq(PG_FUNCTION_ARGS);
126extern Datum int24lt(PG_FUNCTION_ARGS);
127extern Datum int42lt(PG_FUNCTION_ARGS);
128extern Datum int24gt(PG_FUNCTION_ARGS);
129extern Datum int42gt(PG_FUNCTION_ARGS);
130extern Datum int24ne(PG_FUNCTION_ARGS);
131extern Datum int42ne(PG_FUNCTION_ARGS);
132extern Datum int24le(PG_FUNCTION_ARGS);
133extern Datum int42le(PG_FUNCTION_ARGS);
134extern Datum int24ge(PG_FUNCTION_ARGS);
135extern Datum int42ge(PG_FUNCTION_ARGS);
136extern Datum int24mul(PG_FUNCTION_ARGS);
137extern Datum int42mul(PG_FUNCTION_ARGS);
138extern Datum int24div(PG_FUNCTION_ARGS);
139extern Datum int42div(PG_FUNCTION_ARGS);
140extern Datum int2pl(PG_FUNCTION_ARGS);
141extern Datum int4pl(PG_FUNCTION_ARGS);
142extern Datum int24pl(PG_FUNCTION_ARGS);
143extern Datum int42pl(PG_FUNCTION_ARGS);
144extern Datum int2mi(PG_FUNCTION_ARGS);
145extern Datum int4mi(PG_FUNCTION_ARGS);
146extern Datum int24mi(PG_FUNCTION_ARGS);
147extern Datum int42mi(PG_FUNCTION_ARGS);
148extern Datum oideq(PG_FUNCTION_ARGS);
149extern Datum oidne(PG_FUNCTION_ARGS);
150extern Datum box_same(PG_FUNCTION_ARGS);
151extern Datum box_contain(PG_FUNCTION_ARGS);
152extern Datum box_left(PG_FUNCTION_ARGS);
153extern Datum box_overleft(PG_FUNCTION_ARGS);
154extern Datum box_overright(PG_FUNCTION_ARGS);
155extern Datum box_right(PG_FUNCTION_ARGS);
156extern Datum box_contained(PG_FUNCTION_ARGS);
157extern Datum box_contain_pt(PG_FUNCTION_ARGS);
158extern Datum pg_node_tree_in(PG_FUNCTION_ARGS);
159extern Datum pg_node_tree_out(PG_FUNCTION_ARGS);
160extern Datum pg_node_tree_recv(PG_FUNCTION_ARGS);
161extern Datum pg_node_tree_send(PG_FUNCTION_ARGS);
162extern Datum float4in(PG_FUNCTION_ARGS);
163extern Datum float4out(PG_FUNCTION_ARGS);
164extern Datum float4mul(PG_FUNCTION_ARGS);
165extern Datum float4div(PG_FUNCTION_ARGS);
166extern Datum float4pl(PG_FUNCTION_ARGS);
167extern Datum float4mi(PG_FUNCTION_ARGS);
168extern Datum float4um(PG_FUNCTION_ARGS);
169extern Datum float4abs(PG_FUNCTION_ARGS);
170extern Datum float4_accum(PG_FUNCTION_ARGS);
171extern Datum float4larger(PG_FUNCTION_ARGS);
172extern Datum float4smaller(PG_FUNCTION_ARGS);
173extern Datum int4um(PG_FUNCTION_ARGS);
174extern Datum int2um(PG_FUNCTION_ARGS);
175extern Datum float8in(PG_FUNCTION_ARGS);
176extern Datum float8out(PG_FUNCTION_ARGS);
177extern Datum float8mul(PG_FUNCTION_ARGS);
178extern Datum float8div(PG_FUNCTION_ARGS);
179extern Datum float8pl(PG_FUNCTION_ARGS);
180extern Datum float8mi(PG_FUNCTION_ARGS);
181extern Datum float8um(PG_FUNCTION_ARGS);
182extern Datum float8abs(PG_FUNCTION_ARGS);
183extern Datum float8_accum(PG_FUNCTION_ARGS);
184extern Datum float8larger(PG_FUNCTION_ARGS);
185extern Datum float8smaller(PG_FUNCTION_ARGS);
186extern Datum lseg_center(PG_FUNCTION_ARGS);
187extern Datum path_center(PG_FUNCTION_ARGS);
188extern Datum poly_center(PG_FUNCTION_ARGS);
189extern Datum dround(PG_FUNCTION_ARGS);
190extern Datum dtrunc(PG_FUNCTION_ARGS);
191extern Datum dsqrt(PG_FUNCTION_ARGS);
192extern Datum dcbrt(PG_FUNCTION_ARGS);
193extern Datum dpow(PG_FUNCTION_ARGS);
194extern Datum dexp(PG_FUNCTION_ARGS);
195extern Datum dlog1(PG_FUNCTION_ARGS);
196extern Datum i2tod(PG_FUNCTION_ARGS);
197extern Datum i2tof(PG_FUNCTION_ARGS);
198extern Datum dtoi2(PG_FUNCTION_ARGS);
199extern Datum ftoi2(PG_FUNCTION_ARGS);
200extern Datum line_distance(PG_FUNCTION_ARGS);
201extern Datum nameeqtext(PG_FUNCTION_ARGS);
202extern Datum namelttext(PG_FUNCTION_ARGS);
203extern Datum nameletext(PG_FUNCTION_ARGS);
204extern Datum namegetext(PG_FUNCTION_ARGS);
205extern Datum namegttext(PG_FUNCTION_ARGS);
206extern Datum namenetext(PG_FUNCTION_ARGS);
207extern Datum btnametextcmp(PG_FUNCTION_ARGS);
208extern Datum texteqname(PG_FUNCTION_ARGS);
209extern Datum textltname(PG_FUNCTION_ARGS);
210extern Datum textlename(PG_FUNCTION_ARGS);
211extern Datum textgename(PG_FUNCTION_ARGS);
212extern Datum textgtname(PG_FUNCTION_ARGS);
213extern Datum textnename(PG_FUNCTION_ARGS);
214extern Datum bttextnamecmp(PG_FUNCTION_ARGS);
215extern Datum nameconcatoid(PG_FUNCTION_ARGS);
216extern Datum table_am_handler_in(PG_FUNCTION_ARGS);
217extern Datum table_am_handler_out(PG_FUNCTION_ARGS);
218extern Datum timeofday(PG_FUNCTION_ARGS);
219extern Datum pg_nextoid(PG_FUNCTION_ARGS);
220extern Datum float8_combine(PG_FUNCTION_ARGS);
221extern Datum inter_sl(PG_FUNCTION_ARGS);
222extern Datum inter_lb(PG_FUNCTION_ARGS);
223extern Datum float48mul(PG_FUNCTION_ARGS);
224extern Datum float48div(PG_FUNCTION_ARGS);
225extern Datum float48pl(PG_FUNCTION_ARGS);
226extern Datum float48mi(PG_FUNCTION_ARGS);
227extern Datum float84mul(PG_FUNCTION_ARGS);
228extern Datum float84div(PG_FUNCTION_ARGS);
229extern Datum float84pl(PG_FUNCTION_ARGS);
230extern Datum float84mi(PG_FUNCTION_ARGS);
231extern Datum float4eq(PG_FUNCTION_ARGS);
232extern Datum float4ne(PG_FUNCTION_ARGS);
233extern Datum float4lt(PG_FUNCTION_ARGS);
234extern Datum float4le(PG_FUNCTION_ARGS);
235extern Datum float4gt(PG_FUNCTION_ARGS);
236extern Datum float4ge(PG_FUNCTION_ARGS);
237extern Datum float8eq(PG_FUNCTION_ARGS);
238extern Datum float8ne(PG_FUNCTION_ARGS);
239extern Datum float8lt(PG_FUNCTION_ARGS);
240extern Datum float8le(PG_FUNCTION_ARGS);
241extern Datum float8gt(PG_FUNCTION_ARGS);
242extern Datum float8ge(PG_FUNCTION_ARGS);
243extern Datum float48eq(PG_FUNCTION_ARGS);
244extern Datum float48ne(PG_FUNCTION_ARGS);
245extern Datum float48lt(PG_FUNCTION_ARGS);
246extern Datum float48le(PG_FUNCTION_ARGS);
247extern Datum float48gt(PG_FUNCTION_ARGS);
248extern Datum float48ge(PG_FUNCTION_ARGS);
249extern Datum float84eq(PG_FUNCTION_ARGS);
250extern Datum float84ne(PG_FUNCTION_ARGS);
251extern Datum float84lt(PG_FUNCTION_ARGS);
252extern Datum float84le(PG_FUNCTION_ARGS);
253extern Datum float84gt(PG_FUNCTION_ARGS);
254extern Datum float84ge(PG_FUNCTION_ARGS);
255extern Datum ftod(PG_FUNCTION_ARGS);
256extern Datum dtof(PG_FUNCTION_ARGS);
257extern Datum i2toi4(PG_FUNCTION_ARGS);
258extern Datum i4toi2(PG_FUNCTION_ARGS);
259extern Datum pg_jit_available(PG_FUNCTION_ARGS);
260extern Datum i4tod(PG_FUNCTION_ARGS);
261extern Datum dtoi4(PG_FUNCTION_ARGS);
262extern Datum i4tof(PG_FUNCTION_ARGS);
263extern Datum ftoi4(PG_FUNCTION_ARGS);
264extern Datum width_bucket_float8(PG_FUNCTION_ARGS);
265extern Datum json_in(PG_FUNCTION_ARGS);
266extern Datum json_out(PG_FUNCTION_ARGS);
267extern Datum json_recv(PG_FUNCTION_ARGS);
268extern Datum json_send(PG_FUNCTION_ARGS);
269extern Datum index_am_handler_in(PG_FUNCTION_ARGS);
270extern Datum index_am_handler_out(PG_FUNCTION_ARGS);
271extern Datum hashmacaddr8(PG_FUNCTION_ARGS);
272extern Datum hash_aclitem(PG_FUNCTION_ARGS);
273extern Datum bthandler(PG_FUNCTION_ARGS);
274extern Datum hashhandler(PG_FUNCTION_ARGS);
275extern Datum gisthandler(PG_FUNCTION_ARGS);
276extern Datum ginhandler(PG_FUNCTION_ARGS);
277extern Datum spghandler(PG_FUNCTION_ARGS);
278extern Datum brinhandler(PG_FUNCTION_ARGS);
279extern Datum scalarlesel(PG_FUNCTION_ARGS);
280extern Datum scalargesel(PG_FUNCTION_ARGS);
281extern Datum amvalidate(PG_FUNCTION_ARGS);
282extern Datum poly_same(PG_FUNCTION_ARGS);
283extern Datum poly_contain(PG_FUNCTION_ARGS);
284extern Datum poly_left(PG_FUNCTION_ARGS);
285extern Datum poly_overleft(PG_FUNCTION_ARGS);
286extern Datum poly_overright(PG_FUNCTION_ARGS);
287extern Datum poly_right(PG_FUNCTION_ARGS);
288extern Datum poly_contained(PG_FUNCTION_ARGS);
289extern Datum poly_overlap(PG_FUNCTION_ARGS);
290extern Datum poly_in(PG_FUNCTION_ARGS);
291extern Datum poly_out(PG_FUNCTION_ARGS);
292extern Datum btint2cmp(PG_FUNCTION_ARGS);
293extern Datum btint4cmp(PG_FUNCTION_ARGS);
294extern Datum btfloat4cmp(PG_FUNCTION_ARGS);
295extern Datum btfloat8cmp(PG_FUNCTION_ARGS);
296extern Datum btoidcmp(PG_FUNCTION_ARGS);
297extern Datum btcharcmp(PG_FUNCTION_ARGS);
298extern Datum btnamecmp(PG_FUNCTION_ARGS);
299extern Datum bttextcmp(PG_FUNCTION_ARGS);
300extern Datum lseg_distance(PG_FUNCTION_ARGS);
301extern Datum lseg_interpt(PG_FUNCTION_ARGS);
302extern Datum dist_ps(PG_FUNCTION_ARGS);
303extern Datum dist_pb(PG_FUNCTION_ARGS);
304extern Datum dist_sb(PG_FUNCTION_ARGS);
305extern Datum close_ps(PG_FUNCTION_ARGS);
306extern Datum close_pb(PG_FUNCTION_ARGS);
307extern Datum close_sb(PG_FUNCTION_ARGS);
308extern Datum on_ps(PG_FUNCTION_ARGS);
309extern Datum path_distance(PG_FUNCTION_ARGS);
310extern Datum dist_ppath(PG_FUNCTION_ARGS);
311extern Datum on_sb(PG_FUNCTION_ARGS);
312extern Datum inter_sb(PG_FUNCTION_ARGS);
313extern Datum text_to_array_null(PG_FUNCTION_ARGS);
314extern Datum cash_cmp(PG_FUNCTION_ARGS);
315extern Datum array_append(PG_FUNCTION_ARGS);
316extern Datum array_prepend(PG_FUNCTION_ARGS);
317extern Datum btarraycmp(PG_FUNCTION_ARGS);
318extern Datum array_cat(PG_FUNCTION_ARGS);
319extern Datum array_to_text_null(PG_FUNCTION_ARGS);
320extern Datum scalarlejoinsel(PG_FUNCTION_ARGS);
321extern Datum array_ne(PG_FUNCTION_ARGS);
322extern Datum array_lt(PG_FUNCTION_ARGS);
323extern Datum array_gt(PG_FUNCTION_ARGS);
324extern Datum array_le(PG_FUNCTION_ARGS);
325extern Datum text_to_array(PG_FUNCTION_ARGS);
326extern Datum array_to_text(PG_FUNCTION_ARGS);
327extern Datum array_ge(PG_FUNCTION_ARGS);
328extern Datum scalargejoinsel(PG_FUNCTION_ARGS);
329extern Datum hashmacaddr(PG_FUNCTION_ARGS);
330extern Datum hashtext(PG_FUNCTION_ARGS);
331extern Datum rtrim1(PG_FUNCTION_ARGS);
332extern Datum btoidvectorcmp(PG_FUNCTION_ARGS);
333extern Datum name_text(PG_FUNCTION_ARGS);
334extern Datum text_name(PG_FUNCTION_ARGS);
335extern Datum name_bpchar(PG_FUNCTION_ARGS);
336extern Datum bpchar_name(PG_FUNCTION_ARGS);
337extern Datum hashinet(PG_FUNCTION_ARGS);
338extern Datum hashint4extended(PG_FUNCTION_ARGS);
339extern Datum hash_numeric(PG_FUNCTION_ARGS);
340extern Datum macaddr_in(PG_FUNCTION_ARGS);
341extern Datum macaddr_out(PG_FUNCTION_ARGS);
342extern Datum pg_num_nulls(PG_FUNCTION_ARGS);
343extern Datum pg_num_nonnulls(PG_FUNCTION_ARGS);
344extern Datum hashint2extended(PG_FUNCTION_ARGS);
345extern Datum hashint8extended(PG_FUNCTION_ARGS);
346extern Datum hashfloat4extended(PG_FUNCTION_ARGS);
347extern Datum hashfloat8extended(PG_FUNCTION_ARGS);
348extern Datum hashoidextended(PG_FUNCTION_ARGS);
349extern Datum hashcharextended(PG_FUNCTION_ARGS);
350extern Datum hashnameextended(PG_FUNCTION_ARGS);
351extern Datum hashtextextended(PG_FUNCTION_ARGS);
352extern Datum hashint2(PG_FUNCTION_ARGS);
353extern Datum hashint4(PG_FUNCTION_ARGS);
354extern Datum hashfloat4(PG_FUNCTION_ARGS);
355extern Datum hashfloat8(PG_FUNCTION_ARGS);
356extern Datum hashoid(PG_FUNCTION_ARGS);
357extern Datum hashchar(PG_FUNCTION_ARGS);
358extern Datum hashname(PG_FUNCTION_ARGS);
359extern Datum hashvarlena(PG_FUNCTION_ARGS);
360extern Datum hashoidvector(PG_FUNCTION_ARGS);
361extern Datum text_larger(PG_FUNCTION_ARGS);
362extern Datum text_smaller(PG_FUNCTION_ARGS);
363extern Datum int8in(PG_FUNCTION_ARGS);
364extern Datum int8out(PG_FUNCTION_ARGS);
365extern Datum int8um(PG_FUNCTION_ARGS);
366extern Datum int8pl(PG_FUNCTION_ARGS);
367extern Datum int8mi(PG_FUNCTION_ARGS);
368extern Datum int8mul(PG_FUNCTION_ARGS);
369extern Datum int8div(PG_FUNCTION_ARGS);
370extern Datum int8eq(PG_FUNCTION_ARGS);
371extern Datum int8ne(PG_FUNCTION_ARGS);
372extern Datum int8lt(PG_FUNCTION_ARGS);
373extern Datum int8gt(PG_FUNCTION_ARGS);
374extern Datum int8le(PG_FUNCTION_ARGS);
375extern Datum int8ge(PG_FUNCTION_ARGS);
376extern Datum int84eq(PG_FUNCTION_ARGS);
377extern Datum int84ne(PG_FUNCTION_ARGS);
378extern Datum int84lt(PG_FUNCTION_ARGS);
379extern Datum int84gt(PG_FUNCTION_ARGS);
380extern Datum int84le(PG_FUNCTION_ARGS);
381extern Datum int84ge(PG_FUNCTION_ARGS);
382extern Datum int84(PG_FUNCTION_ARGS);
383extern Datum int48(PG_FUNCTION_ARGS);
384extern Datum i8tod(PG_FUNCTION_ARGS);
385extern Datum dtoi8(PG_FUNCTION_ARGS);
386extern Datum array_larger(PG_FUNCTION_ARGS);
387extern Datum array_smaller(PG_FUNCTION_ARGS);
388extern Datum inet_abbrev(PG_FUNCTION_ARGS);
389extern Datum cidr_abbrev(PG_FUNCTION_ARGS);
390extern Datum inet_set_masklen(PG_FUNCTION_ARGS);
391extern Datum oidvectorne(PG_FUNCTION_ARGS);
392extern Datum hash_array(PG_FUNCTION_ARGS);
393extern Datum cidr_set_masklen(PG_FUNCTION_ARGS);
394extern Datum pg_indexam_has_property(PG_FUNCTION_ARGS);
395extern Datum pg_index_has_property(PG_FUNCTION_ARGS);
396extern Datum pg_index_column_has_property(PG_FUNCTION_ARGS);
397extern Datum i8tof(PG_FUNCTION_ARGS);
398extern Datum ftoi8(PG_FUNCTION_ARGS);
399extern Datum namelt(PG_FUNCTION_ARGS);
400extern Datum namele(PG_FUNCTION_ARGS);
401extern Datum namegt(PG_FUNCTION_ARGS);
402extern Datum namege(PG_FUNCTION_ARGS);
403extern Datum namene(PG_FUNCTION_ARGS);
404extern Datum bpchar(PG_FUNCTION_ARGS);
405extern Datum varchar(PG_FUNCTION_ARGS);
406extern Datum pg_indexam_progress_phasename(PG_FUNCTION_ARGS);
407extern Datum oidvectorlt(PG_FUNCTION_ARGS);
408extern Datum oidvectorle(PG_FUNCTION_ARGS);
409extern Datum oidvectoreq(PG_FUNCTION_ARGS);
410extern Datum oidvectorge(PG_FUNCTION_ARGS);
411extern Datum oidvectorgt(PG_FUNCTION_ARGS);
412extern Datum network_network(PG_FUNCTION_ARGS);
413extern Datum network_netmask(PG_FUNCTION_ARGS);
414extern Datum network_masklen(PG_FUNCTION_ARGS);
415extern Datum network_broadcast(PG_FUNCTION_ARGS);
416extern Datum network_host(PG_FUNCTION_ARGS);
417extern Datum current_user(PG_FUNCTION_ARGS);
418extern Datum network_family(PG_FUNCTION_ARGS);
419extern Datum int82(PG_FUNCTION_ARGS);
420extern Datum be_lo_create(PG_FUNCTION_ARGS);
421extern Datum oidlt(PG_FUNCTION_ARGS);
422extern Datum oidle(PG_FUNCTION_ARGS);
423extern Datum byteaoctetlen(PG_FUNCTION_ARGS);
424extern Datum byteaGetByte(PG_FUNCTION_ARGS);
425extern Datum byteaSetByte(PG_FUNCTION_ARGS);
426extern Datum byteaGetBit(PG_FUNCTION_ARGS);
427extern Datum byteaSetBit(PG_FUNCTION_ARGS);
428extern Datum dist_pl(PG_FUNCTION_ARGS);
429extern Datum dist_lb(PG_FUNCTION_ARGS);
430extern Datum dist_sl(PG_FUNCTION_ARGS);
431extern Datum dist_cpoly(PG_FUNCTION_ARGS);
432extern Datum poly_distance(PG_FUNCTION_ARGS);
433extern Datum network_show(PG_FUNCTION_ARGS);
434extern Datum text_lt(PG_FUNCTION_ARGS);
435extern Datum text_le(PG_FUNCTION_ARGS);
436extern Datum text_gt(PG_FUNCTION_ARGS);
437extern Datum text_ge(PG_FUNCTION_ARGS);
438extern Datum array_eq(PG_FUNCTION_ARGS);
439extern Datum session_user(PG_FUNCTION_ARGS);
440extern Datum array_dims(PG_FUNCTION_ARGS);
441extern Datum array_ndims(PG_FUNCTION_ARGS);
442extern Datum byteaoverlay(PG_FUNCTION_ARGS);
443extern Datum array_in(PG_FUNCTION_ARGS);
444extern Datum array_out(PG_FUNCTION_ARGS);
445extern Datum byteaoverlay_no_len(PG_FUNCTION_ARGS);
446extern Datum macaddr_trunc(PG_FUNCTION_ARGS);
447extern Datum int28(PG_FUNCTION_ARGS);
448extern Datum be_lo_import(PG_FUNCTION_ARGS);
449extern Datum be_lo_export(PG_FUNCTION_ARGS);
450extern Datum int4inc(PG_FUNCTION_ARGS);
451extern Datum be_lo_import_with_oid(PG_FUNCTION_ARGS);
452extern Datum int4larger(PG_FUNCTION_ARGS);
453extern Datum int4smaller(PG_FUNCTION_ARGS);
454extern Datum int2larger(PG_FUNCTION_ARGS);
455extern Datum int2smaller(PG_FUNCTION_ARGS);
456extern Datum hashvarlenaextended(PG_FUNCTION_ARGS);
457extern Datum hashoidvectorextended(PG_FUNCTION_ARGS);
458extern Datum hash_aclitem_extended(PG_FUNCTION_ARGS);
459extern Datum hashmacaddrextended(PG_FUNCTION_ARGS);
460extern Datum hashinetextended(PG_FUNCTION_ARGS);
461extern Datum hash_numeric_extended(PG_FUNCTION_ARGS);
462extern Datum hashmacaddr8extended(PG_FUNCTION_ARGS);
463extern Datum hash_array_extended(PG_FUNCTION_ARGS);
464extern Datum pg_client_encoding(PG_FUNCTION_ARGS);
465extern Datum current_query(PG_FUNCTION_ARGS);
466extern Datum macaddr_eq(PG_FUNCTION_ARGS);
467extern Datum macaddr_lt(PG_FUNCTION_ARGS);
468extern Datum macaddr_le(PG_FUNCTION_ARGS);
469extern Datum macaddr_gt(PG_FUNCTION_ARGS);
470extern Datum macaddr_ge(PG_FUNCTION_ARGS);
471extern Datum macaddr_ne(PG_FUNCTION_ARGS);
472extern Datum macaddr_cmp(PG_FUNCTION_ARGS);
473extern Datum int82pl(PG_FUNCTION_ARGS);
474extern Datum int82mi(PG_FUNCTION_ARGS);
475extern Datum int82mul(PG_FUNCTION_ARGS);
476extern Datum int82div(PG_FUNCTION_ARGS);
477extern Datum int28pl(PG_FUNCTION_ARGS);
478extern Datum btint8cmp(PG_FUNCTION_ARGS);
479extern Datum cash_mul_flt4(PG_FUNCTION_ARGS);
480extern Datum cash_div_flt4(PG_FUNCTION_ARGS);
481extern Datum flt4_mul_cash(PG_FUNCTION_ARGS);
482extern Datum textpos(PG_FUNCTION_ARGS);
483extern Datum textlike(PG_FUNCTION_ARGS);
484extern Datum textnlike(PG_FUNCTION_ARGS);
485extern Datum int48eq(PG_FUNCTION_ARGS);
486extern Datum int48ne(PG_FUNCTION_ARGS);
487extern Datum int48lt(PG_FUNCTION_ARGS);
488extern Datum int48gt(PG_FUNCTION_ARGS);
489extern Datum int48le(PG_FUNCTION_ARGS);
490extern Datum int48ge(PG_FUNCTION_ARGS);
491extern Datum namelike(PG_FUNCTION_ARGS);
492extern Datum namenlike(PG_FUNCTION_ARGS);
493extern Datum char_bpchar(PG_FUNCTION_ARGS);
494extern Datum current_database(PG_FUNCTION_ARGS);
495extern Datum int4_mul_cash(PG_FUNCTION_ARGS);
496extern Datum int2_mul_cash(PG_FUNCTION_ARGS);
497extern Datum cash_mul_int4(PG_FUNCTION_ARGS);
498extern Datum cash_div_int4(PG_FUNCTION_ARGS);
499extern Datum cash_mul_int2(PG_FUNCTION_ARGS);
500extern Datum cash_div_int2(PG_FUNCTION_ARGS);
501extern Datum lower(PG_FUNCTION_ARGS);
502extern Datum upper(PG_FUNCTION_ARGS);
503extern Datum initcap(PG_FUNCTION_ARGS);
504extern Datum lpad(PG_FUNCTION_ARGS);
505extern Datum rpad(PG_FUNCTION_ARGS);
506extern Datum ltrim(PG_FUNCTION_ARGS);
507extern Datum rtrim(PG_FUNCTION_ARGS);
508extern Datum text_substr(PG_FUNCTION_ARGS);
509extern Datum translate(PG_FUNCTION_ARGS);
510extern Datum ltrim1(PG_FUNCTION_ARGS);
511extern Datum text_substr_no_len(PG_FUNCTION_ARGS);
512extern Datum btrim(PG_FUNCTION_ARGS);
513extern Datum btrim1(PG_FUNCTION_ARGS);
514extern Datum cash_in(PG_FUNCTION_ARGS);
515extern Datum cash_out(PG_FUNCTION_ARGS);
516extern Datum cash_eq(PG_FUNCTION_ARGS);
517extern Datum cash_ne(PG_FUNCTION_ARGS);
518extern Datum cash_lt(PG_FUNCTION_ARGS);
519extern Datum cash_le(PG_FUNCTION_ARGS);
520extern Datum cash_gt(PG_FUNCTION_ARGS);
521extern Datum cash_ge(PG_FUNCTION_ARGS);
522extern Datum cash_pl(PG_FUNCTION_ARGS);
523extern Datum cash_mi(PG_FUNCTION_ARGS);
524extern Datum cash_mul_flt8(PG_FUNCTION_ARGS);
525extern Datum cash_div_flt8(PG_FUNCTION_ARGS);
526extern Datum cashlarger(PG_FUNCTION_ARGS);
527extern Datum cashsmaller(PG_FUNCTION_ARGS);
528extern Datum inet_in(PG_FUNCTION_ARGS);
529extern Datum inet_out(PG_FUNCTION_ARGS);
530extern Datum flt8_mul_cash(PG_FUNCTION_ARGS);
531extern Datum network_eq(PG_FUNCTION_ARGS);
532extern Datum network_lt(PG_FUNCTION_ARGS);
533extern Datum network_le(PG_FUNCTION_ARGS);
534extern Datum network_gt(PG_FUNCTION_ARGS);
535extern Datum network_ge(PG_FUNCTION_ARGS);
536extern Datum network_ne(PG_FUNCTION_ARGS);
537extern Datum network_cmp(PG_FUNCTION_ARGS);
538extern Datum network_sub(PG_FUNCTION_ARGS);
539extern Datum network_subeq(PG_FUNCTION_ARGS);
540extern Datum network_sup(PG_FUNCTION_ARGS);
541extern Datum network_supeq(PG_FUNCTION_ARGS);
542extern Datum cash_words(PG_FUNCTION_ARGS);
543extern Datum generate_series_timestamp(PG_FUNCTION_ARGS);
544extern Datum generate_series_timestamptz(PG_FUNCTION_ARGS);
545extern Datum int28mi(PG_FUNCTION_ARGS);
546extern Datum int28mul(PG_FUNCTION_ARGS);
547extern Datum text_char(PG_FUNCTION_ARGS);
548extern Datum int8mod(PG_FUNCTION_ARGS);
549extern Datum char_text(PG_FUNCTION_ARGS);
550extern Datum int28div(PG_FUNCTION_ARGS);
551extern Datum hashint8(PG_FUNCTION_ARGS);
552extern Datum be_lo_open(PG_FUNCTION_ARGS);
553extern Datum be_lo_close(PG_FUNCTION_ARGS);
554extern Datum be_loread(PG_FUNCTION_ARGS);
555extern Datum be_lowrite(PG_FUNCTION_ARGS);
556extern Datum be_lo_lseek(PG_FUNCTION_ARGS);
557extern Datum be_lo_creat(PG_FUNCTION_ARGS);
558extern Datum be_lo_tell(PG_FUNCTION_ARGS);
559extern Datum on_pl(PG_FUNCTION_ARGS);
560extern Datum on_sl(PG_FUNCTION_ARGS);
561extern Datum close_pl(PG_FUNCTION_ARGS);
562extern Datum close_sl(PG_FUNCTION_ARGS);
563extern Datum close_lb(PG_FUNCTION_ARGS);
564extern Datum be_lo_unlink(PG_FUNCTION_ARGS);
565extern Datum hashbpcharextended(PG_FUNCTION_ARGS);
566extern Datum path_inter(PG_FUNCTION_ARGS);
567extern Datum box_area(PG_FUNCTION_ARGS);
568extern Datum box_width(PG_FUNCTION_ARGS);
569extern Datum box_height(PG_FUNCTION_ARGS);
570extern Datum box_distance(PG_FUNCTION_ARGS);
571extern Datum path_area(PG_FUNCTION_ARGS);
572extern Datum box_intersect(PG_FUNCTION_ARGS);
573extern Datum box_diagonal(PG_FUNCTION_ARGS);
574extern Datum path_n_lt(PG_FUNCTION_ARGS);
575extern Datum path_n_gt(PG_FUNCTION_ARGS);
576extern Datum path_n_eq(PG_FUNCTION_ARGS);
577extern Datum path_n_le(PG_FUNCTION_ARGS);
578extern Datum path_n_ge(PG_FUNCTION_ARGS);
579extern Datum path_length(PG_FUNCTION_ARGS);
580extern Datum point_ne(PG_FUNCTION_ARGS);
581extern Datum point_vert(PG_FUNCTION_ARGS);
582extern Datum point_horiz(PG_FUNCTION_ARGS);
583extern Datum point_distance(PG_FUNCTION_ARGS);
584extern Datum point_slope(PG_FUNCTION_ARGS);
585extern Datum lseg_construct(PG_FUNCTION_ARGS);
586extern Datum lseg_intersect(PG_FUNCTION_ARGS);
587extern Datum lseg_parallel(PG_FUNCTION_ARGS);
588extern Datum lseg_perp(PG_FUNCTION_ARGS);
589extern Datum lseg_vertical(PG_FUNCTION_ARGS);
590extern Datum lseg_horizontal(PG_FUNCTION_ARGS);
591extern Datum lseg_eq(PG_FUNCTION_ARGS);
592extern Datum be_lo_truncate(PG_FUNCTION_ARGS);
593extern Datum textlike_support(PG_FUNCTION_ARGS);
594extern Datum texticregexeq_support(PG_FUNCTION_ARGS);
595extern Datum texticlike_support(PG_FUNCTION_ARGS);
596extern Datum timestamptz_izone(PG_FUNCTION_ARGS);
597extern Datum gist_point_compress(PG_FUNCTION_ARGS);
598extern Datum aclitemin(PG_FUNCTION_ARGS);
599extern Datum aclitemout(PG_FUNCTION_ARGS);
600extern Datum aclinsert(PG_FUNCTION_ARGS);
601extern Datum aclremove(PG_FUNCTION_ARGS);
602extern Datum aclcontains(PG_FUNCTION_ARGS);
603extern Datum getdatabaseencoding(PG_FUNCTION_ARGS);
604extern Datum bpcharin(PG_FUNCTION_ARGS);
605extern Datum bpcharout(PG_FUNCTION_ARGS);
606extern Datum varcharin(PG_FUNCTION_ARGS);
607extern Datum varcharout(PG_FUNCTION_ARGS);
608extern Datum bpchareq(PG_FUNCTION_ARGS);
609extern Datum bpcharlt(PG_FUNCTION_ARGS);
610extern Datum bpcharle(PG_FUNCTION_ARGS);
611extern Datum bpchargt(PG_FUNCTION_ARGS);
612extern Datum bpcharge(PG_FUNCTION_ARGS);
613extern Datum bpcharne(PG_FUNCTION_ARGS);
614extern Datum aclitem_eq(PG_FUNCTION_ARGS);
615extern Datum bpchar_larger(PG_FUNCTION_ARGS);
616extern Datum bpchar_smaller(PG_FUNCTION_ARGS);
617extern Datum pg_prepared_xact(PG_FUNCTION_ARGS);
618extern Datum generate_series_step_int4(PG_FUNCTION_ARGS);
619extern Datum generate_series_int4(PG_FUNCTION_ARGS);
620extern Datum generate_series_step_int8(PG_FUNCTION_ARGS);
621extern Datum generate_series_int8(PG_FUNCTION_ARGS);
622extern Datum bpcharcmp(PG_FUNCTION_ARGS);
623extern Datum text_regclass(PG_FUNCTION_ARGS);
624extern Datum hashbpchar(PG_FUNCTION_ARGS);
625extern Datum format_type(PG_FUNCTION_ARGS);
626extern Datum date_in(PG_FUNCTION_ARGS);
627extern Datum date_out(PG_FUNCTION_ARGS);
628extern Datum date_eq(PG_FUNCTION_ARGS);
629extern Datum date_lt(PG_FUNCTION_ARGS);
630extern Datum date_le(PG_FUNCTION_ARGS);
631extern Datum date_gt(PG_FUNCTION_ARGS);
632extern Datum date_ge(PG_FUNCTION_ARGS);
633extern Datum date_ne(PG_FUNCTION_ARGS);
634extern Datum date_cmp(PG_FUNCTION_ARGS);
635extern Datum time_lt(PG_FUNCTION_ARGS);
636extern Datum time_le(PG_FUNCTION_ARGS);
637extern Datum time_gt(PG_FUNCTION_ARGS);
638extern Datum time_ge(PG_FUNCTION_ARGS);
639extern Datum time_ne(PG_FUNCTION_ARGS);
640extern Datum time_cmp(PG_FUNCTION_ARGS);
641extern Datum date_larger(PG_FUNCTION_ARGS);
642extern Datum date_smaller(PG_FUNCTION_ARGS);
643extern Datum date_mi(PG_FUNCTION_ARGS);
644extern Datum date_pli(PG_FUNCTION_ARGS);
645extern Datum date_mii(PG_FUNCTION_ARGS);
646extern Datum time_in(PG_FUNCTION_ARGS);
647extern Datum time_out(PG_FUNCTION_ARGS);
648extern Datum time_eq(PG_FUNCTION_ARGS);
649extern Datum circle_add_pt(PG_FUNCTION_ARGS);
650extern Datum circle_sub_pt(PG_FUNCTION_ARGS);
651extern Datum circle_mul_pt(PG_FUNCTION_ARGS);
652extern Datum circle_div_pt(PG_FUNCTION_ARGS);
653extern Datum timestamptz_in(PG_FUNCTION_ARGS);
654extern Datum timestamptz_out(PG_FUNCTION_ARGS);
655extern Datum timestamp_eq(PG_FUNCTION_ARGS);
656extern Datum timestamp_ne(PG_FUNCTION_ARGS);
657extern Datum timestamp_lt(PG_FUNCTION_ARGS);
658extern Datum timestamp_le(PG_FUNCTION_ARGS);
659extern Datum timestamp_ge(PG_FUNCTION_ARGS);
660extern Datum timestamp_gt(PG_FUNCTION_ARGS);
661extern Datum float8_timestamptz(PG_FUNCTION_ARGS);
662extern Datum timestamptz_zone(PG_FUNCTION_ARGS);
663extern Datum interval_in(PG_FUNCTION_ARGS);
664extern Datum interval_out(PG_FUNCTION_ARGS);
665extern Datum interval_eq(PG_FUNCTION_ARGS);
666extern Datum interval_ne(PG_FUNCTION_ARGS);
667extern Datum interval_lt(PG_FUNCTION_ARGS);
668extern Datum interval_le(PG_FUNCTION_ARGS);
669extern Datum interval_ge(PG_FUNCTION_ARGS);
670extern Datum interval_gt(PG_FUNCTION_ARGS);
671extern Datum interval_um(PG_FUNCTION_ARGS);
672extern Datum interval_pl(PG_FUNCTION_ARGS);
673extern Datum interval_mi(PG_FUNCTION_ARGS);
674extern Datum timestamptz_part(PG_FUNCTION_ARGS);
675extern Datum interval_part(PG_FUNCTION_ARGS);
676extern Datum network_subset_support(PG_FUNCTION_ARGS);
677extern Datum date_timestamptz(PG_FUNCTION_ARGS);
678extern Datum interval_justify_hours(PG_FUNCTION_ARGS);
679extern Datum timestamptz_date(PG_FUNCTION_ARGS);
680extern Datum xid_age(PG_FUNCTION_ARGS);
681extern Datum timestamp_mi(PG_FUNCTION_ARGS);
682extern Datum timestamptz_pl_interval(PG_FUNCTION_ARGS);
683extern Datum timestamptz_mi_interval(PG_FUNCTION_ARGS);
684extern Datum generate_subscripts(PG_FUNCTION_ARGS);
685extern Datum generate_subscripts_nodir(PG_FUNCTION_ARGS);
686extern Datum array_fill(PG_FUNCTION_ARGS);
687extern Datum dlog10(PG_FUNCTION_ARGS);
688extern Datum timestamp_smaller(PG_FUNCTION_ARGS);
689extern Datum timestamp_larger(PG_FUNCTION_ARGS);
690extern Datum interval_smaller(PG_FUNCTION_ARGS);
691extern Datum interval_larger(PG_FUNCTION_ARGS);
692extern Datum timestamptz_age(PG_FUNCTION_ARGS);
693extern Datum interval_scale(PG_FUNCTION_ARGS);
694extern Datum timestamptz_trunc(PG_FUNCTION_ARGS);
695extern Datum interval_trunc(PG_FUNCTION_ARGS);
696extern Datum int8inc(PG_FUNCTION_ARGS);
697extern Datum int8abs(PG_FUNCTION_ARGS);
698extern Datum int8larger(PG_FUNCTION_ARGS);
699extern Datum int8smaller(PG_FUNCTION_ARGS);
700extern Datum texticregexeq(PG_FUNCTION_ARGS);
701extern Datum texticregexne(PG_FUNCTION_ARGS);
702extern Datum nameicregexeq(PG_FUNCTION_ARGS);
703extern Datum nameicregexne(PG_FUNCTION_ARGS);
704extern Datum boolin(PG_FUNCTION_ARGS);
705extern Datum boolout(PG_FUNCTION_ARGS);
706extern Datum byteain(PG_FUNCTION_ARGS);
707extern Datum charin(PG_FUNCTION_ARGS);
708extern Datum charlt(PG_FUNCTION_ARGS);
709extern Datum unique_key_recheck(PG_FUNCTION_ARGS);
710extern Datum int4abs(PG_FUNCTION_ARGS);
711extern Datum nameregexne(PG_FUNCTION_ARGS);
712extern Datum int2abs(PG_FUNCTION_ARGS);
713extern Datum textregexeq(PG_FUNCTION_ARGS);
714extern Datum textregexne(PG_FUNCTION_ARGS);
715extern Datum textlen(PG_FUNCTION_ARGS);
716extern Datum textcat(PG_FUNCTION_ARGS);
717extern Datum PG_char_to_encoding(PG_FUNCTION_ARGS);
718extern Datum tidne(PG_FUNCTION_ARGS);
719extern Datum cidr_in(PG_FUNCTION_ARGS);
720extern Datum parse_ident(PG_FUNCTION_ARGS);
721extern Datum pg_column_size(PG_FUNCTION_ARGS);
722extern Datum overlaps_timetz(PG_FUNCTION_ARGS);
723extern Datum datetime_timestamp(PG_FUNCTION_ARGS);
724extern Datum timetz_part(PG_FUNCTION_ARGS);
725extern Datum int84pl(PG_FUNCTION_ARGS);
726extern Datum int84mi(PG_FUNCTION_ARGS);
727extern Datum int84mul(PG_FUNCTION_ARGS);
728extern Datum int84div(PG_FUNCTION_ARGS);
729extern Datum int48pl(PG_FUNCTION_ARGS);
730extern Datum int48mi(PG_FUNCTION_ARGS);
731extern Datum int48mul(PG_FUNCTION_ARGS);
732extern Datum int48div(PG_FUNCTION_ARGS);
733extern Datum quote_ident(PG_FUNCTION_ARGS);
734extern Datum quote_literal(PG_FUNCTION_ARGS);
735extern Datum timestamptz_trunc_zone(PG_FUNCTION_ARGS);
736extern Datum array_fill_with_lower_bounds(PG_FUNCTION_ARGS);
737extern Datum i8tooid(PG_FUNCTION_ARGS);
738extern Datum oidtoi8(PG_FUNCTION_ARGS);
739extern Datum quote_nullable(PG_FUNCTION_ARGS);
740extern Datum suppress_redundant_updates_trigger(PG_FUNCTION_ARGS);
741extern Datum tideq(PG_FUNCTION_ARGS);
742extern Datum currtid_byreloid(PG_FUNCTION_ARGS);
743extern Datum currtid_byrelname(PG_FUNCTION_ARGS);
744extern Datum interval_justify_days(PG_FUNCTION_ARGS);
745extern Datum datetimetz_timestamptz(PG_FUNCTION_ARGS);
746extern Datum now(PG_FUNCTION_ARGS);
747extern Datum positionsel(PG_FUNCTION_ARGS);
748extern Datum positionjoinsel(PG_FUNCTION_ARGS);
749extern Datum contsel(PG_FUNCTION_ARGS);
750extern Datum contjoinsel(PG_FUNCTION_ARGS);
751extern Datum overlaps_timestamp(PG_FUNCTION_ARGS);
752extern Datum overlaps_time(PG_FUNCTION_ARGS);
753extern Datum timestamp_in(PG_FUNCTION_ARGS);
754extern Datum timestamp_out(PG_FUNCTION_ARGS);
755extern Datum timestamp_cmp(PG_FUNCTION_ARGS);
756extern Datum interval_cmp(PG_FUNCTION_ARGS);
757extern Datum timestamp_time(PG_FUNCTION_ARGS);
758extern Datum bpcharlen(PG_FUNCTION_ARGS);
759extern Datum interval_div(PG_FUNCTION_ARGS);
760extern Datum oidvectortypes(PG_FUNCTION_ARGS);
761extern Datum timetz_in(PG_FUNCTION_ARGS);
762extern Datum timetz_out(PG_FUNCTION_ARGS);
763extern Datum timetz_eq(PG_FUNCTION_ARGS);
764extern Datum timetz_ne(PG_FUNCTION_ARGS);
765extern Datum timetz_lt(PG_FUNCTION_ARGS);
766extern Datum timetz_le(PG_FUNCTION_ARGS);
767extern Datum timetz_ge(PG_FUNCTION_ARGS);
768extern Datum timetz_gt(PG_FUNCTION_ARGS);
769extern Datum timetz_cmp(PG_FUNCTION_ARGS);
770extern Datum network_hostmask(PG_FUNCTION_ARGS);
771extern Datum textregexeq_support(PG_FUNCTION_ARGS);
772extern Datum makeaclitem(PG_FUNCTION_ARGS);
773extern Datum time_interval(PG_FUNCTION_ARGS);
774extern Datum pg_lock_status(PG_FUNCTION_ARGS);
775extern Datum date_finite(PG_FUNCTION_ARGS);
776extern Datum textoctetlen(PG_FUNCTION_ARGS);
777extern Datum bpcharoctetlen(PG_FUNCTION_ARGS);
778extern Datum time_larger(PG_FUNCTION_ARGS);
779extern Datum time_smaller(PG_FUNCTION_ARGS);
780extern Datum timetz_larger(PG_FUNCTION_ARGS);
781extern Datum timetz_smaller(PG_FUNCTION_ARGS);
782extern Datum time_part(PG_FUNCTION_ARGS);
783extern Datum pg_get_constraintdef(PG_FUNCTION_ARGS);
784extern Datum timestamptz_timetz(PG_FUNCTION_ARGS);
785extern Datum timestamp_finite(PG_FUNCTION_ARGS);
786extern Datum interval_finite(PG_FUNCTION_ARGS);
787extern Datum pg_stat_get_backend_start(PG_FUNCTION_ARGS);
788extern Datum pg_stat_get_backend_client_addr(PG_FUNCTION_ARGS);
789extern Datum pg_stat_get_backend_client_port(PG_FUNCTION_ARGS);
790extern Datum current_schema(PG_FUNCTION_ARGS);
791extern Datum current_schemas(PG_FUNCTION_ARGS);
792extern Datum textoverlay(PG_FUNCTION_ARGS);
793extern Datum textoverlay_no_len(PG_FUNCTION_ARGS);
794extern Datum line_parallel(PG_FUNCTION_ARGS);
795extern Datum line_perp(PG_FUNCTION_ARGS);
796extern Datum line_vertical(PG_FUNCTION_ARGS);
797extern Datum line_horizontal(PG_FUNCTION_ARGS);
798extern Datum circle_center(PG_FUNCTION_ARGS);
799extern Datum interval_time(PG_FUNCTION_ARGS);
800extern Datum points_box(PG_FUNCTION_ARGS);
801extern Datum box_add(PG_FUNCTION_ARGS);
802extern Datum box_sub(PG_FUNCTION_ARGS);
803extern Datum box_mul(PG_FUNCTION_ARGS);
804extern Datum box_div(PG_FUNCTION_ARGS);
805extern Datum cidr_out(PG_FUNCTION_ARGS);
806extern Datum poly_contain_pt(PG_FUNCTION_ARGS);
807extern Datum pt_contained_poly(PG_FUNCTION_ARGS);
808extern Datum path_isclosed(PG_FUNCTION_ARGS);
809extern Datum path_isopen(PG_FUNCTION_ARGS);
810extern Datum path_npoints(PG_FUNCTION_ARGS);
811extern Datum path_close(PG_FUNCTION_ARGS);
812extern Datum path_open(PG_FUNCTION_ARGS);
813extern Datum path_add(PG_FUNCTION_ARGS);
814extern Datum path_add_pt(PG_FUNCTION_ARGS);
815extern Datum path_sub_pt(PG_FUNCTION_ARGS);
816extern Datum path_mul_pt(PG_FUNCTION_ARGS);
817extern Datum path_div_pt(PG_FUNCTION_ARGS);
818extern Datum construct_point(PG_FUNCTION_ARGS);
819extern Datum point_add(PG_FUNCTION_ARGS);
820extern Datum point_sub(PG_FUNCTION_ARGS);
821extern Datum point_mul(PG_FUNCTION_ARGS);
822extern Datum point_div(PG_FUNCTION_ARGS);
823extern Datum poly_npoints(PG_FUNCTION_ARGS);
824extern Datum poly_box(PG_FUNCTION_ARGS);
825extern Datum poly_path(PG_FUNCTION_ARGS);
826extern Datum box_poly(PG_FUNCTION_ARGS);
827extern Datum path_poly(PG_FUNCTION_ARGS);
828extern Datum circle_in(PG_FUNCTION_ARGS);
829extern Datum circle_out(PG_FUNCTION_ARGS);
830extern Datum circle_same(PG_FUNCTION_ARGS);
831extern Datum circle_contain(PG_FUNCTION_ARGS);
832extern Datum circle_left(PG_FUNCTION_ARGS);
833extern Datum circle_overleft(PG_FUNCTION_ARGS);
834extern Datum circle_overright(PG_FUNCTION_ARGS);
835extern Datum circle_right(PG_FUNCTION_ARGS);
836extern Datum circle_contained(PG_FUNCTION_ARGS);
837extern Datum circle_overlap(PG_FUNCTION_ARGS);
838extern Datum circle_below(PG_FUNCTION_ARGS);
839extern Datum circle_above(PG_FUNCTION_ARGS);
840extern Datum circle_eq(PG_FUNCTION_ARGS);
841extern Datum circle_ne(PG_FUNCTION_ARGS);
842extern Datum circle_lt(PG_FUNCTION_ARGS);
843extern Datum circle_gt(PG_FUNCTION_ARGS);
844extern Datum circle_le(PG_FUNCTION_ARGS);
845extern Datum circle_ge(PG_FUNCTION_ARGS);
846extern Datum circle_area(PG_FUNCTION_ARGS);
847extern Datum circle_diameter(PG_FUNCTION_ARGS);
848extern Datum circle_radius(PG_FUNCTION_ARGS);
849extern Datum circle_distance(PG_FUNCTION_ARGS);
850extern Datum cr_circle(PG_FUNCTION_ARGS);
851extern Datum poly_circle(PG_FUNCTION_ARGS);
852extern Datum circle_poly(PG_FUNCTION_ARGS);
853extern Datum dist_pc(PG_FUNCTION_ARGS);
854extern Datum circle_contain_pt(PG_FUNCTION_ARGS);
855extern Datum pt_contained_circle(PG_FUNCTION_ARGS);
856extern Datum box_circle(PG_FUNCTION_ARGS);
857extern Datum circle_box(PG_FUNCTION_ARGS);
858extern Datum lseg_ne(PG_FUNCTION_ARGS);
859extern Datum lseg_lt(PG_FUNCTION_ARGS);
860extern Datum lseg_le(PG_FUNCTION_ARGS);
861extern Datum lseg_gt(PG_FUNCTION_ARGS);
862extern Datum lseg_ge(PG_FUNCTION_ARGS);
863extern Datum lseg_length(PG_FUNCTION_ARGS);
864extern Datum close_ls(PG_FUNCTION_ARGS);
865extern Datum close_lseg(PG_FUNCTION_ARGS);
866extern Datum line_in(PG_FUNCTION_ARGS);
867extern Datum line_out(PG_FUNCTION_ARGS);
868extern Datum line_eq(PG_FUNCTION_ARGS);
869extern Datum line_construct_pp(PG_FUNCTION_ARGS);
870extern Datum line_interpt(PG_FUNCTION_ARGS);
871extern Datum line_intersect(PG_FUNCTION_ARGS);
872extern Datum bit_in(PG_FUNCTION_ARGS);
873extern Datum bit_out(PG_FUNCTION_ARGS);
874extern Datum pg_get_ruledef(PG_FUNCTION_ARGS);
875extern Datum nextval_oid(PG_FUNCTION_ARGS);
876extern Datum currval_oid(PG_FUNCTION_ARGS);
877extern Datum setval_oid(PG_FUNCTION_ARGS);
878extern Datum varbit_in(PG_FUNCTION_ARGS);
879extern Datum varbit_out(PG_FUNCTION_ARGS);
880extern Datum biteq(PG_FUNCTION_ARGS);
881extern Datum bitne(PG_FUNCTION_ARGS);
882extern Datum bitge(PG_FUNCTION_ARGS);
883extern Datum bitgt(PG_FUNCTION_ARGS);
884extern Datum bitle(PG_FUNCTION_ARGS);
885extern Datum bitlt(PG_FUNCTION_ARGS);
886extern Datum bitcmp(PG_FUNCTION_ARGS);
887extern Datum PG_encoding_to_char(PG_FUNCTION_ARGS);
888extern Datum drandom(PG_FUNCTION_ARGS);
889extern Datum setseed(PG_FUNCTION_ARGS);
890extern Datum dasin(PG_FUNCTION_ARGS);
891extern Datum dacos(PG_FUNCTION_ARGS);
892extern Datum datan(PG_FUNCTION_ARGS);
893extern Datum datan2(PG_FUNCTION_ARGS);
894extern Datum dsin(PG_FUNCTION_ARGS);
895extern Datum dcos(PG_FUNCTION_ARGS);
896extern Datum dtan(PG_FUNCTION_ARGS);
897extern Datum dcot(PG_FUNCTION_ARGS);
898extern Datum degrees(PG_FUNCTION_ARGS);
899extern Datum radians(PG_FUNCTION_ARGS);
900extern Datum dpi(PG_FUNCTION_ARGS);
901extern Datum interval_mul(PG_FUNCTION_ARGS);
902extern Datum pg_typeof(PG_FUNCTION_ARGS);
903extern Datum ascii(PG_FUNCTION_ARGS);
904extern Datum chr(PG_FUNCTION_ARGS);
905extern Datum repeat(PG_FUNCTION_ARGS);
906extern Datum similar_escape(PG_FUNCTION_ARGS);
907extern Datum mul_d_interval(PG_FUNCTION_ARGS);
908extern Datum texticlike(PG_FUNCTION_ARGS);
909extern Datum texticnlike(PG_FUNCTION_ARGS);
910extern Datum nameiclike(PG_FUNCTION_ARGS);
911extern Datum nameicnlike(PG_FUNCTION_ARGS);
912extern Datum like_escape(PG_FUNCTION_ARGS);
913extern Datum oidgt(PG_FUNCTION_ARGS);
914extern Datum oidge(PG_FUNCTION_ARGS);
915extern Datum pg_get_viewdef_name(PG_FUNCTION_ARGS);
916extern Datum pg_get_viewdef(PG_FUNCTION_ARGS);
917extern Datum pg_get_userbyid(PG_FUNCTION_ARGS);
918extern Datum pg_get_indexdef(PG_FUNCTION_ARGS);
919extern Datum RI_FKey_check_ins(PG_FUNCTION_ARGS);
920extern Datum RI_FKey_check_upd(PG_FUNCTION_ARGS);
921extern Datum RI_FKey_cascade_del(PG_FUNCTION_ARGS);
922extern Datum RI_FKey_cascade_upd(PG_FUNCTION_ARGS);
923extern Datum RI_FKey_restrict_del(PG_FUNCTION_ARGS);
924extern Datum RI_FKey_restrict_upd(PG_FUNCTION_ARGS);
925extern Datum RI_FKey_setnull_del(PG_FUNCTION_ARGS);
926extern Datum RI_FKey_setnull_upd(PG_FUNCTION_ARGS);
927extern Datum RI_FKey_setdefault_del(PG_FUNCTION_ARGS);
928extern Datum RI_FKey_setdefault_upd(PG_FUNCTION_ARGS);
929extern Datum RI_FKey_noaction_del(PG_FUNCTION_ARGS);
930extern Datum RI_FKey_noaction_upd(PG_FUNCTION_ARGS);
931extern Datum pg_get_triggerdef(PG_FUNCTION_ARGS);
932extern Datum pg_get_serial_sequence(PG_FUNCTION_ARGS);
933extern Datum bit_and(PG_FUNCTION_ARGS);
934extern Datum bit_or(PG_FUNCTION_ARGS);
935extern Datum bitxor(PG_FUNCTION_ARGS);
936extern Datum bitnot(PG_FUNCTION_ARGS);
937extern Datum bitshiftleft(PG_FUNCTION_ARGS);
938extern Datum bitshiftright(PG_FUNCTION_ARGS);
939extern Datum bitcat(PG_FUNCTION_ARGS);
940extern Datum bitsubstr(PG_FUNCTION_ARGS);
941extern Datum bitlength(PG_FUNCTION_ARGS);
942extern Datum bitoctetlength(PG_FUNCTION_ARGS);
943extern Datum bitfromint4(PG_FUNCTION_ARGS);
944extern Datum bittoint4(PG_FUNCTION_ARGS);
945extern Datum bit(PG_FUNCTION_ARGS);
946extern Datum pg_get_keywords(PG_FUNCTION_ARGS);
947extern Datum varbit(PG_FUNCTION_ARGS);
948extern Datum time_hash(PG_FUNCTION_ARGS);
949extern Datum aclexplode(PG_FUNCTION_ARGS);
950extern Datum time_mi_time(PG_FUNCTION_ARGS);
951extern Datum boolle(PG_FUNCTION_ARGS);
952extern Datum boolge(PG_FUNCTION_ARGS);
953extern Datum btboolcmp(PG_FUNCTION_ARGS);
954extern Datum timetz_hash(PG_FUNCTION_ARGS);
955extern Datum interval_hash(PG_FUNCTION_ARGS);
956extern Datum bitposition(PG_FUNCTION_ARGS);
957extern Datum bitsubstr_no_len(PG_FUNCTION_ARGS);
958extern Datum numeric_in(PG_FUNCTION_ARGS);
959extern Datum numeric_out(PG_FUNCTION_ARGS);
960extern Datum numeric(PG_FUNCTION_ARGS);
961extern Datum numeric_abs(PG_FUNCTION_ARGS);
962extern Datum numeric_sign(PG_FUNCTION_ARGS);
963extern Datum numeric_round(PG_FUNCTION_ARGS);
964extern Datum numeric_trunc(PG_FUNCTION_ARGS);
965extern Datum numeric_ceil(PG_FUNCTION_ARGS);
966extern Datum numeric_floor(PG_FUNCTION_ARGS);
967extern Datum length_in_encoding(PG_FUNCTION_ARGS);
968extern Datum pg_convert_from(PG_FUNCTION_ARGS);
969extern Datum inet_to_cidr(PG_FUNCTION_ARGS);
970extern Datum pg_get_expr(PG_FUNCTION_ARGS);
971extern Datum pg_convert_to(PG_FUNCTION_ARGS);
972extern Datum numeric_eq(PG_FUNCTION_ARGS);
973extern Datum numeric_ne(PG_FUNCTION_ARGS);
974extern Datum numeric_gt(PG_FUNCTION_ARGS);
975extern Datum numeric_ge(PG_FUNCTION_ARGS);
976extern Datum numeric_lt(PG_FUNCTION_ARGS);
977extern Datum numeric_le(PG_FUNCTION_ARGS);
978extern Datum numeric_add(PG_FUNCTION_ARGS);
979extern Datum numeric_sub(PG_FUNCTION_ARGS);
980extern Datum numeric_mul(PG_FUNCTION_ARGS);
981extern Datum numeric_div(PG_FUNCTION_ARGS);
982extern Datum numeric_mod(PG_FUNCTION_ARGS);
983extern Datum numeric_sqrt(PG_FUNCTION_ARGS);
984extern Datum numeric_exp(PG_FUNCTION_ARGS);
985extern Datum numeric_ln(PG_FUNCTION_ARGS);
986extern Datum numeric_log(PG_FUNCTION_ARGS);
987extern Datum numeric_power(PG_FUNCTION_ARGS);
988extern Datum int4_numeric(PG_FUNCTION_ARGS);
989extern Datum float4_numeric(PG_FUNCTION_ARGS);
990extern Datum float8_numeric(PG_FUNCTION_ARGS);
991extern Datum numeric_int4(PG_FUNCTION_ARGS);
992extern Datum numeric_float4(PG_FUNCTION_ARGS);
993extern Datum numeric_float8(PG_FUNCTION_ARGS);
994extern Datum time_pl_interval(PG_FUNCTION_ARGS);
995extern Datum time_mi_interval(PG_FUNCTION_ARGS);
996extern Datum timetz_pl_interval(PG_FUNCTION_ARGS);
997extern Datum timetz_mi_interval(PG_FUNCTION_ARGS);
998extern Datum numeric_inc(PG_FUNCTION_ARGS);
999extern Datum setval3_oid(PG_FUNCTION_ARGS);
1000extern Datum numeric_smaller(PG_FUNCTION_ARGS);
1001extern Datum numeric_larger(PG_FUNCTION_ARGS);
1002extern Datum interval_to_char(PG_FUNCTION_ARGS);
1003extern Datum numeric_cmp(PG_FUNCTION_ARGS);
1004extern Datum timestamptz_to_char(PG_FUNCTION_ARGS);
1005extern Datum numeric_uminus(PG_FUNCTION_ARGS);
1006extern Datum numeric_to_char(PG_FUNCTION_ARGS);
1007extern Datum int4_to_char(PG_FUNCTION_ARGS);
1008extern Datum int8_to_char(PG_FUNCTION_ARGS);
1009extern Datum float4_to_char(PG_FUNCTION_ARGS);
1010extern Datum float8_to_char(PG_FUNCTION_ARGS);
1011extern Datum numeric_to_number(PG_FUNCTION_ARGS);
1012extern Datum to_timestamp(PG_FUNCTION_ARGS);
1013extern Datum numeric_int8(PG_FUNCTION_ARGS);
1014extern Datum to_date(PG_FUNCTION_ARGS);
1015extern Datum int8_numeric(PG_FUNCTION_ARGS);
1016extern Datum int2_numeric(PG_FUNCTION_ARGS);
1017extern Datum numeric_int2(PG_FUNCTION_ARGS);
1018extern Datum oidin(PG_FUNCTION_ARGS);
1019extern Datum oidout(PG_FUNCTION_ARGS);
1020extern Datum pg_convert(PG_FUNCTION_ARGS);
1021extern Datum iclikesel(PG_FUNCTION_ARGS);
1022extern Datum icnlikesel(PG_FUNCTION_ARGS);
1023extern Datum iclikejoinsel(PG_FUNCTION_ARGS);
1024extern Datum icnlikejoinsel(PG_FUNCTION_ARGS);
1025extern Datum regexeqsel(PG_FUNCTION_ARGS);
1026extern Datum likesel(PG_FUNCTION_ARGS);
1027extern Datum icregexeqsel(PG_FUNCTION_ARGS);
1028extern Datum regexnesel(PG_FUNCTION_ARGS);
1029extern Datum nlikesel(PG_FUNCTION_ARGS);
1030extern Datum icregexnesel(PG_FUNCTION_ARGS);
1031extern Datum regexeqjoinsel(PG_FUNCTION_ARGS);
1032extern Datum likejoinsel(PG_FUNCTION_ARGS);
1033extern Datum icregexeqjoinsel(PG_FUNCTION_ARGS);
1034extern Datum regexnejoinsel(PG_FUNCTION_ARGS);
1035extern Datum nlikejoinsel(PG_FUNCTION_ARGS);
1036extern Datum icregexnejoinsel(PG_FUNCTION_ARGS);
1037extern Datum float8_avg(PG_FUNCTION_ARGS);
1038extern Datum float8_var_samp(PG_FUNCTION_ARGS);
1039extern Datum float8_stddev_samp(PG_FUNCTION_ARGS);
1040extern Datum numeric_accum(PG_FUNCTION_ARGS);
1041extern Datum int2_accum(PG_FUNCTION_ARGS);
1042extern Datum int4_accum(PG_FUNCTION_ARGS);
1043extern Datum int8_accum(PG_FUNCTION_ARGS);
1044extern Datum numeric_avg(PG_FUNCTION_ARGS);
1045extern Datum numeric_var_samp(PG_FUNCTION_ARGS);
1046extern Datum numeric_stddev_samp(PG_FUNCTION_ARGS);
1047extern Datum int2_sum(PG_FUNCTION_ARGS);
1048extern Datum int4_sum(PG_FUNCTION_ARGS);
1049extern Datum int8_sum(PG_FUNCTION_ARGS);
1050extern Datum interval_accum(PG_FUNCTION_ARGS);
1051extern Datum interval_avg(PG_FUNCTION_ARGS);
1052extern Datum to_ascii_default(PG_FUNCTION_ARGS);
1053extern Datum to_ascii_enc(PG_FUNCTION_ARGS);
1054extern Datum to_ascii_encname(PG_FUNCTION_ARGS);
1055extern Datum int28eq(PG_FUNCTION_ARGS);
1056extern Datum int28ne(PG_FUNCTION_ARGS);
1057extern Datum int28lt(PG_FUNCTION_ARGS);
1058extern Datum int28gt(PG_FUNCTION_ARGS);
1059extern Datum int28le(PG_FUNCTION_ARGS);
1060extern Datum int28ge(PG_FUNCTION_ARGS);
1061extern Datum int82eq(PG_FUNCTION_ARGS);
1062extern Datum int82ne(PG_FUNCTION_ARGS);
1063extern Datum int82lt(PG_FUNCTION_ARGS);
1064extern Datum int82gt(PG_FUNCTION_ARGS);
1065extern Datum int82le(PG_FUNCTION_ARGS);
1066extern Datum int82ge(PG_FUNCTION_ARGS);
1067extern Datum int2and(PG_FUNCTION_ARGS);
1068extern Datum int2or(PG_FUNCTION_ARGS);
1069extern Datum int2xor(PG_FUNCTION_ARGS);
1070extern Datum int2not(PG_FUNCTION_ARGS);
1071extern Datum int2shl(PG_FUNCTION_ARGS);
1072extern Datum int2shr(PG_FUNCTION_ARGS);
1073extern Datum int4and(PG_FUNCTION_ARGS);
1074extern Datum int4or(PG_FUNCTION_ARGS);
1075extern Datum int4xor(PG_FUNCTION_ARGS);
1076extern Datum int4not(PG_FUNCTION_ARGS);
1077extern Datum int4shl(PG_FUNCTION_ARGS);
1078extern Datum int4shr(PG_FUNCTION_ARGS);
1079extern Datum int8and(PG_FUNCTION_ARGS);
1080extern Datum int8or(PG_FUNCTION_ARGS);
1081extern Datum int8xor(PG_FUNCTION_ARGS);
1082extern Datum int8not(PG_FUNCTION_ARGS);
1083extern Datum int8shl(PG_FUNCTION_ARGS);
1084extern Datum int8shr(PG_FUNCTION_ARGS);
1085extern Datum int8up(PG_FUNCTION_ARGS);
1086extern Datum int2up(PG_FUNCTION_ARGS);
1087extern Datum int4up(PG_FUNCTION_ARGS);
1088extern Datum float4up(PG_FUNCTION_ARGS);
1089extern Datum float8up(PG_FUNCTION_ARGS);
1090extern Datum numeric_uplus(PG_FUNCTION_ARGS);
1091extern Datum has_table_privilege_name_name(PG_FUNCTION_ARGS);
1092extern Datum has_table_privilege_name_id(PG_FUNCTION_ARGS);
1093extern Datum has_table_privilege_id_name(PG_FUNCTION_ARGS);
1094extern Datum has_table_privilege_id_id(PG_FUNCTION_ARGS);
1095extern Datum has_table_privilege_name(PG_FUNCTION_ARGS);
1096extern Datum has_table_privilege_id(PG_FUNCTION_ARGS);
1097extern Datum pg_stat_get_numscans(PG_FUNCTION_ARGS);
1098extern Datum pg_stat_get_tuples_returned(PG_FUNCTION_ARGS);
1099extern Datum pg_stat_get_tuples_fetched(PG_FUNCTION_ARGS);
1100extern Datum pg_stat_get_tuples_inserted(PG_FUNCTION_ARGS);
1101extern Datum pg_stat_get_tuples_updated(PG_FUNCTION_ARGS);
1102extern Datum pg_stat_get_tuples_deleted(PG_FUNCTION_ARGS);
1103extern Datum pg_stat_get_blocks_fetched(PG_FUNCTION_ARGS);
1104extern Datum pg_stat_get_blocks_hit(PG_FUNCTION_ARGS);
1105extern Datum pg_stat_get_backend_idset(PG_FUNCTION_ARGS);
1106extern Datum pg_stat_get_backend_pid(PG_FUNCTION_ARGS);
1107extern Datum pg_stat_get_backend_dbid(PG_FUNCTION_ARGS);
1108extern Datum pg_stat_get_backend_userid(PG_FUNCTION_ARGS);
1109extern Datum pg_stat_get_backend_activity(PG_FUNCTION_ARGS);
1110extern Datum pg_stat_get_db_numbackends(PG_FUNCTION_ARGS);
1111extern Datum pg_stat_get_db_xact_commit(PG_FUNCTION_ARGS);
1112extern Datum pg_stat_get_db_xact_rollback(PG_FUNCTION_ARGS);
1113extern Datum pg_stat_get_db_blocks_fetched(PG_FUNCTION_ARGS);
1114extern Datum pg_stat_get_db_blocks_hit(PG_FUNCTION_ARGS);
1115extern Datum binary_encode(PG_FUNCTION_ARGS);
1116extern Datum binary_decode(PG_FUNCTION_ARGS);
1117extern Datum byteaeq(PG_FUNCTION_ARGS);
1118extern Datum bytealt(PG_FUNCTION_ARGS);
1119extern Datum byteale(PG_FUNCTION_ARGS);
1120extern Datum byteagt(PG_FUNCTION_ARGS);
1121extern Datum byteage(PG_FUNCTION_ARGS);
1122extern Datum byteane(PG_FUNCTION_ARGS);
1123extern Datum byteacmp(PG_FUNCTION_ARGS);
1124extern Datum timestamp_scale(PG_FUNCTION_ARGS);
1125extern Datum int2_avg_accum(PG_FUNCTION_ARGS);
1126extern Datum int4_avg_accum(PG_FUNCTION_ARGS);
1127extern Datum int8_avg(PG_FUNCTION_ARGS);
1128extern Datum oidlarger(PG_FUNCTION_ARGS);
1129extern Datum oidsmaller(PG_FUNCTION_ARGS);
1130extern Datum timestamptz_scale(PG_FUNCTION_ARGS);
1131extern Datum time_scale(PG_FUNCTION_ARGS);
1132extern Datum timetz_scale(PG_FUNCTION_ARGS);
1133extern Datum pg_stat_get_tuples_hot_updated(PG_FUNCTION_ARGS);
1134extern Datum numeric_div_trunc(PG_FUNCTION_ARGS);
1135extern Datum bytealike(PG_FUNCTION_ARGS);
1136extern Datum byteanlike(PG_FUNCTION_ARGS);
1137extern Datum like_escape_bytea(PG_FUNCTION_ARGS);
1138extern Datum byteacat(PG_FUNCTION_ARGS);
1139extern Datum bytea_substr(PG_FUNCTION_ARGS);
1140extern Datum bytea_substr_no_len(PG_FUNCTION_ARGS);
1141extern Datum byteapos(PG_FUNCTION_ARGS);
1142extern Datum byteatrim(PG_FUNCTION_ARGS);
1143extern Datum timestamptz_time(PG_FUNCTION_ARGS);
1144extern Datum timestamp_trunc(PG_FUNCTION_ARGS);
1145extern Datum timestamp_part(PG_FUNCTION_ARGS);
1146extern Datum pg_stat_get_activity(PG_FUNCTION_ARGS);
1147extern Datum date_timestamp(PG_FUNCTION_ARGS);
1148extern Datum pg_backend_pid(PG_FUNCTION_ARGS);
1149extern Datum timestamptz_timestamp(PG_FUNCTION_ARGS);
1150extern Datum timestamp_timestamptz(PG_FUNCTION_ARGS);
1151extern Datum timestamp_date(PG_FUNCTION_ARGS);
1152extern Datum timestamp_pl_interval(PG_FUNCTION_ARGS);
1153extern Datum timestamp_mi_interval(PG_FUNCTION_ARGS);
1154extern Datum pg_conf_load_time(PG_FUNCTION_ARGS);
1155extern Datum timetz_zone(PG_FUNCTION_ARGS);
1156extern Datum timetz_izone(PG_FUNCTION_ARGS);
1157extern Datum timestamp_hash(PG_FUNCTION_ARGS);
1158extern Datum timetz_time(PG_FUNCTION_ARGS);
1159extern Datum time_timetz(PG_FUNCTION_ARGS);
1160extern Datum timestamp_to_char(PG_FUNCTION_ARGS);
1161extern Datum aggregate_dummy(PG_FUNCTION_ARGS);
1162extern Datum timestamp_age(PG_FUNCTION_ARGS);
1163extern Datum timestamp_zone(PG_FUNCTION_ARGS);
1164extern Datum timestamp_izone(PG_FUNCTION_ARGS);
1165extern Datum date_pl_interval(PG_FUNCTION_ARGS);
1166extern Datum date_mi_interval(PG_FUNCTION_ARGS);
1167extern Datum textregexsubstr(PG_FUNCTION_ARGS);
1168extern Datum bitfromint8(PG_FUNCTION_ARGS);
1169extern Datum bittoint8(PG_FUNCTION_ARGS);
1170extern Datum show_config_by_name(PG_FUNCTION_ARGS);
1171extern Datum set_config_by_name(PG_FUNCTION_ARGS);
1172extern Datum pg_table_is_visible(PG_FUNCTION_ARGS);
1173extern Datum pg_type_is_visible(PG_FUNCTION_ARGS);
1174extern Datum pg_function_is_visible(PG_FUNCTION_ARGS);
1175extern Datum pg_operator_is_visible(PG_FUNCTION_ARGS);
1176extern Datum pg_opclass_is_visible(PG_FUNCTION_ARGS);
1177extern Datum show_all_settings(PG_FUNCTION_ARGS);
1178extern Datum replace_text(PG_FUNCTION_ARGS);
1179extern Datum split_text(PG_FUNCTION_ARGS);
1180extern Datum to_hex32(PG_FUNCTION_ARGS);
1181extern Datum to_hex64(PG_FUNCTION_ARGS);
1182extern Datum array_lower(PG_FUNCTION_ARGS);
1183extern Datum array_upper(PG_FUNCTION_ARGS);
1184extern Datum pg_conversion_is_visible(PG_FUNCTION_ARGS);
1185extern Datum pg_stat_get_backend_activity_start(PG_FUNCTION_ARGS);
1186extern Datum pg_terminate_backend(PG_FUNCTION_ARGS);
1187extern Datum pg_get_functiondef(PG_FUNCTION_ARGS);
1188extern Datum text_pattern_lt(PG_FUNCTION_ARGS);
1189extern Datum text_pattern_le(PG_FUNCTION_ARGS);
1190extern Datum pg_get_function_arguments(PG_FUNCTION_ARGS);
1191extern Datum text_pattern_ge(PG_FUNCTION_ARGS);
1192extern Datum text_pattern_gt(PG_FUNCTION_ARGS);
1193extern Datum pg_get_function_result(PG_FUNCTION_ARGS);
1194extern Datum bttext_pattern_cmp(PG_FUNCTION_ARGS);
1195extern Datum pg_database_size_name(PG_FUNCTION_ARGS);
1196extern Datum width_bucket_numeric(PG_FUNCTION_ARGS);
1197extern Datum pg_cancel_backend(PG_FUNCTION_ARGS);
1198extern Datum pg_start_backup(PG_FUNCTION_ARGS);
1199extern Datum pg_stop_backup(PG_FUNCTION_ARGS);
1200extern Datum bpchar_pattern_lt(PG_FUNCTION_ARGS);
1201extern Datum bpchar_pattern_le(PG_FUNCTION_ARGS);
1202extern Datum array_length(PG_FUNCTION_ARGS);
1203extern Datum bpchar_pattern_ge(PG_FUNCTION_ARGS);
1204extern Datum bpchar_pattern_gt(PG_FUNCTION_ARGS);
1205extern Datum gist_point_consistent(PG_FUNCTION_ARGS);
1206extern Datum btbpchar_pattern_cmp(PG_FUNCTION_ARGS);
1207extern Datum has_sequence_privilege_name_name(PG_FUNCTION_ARGS);
1208extern Datum has_sequence_privilege_name_id(PG_FUNCTION_ARGS);
1209extern Datum has_sequence_privilege_id_name(PG_FUNCTION_ARGS);
1210extern Datum has_sequence_privilege_id_id(PG_FUNCTION_ARGS);
1211extern Datum has_sequence_privilege_name(PG_FUNCTION_ARGS);
1212extern Datum has_sequence_privilege_id(PG_FUNCTION_ARGS);
1213extern Datum btint48cmp(PG_FUNCTION_ARGS);
1214extern Datum btint84cmp(PG_FUNCTION_ARGS);
1215extern Datum btint24cmp(PG_FUNCTION_ARGS);
1216extern Datum btint42cmp(PG_FUNCTION_ARGS);
1217extern Datum btint28cmp(PG_FUNCTION_ARGS);
1218extern Datum btint82cmp(PG_FUNCTION_ARGS);
1219extern Datum btfloat48cmp(PG_FUNCTION_ARGS);
1220extern Datum btfloat84cmp(PG_FUNCTION_ARGS);
1221extern Datum inet_client_addr(PG_FUNCTION_ARGS);
1222extern Datum inet_client_port(PG_FUNCTION_ARGS);
1223extern Datum inet_server_addr(PG_FUNCTION_ARGS);
1224extern Datum inet_server_port(PG_FUNCTION_ARGS);
1225extern Datum regprocedurein(PG_FUNCTION_ARGS);
1226extern Datum regprocedureout(PG_FUNCTION_ARGS);
1227extern Datum regoperin(PG_FUNCTION_ARGS);
1228extern Datum regoperout(PG_FUNCTION_ARGS);
1229extern Datum regoperatorin(PG_FUNCTION_ARGS);
1230extern Datum regoperatorout(PG_FUNCTION_ARGS);
1231extern Datum regclassin(PG_FUNCTION_ARGS);
1232extern Datum regclassout(PG_FUNCTION_ARGS);
1233extern Datum regtypein(PG_FUNCTION_ARGS);
1234extern Datum regtypeout(PG_FUNCTION_ARGS);
1235extern Datum pg_stat_clear_snapshot(PG_FUNCTION_ARGS);
1236extern Datum pg_get_function_identity_arguments(PG_FUNCTION_ARGS);
1237extern Datum hashtid(PG_FUNCTION_ARGS);
1238extern Datum hashtidextended(PG_FUNCTION_ARGS);
1239extern Datum fmgr_internal_validator(PG_FUNCTION_ARGS);
1240extern Datum fmgr_c_validator(PG_FUNCTION_ARGS);
1241extern Datum fmgr_sql_validator(PG_FUNCTION_ARGS);
1242extern Datum has_database_privilege_name_name(PG_FUNCTION_ARGS);
1243extern Datum has_database_privilege_name_id(PG_FUNCTION_ARGS);
1244extern Datum has_database_privilege_id_name(PG_FUNCTION_ARGS);
1245extern Datum has_database_privilege_id_id(PG_FUNCTION_ARGS);
1246extern Datum has_database_privilege_name(PG_FUNCTION_ARGS);
1247extern Datum has_database_privilege_id(PG_FUNCTION_ARGS);
1248extern Datum has_function_privilege_name_name(PG_FUNCTION_ARGS);
1249extern Datum has_function_privilege_name_id(PG_FUNCTION_ARGS);
1250extern Datum has_function_privilege_id_name(PG_FUNCTION_ARGS);
1251extern Datum has_function_privilege_id_id(PG_FUNCTION_ARGS);
1252extern Datum has_function_privilege_name(PG_FUNCTION_ARGS);
1253extern Datum has_function_privilege_id(PG_FUNCTION_ARGS);
1254extern Datum has_language_privilege_name_name(PG_FUNCTION_ARGS);
1255extern Datum has_language_privilege_name_id(PG_FUNCTION_ARGS);
1256extern Datum has_language_privilege_id_name(PG_FUNCTION_ARGS);
1257extern Datum has_language_privilege_id_id(PG_FUNCTION_ARGS);
1258extern Datum has_language_privilege_name(PG_FUNCTION_ARGS);
1259extern Datum has_language_privilege_id(PG_FUNCTION_ARGS);
1260extern Datum has_schema_privilege_name_name(PG_FUNCTION_ARGS);
1261extern Datum has_schema_privilege_name_id(PG_FUNCTION_ARGS);
1262extern Datum has_schema_privilege_id_name(PG_FUNCTION_ARGS);
1263extern Datum has_schema_privilege_id_id(PG_FUNCTION_ARGS);
1264extern Datum has_schema_privilege_name(PG_FUNCTION_ARGS);
1265extern Datum has_schema_privilege_id(PG_FUNCTION_ARGS);
1266extern Datum pg_stat_reset(PG_FUNCTION_ARGS);
1267extern Datum textregexreplace_noopt(PG_FUNCTION_ARGS);
1268extern Datum textregexreplace(PG_FUNCTION_ARGS);
1269extern Datum pg_total_relation_size(PG_FUNCTION_ARGS);
1270extern Datum pg_size_pretty(PG_FUNCTION_ARGS);
1271extern Datum pg_options_to_table(PG_FUNCTION_ARGS);
1272extern Datum record_in(PG_FUNCTION_ARGS);
1273extern Datum record_out(PG_FUNCTION_ARGS);
1274extern Datum cstring_in(PG_FUNCTION_ARGS);
1275extern Datum cstring_out(PG_FUNCTION_ARGS);
1276extern Datum any_in(PG_FUNCTION_ARGS);
1277extern Datum any_out(PG_FUNCTION_ARGS);
1278extern Datum anyarray_in(PG_FUNCTION_ARGS);
1279extern Datum anyarray_out(PG_FUNCTION_ARGS);
1280extern Datum void_in(PG_FUNCTION_ARGS);
1281extern Datum void_out(PG_FUNCTION_ARGS);
1282extern Datum trigger_in(PG_FUNCTION_ARGS);
1283extern Datum trigger_out(PG_FUNCTION_ARGS);
1284extern Datum language_handler_in(PG_FUNCTION_ARGS);
1285extern Datum language_handler_out(PG_FUNCTION_ARGS);
1286extern Datum internal_in(PG_FUNCTION_ARGS);
1287extern Datum internal_out(PG_FUNCTION_ARGS);
1288extern Datum opaque_in(PG_FUNCTION_ARGS);
1289extern Datum opaque_out(PG_FUNCTION_ARGS);
1290extern Datum dceil(PG_FUNCTION_ARGS);
1291extern Datum dfloor(PG_FUNCTION_ARGS);
1292extern Datum dsign(PG_FUNCTION_ARGS);
1293extern Datum md5_text(PG_FUNCTION_ARGS);
1294extern Datum anyelement_in(PG_FUNCTION_ARGS);
1295extern Datum anyelement_out(PG_FUNCTION_ARGS);
1296extern Datum postgresql_fdw_validator(PG_FUNCTION_ARGS);
1297extern Datum pg_encoding_max_length_sql(PG_FUNCTION_ARGS);
1298extern Datum md5_bytea(PG_FUNCTION_ARGS);
1299extern Datum pg_tablespace_size_oid(PG_FUNCTION_ARGS);
1300extern Datum pg_tablespace_size_name(PG_FUNCTION_ARGS);
1301extern Datum pg_database_size_oid(PG_FUNCTION_ARGS);
1302extern Datum array_unnest(PG_FUNCTION_ARGS);
1303extern Datum pg_relation_size(PG_FUNCTION_ARGS);
1304extern Datum array_agg_transfn(PG_FUNCTION_ARGS);
1305extern Datum array_agg_finalfn(PG_FUNCTION_ARGS);
1306extern Datum date_lt_timestamp(PG_FUNCTION_ARGS);
1307extern Datum date_le_timestamp(PG_FUNCTION_ARGS);
1308extern Datum date_eq_timestamp(PG_FUNCTION_ARGS);
1309extern Datum date_gt_timestamp(PG_FUNCTION_ARGS);
1310extern Datum date_ge_timestamp(PG_FUNCTION_ARGS);
1311extern Datum date_ne_timestamp(PG_FUNCTION_ARGS);
1312extern Datum date_cmp_timestamp(PG_FUNCTION_ARGS);
1313extern Datum date_lt_timestamptz(PG_FUNCTION_ARGS);
1314extern Datum date_le_timestamptz(PG_FUNCTION_ARGS);
1315extern Datum date_eq_timestamptz(PG_FUNCTION_ARGS);
1316extern Datum date_gt_timestamptz(PG_FUNCTION_ARGS);
1317extern Datum date_ge_timestamptz(PG_FUNCTION_ARGS);
1318extern Datum date_ne_timestamptz(PG_FUNCTION_ARGS);
1319extern Datum date_cmp_timestamptz(PG_FUNCTION_ARGS);
1320extern Datum timestamp_lt_date(PG_FUNCTION_ARGS);
1321extern Datum timestamp_le_date(PG_FUNCTION_ARGS);
1322extern Datum timestamp_eq_date(PG_FUNCTION_ARGS);
1323extern Datum timestamp_gt_date(PG_FUNCTION_ARGS);
1324extern Datum timestamp_ge_date(PG_FUNCTION_ARGS);
1325extern Datum timestamp_ne_date(PG_FUNCTION_ARGS);
1326extern Datum timestamp_cmp_date(PG_FUNCTION_ARGS);
1327extern Datum timestamptz_lt_date(PG_FUNCTION_ARGS);
1328extern Datum timestamptz_le_date(PG_FUNCTION_ARGS);
1329extern Datum timestamptz_eq_date(PG_FUNCTION_ARGS);
1330extern Datum timestamptz_gt_date(PG_FUNCTION_ARGS);
1331extern Datum timestamptz_ge_date(PG_FUNCTION_ARGS);
1332extern Datum timestamptz_ne_date(PG_FUNCTION_ARGS);
1333extern Datum timestamptz_cmp_date(PG_FUNCTION_ARGS);
1334extern Datum has_tablespace_privilege_name_name(PG_FUNCTION_ARGS);
1335extern Datum has_tablespace_privilege_name_id(PG_FUNCTION_ARGS);
1336extern Datum has_tablespace_privilege_id_name(PG_FUNCTION_ARGS);
1337extern Datum has_tablespace_privilege_id_id(PG_FUNCTION_ARGS);
1338extern Datum has_tablespace_privilege_name(PG_FUNCTION_ARGS);
1339extern Datum has_tablespace_privilege_id(PG_FUNCTION_ARGS);
1340extern Datum shell_in(PG_FUNCTION_ARGS);
1341extern Datum shell_out(PG_FUNCTION_ARGS);
1342extern Datum array_recv(PG_FUNCTION_ARGS);
1343extern Datum array_send(PG_FUNCTION_ARGS);
1344extern Datum record_recv(PG_FUNCTION_ARGS);
1345extern Datum record_send(PG_FUNCTION_ARGS);
1346extern Datum int2recv(PG_FUNCTION_ARGS);
1347extern Datum int2send(PG_FUNCTION_ARGS);
1348extern Datum int4recv(PG_FUNCTION_ARGS);
1349extern Datum int4send(PG_FUNCTION_ARGS);
1350extern Datum int8recv(PG_FUNCTION_ARGS);
1351extern Datum int8send(PG_FUNCTION_ARGS);
1352extern Datum int2vectorrecv(PG_FUNCTION_ARGS);
1353extern Datum int2vectorsend(PG_FUNCTION_ARGS);
1354extern Datum bytearecv(PG_FUNCTION_ARGS);
1355extern Datum byteasend(PG_FUNCTION_ARGS);
1356extern Datum textrecv(PG_FUNCTION_ARGS);
1357extern Datum textsend(PG_FUNCTION_ARGS);
1358extern Datum unknownrecv(PG_FUNCTION_ARGS);
1359extern Datum unknownsend(PG_FUNCTION_ARGS);
1360extern Datum oidrecv(PG_FUNCTION_ARGS);
1361extern Datum oidsend(PG_FUNCTION_ARGS);
1362extern Datum oidvectorrecv(PG_FUNCTION_ARGS);
1363extern Datum oidvectorsend(PG_FUNCTION_ARGS);
1364extern Datum namerecv(PG_FUNCTION_ARGS);
1365extern Datum namesend(PG_FUNCTION_ARGS);
1366extern Datum float4recv(PG_FUNCTION_ARGS);
1367extern Datum float4send(PG_FUNCTION_ARGS);
1368extern Datum float8recv(PG_FUNCTION_ARGS);
1369extern Datum float8send(PG_FUNCTION_ARGS);
1370extern Datum point_recv(PG_FUNCTION_ARGS);
1371extern Datum point_send(PG_FUNCTION_ARGS);
1372extern Datum bpcharrecv(PG_FUNCTION_ARGS);
1373extern Datum bpcharsend(PG_FUNCTION_ARGS);
1374extern Datum varcharrecv(PG_FUNCTION_ARGS);
1375extern Datum varcharsend(PG_FUNCTION_ARGS);
1376extern Datum charrecv(PG_FUNCTION_ARGS);
1377extern Datum charsend(PG_FUNCTION_ARGS);
1378extern Datum boolrecv(PG_FUNCTION_ARGS);
1379extern Datum boolsend(PG_FUNCTION_ARGS);
1380extern Datum tidrecv(PG_FUNCTION_ARGS);
1381extern Datum tidsend(PG_FUNCTION_ARGS);
1382extern Datum xidrecv(PG_FUNCTION_ARGS);
1383extern Datum xidsend(PG_FUNCTION_ARGS);
1384extern Datum cidrecv(PG_FUNCTION_ARGS);
1385extern Datum cidsend(PG_FUNCTION_ARGS);
1386extern Datum regprocrecv(PG_FUNCTION_ARGS);
1387extern Datum regprocsend(PG_FUNCTION_ARGS);
1388extern Datum regprocedurerecv(PG_FUNCTION_ARGS);
1389extern Datum regproceduresend(PG_FUNCTION_ARGS);
1390extern Datum regoperrecv(PG_FUNCTION_ARGS);
1391extern Datum regopersend(PG_FUNCTION_ARGS);
1392extern Datum regoperatorrecv(PG_FUNCTION_ARGS);
1393extern Datum regoperatorsend(PG_FUNCTION_ARGS);
1394extern Datum regclassrecv(PG_FUNCTION_ARGS);
1395extern Datum regclasssend(PG_FUNCTION_ARGS);
1396extern Datum regtyperecv(PG_FUNCTION_ARGS);
1397extern Datum regtypesend(PG_FUNCTION_ARGS);
1398extern Datum bit_recv(PG_FUNCTION_ARGS);
1399extern Datum bit_send(PG_FUNCTION_ARGS);
1400extern Datum varbit_recv(PG_FUNCTION_ARGS);
1401extern Datum varbit_send(PG_FUNCTION_ARGS);
1402extern Datum numeric_recv(PG_FUNCTION_ARGS);
1403extern Datum numeric_send(PG_FUNCTION_ARGS);
1404extern Datum dsinh(PG_FUNCTION_ARGS);
1405extern Datum dcosh(PG_FUNCTION_ARGS);
1406extern Datum dtanh(PG_FUNCTION_ARGS);
1407extern Datum dasinh(PG_FUNCTION_ARGS);
1408extern Datum dacosh(PG_FUNCTION_ARGS);
1409extern Datum datanh(PG_FUNCTION_ARGS);
1410extern Datum date_recv(PG_FUNCTION_ARGS);
1411extern Datum date_send(PG_FUNCTION_ARGS);
1412extern Datum time_recv(PG_FUNCTION_ARGS);
1413extern Datum time_send(PG_FUNCTION_ARGS);
1414extern Datum timetz_recv(PG_FUNCTION_ARGS);
1415extern Datum timetz_send(PG_FUNCTION_ARGS);
1416extern Datum timestamp_recv(PG_FUNCTION_ARGS);
1417extern Datum timestamp_send(PG_FUNCTION_ARGS);
1418extern Datum timestamptz_recv(PG_FUNCTION_ARGS);
1419extern Datum timestamptz_send(PG_FUNCTION_ARGS);
1420extern Datum interval_recv(PG_FUNCTION_ARGS);
1421extern Datum interval_send(PG_FUNCTION_ARGS);
1422extern Datum lseg_recv(PG_FUNCTION_ARGS);
1423extern Datum lseg_send(PG_FUNCTION_ARGS);
1424extern Datum path_recv(PG_FUNCTION_ARGS);
1425extern Datum path_send(PG_FUNCTION_ARGS);
1426extern Datum box_recv(PG_FUNCTION_ARGS);
1427extern Datum box_send(PG_FUNCTION_ARGS);
1428extern Datum poly_recv(PG_FUNCTION_ARGS);
1429extern Datum poly_send(PG_FUNCTION_ARGS);
1430extern Datum line_recv(PG_FUNCTION_ARGS);
1431extern Datum line_send(PG_FUNCTION_ARGS);
1432extern Datum circle_recv(PG_FUNCTION_ARGS);
1433extern Datum circle_send(PG_FUNCTION_ARGS);
1434extern Datum cash_recv(PG_FUNCTION_ARGS);
1435extern Datum cash_send(PG_FUNCTION_ARGS);
1436extern Datum macaddr_recv(PG_FUNCTION_ARGS);
1437extern Datum macaddr_send(PG_FUNCTION_ARGS);
1438extern Datum inet_recv(PG_FUNCTION_ARGS);
1439extern Datum inet_send(PG_FUNCTION_ARGS);
1440extern Datum cidr_recv(PG_FUNCTION_ARGS);
1441extern Datum cidr_send(PG_FUNCTION_ARGS);
1442extern Datum cstring_recv(PG_FUNCTION_ARGS);
1443extern Datum cstring_send(PG_FUNCTION_ARGS);
1444extern Datum anyarray_recv(PG_FUNCTION_ARGS);
1445extern Datum anyarray_send(PG_FUNCTION_ARGS);
1446extern Datum pg_get_ruledef_ext(PG_FUNCTION_ARGS);
1447extern Datum pg_get_viewdef_name_ext(PG_FUNCTION_ARGS);
1448extern Datum pg_get_viewdef_ext(PG_FUNCTION_ARGS);
1449extern Datum pg_get_indexdef_ext(PG_FUNCTION_ARGS);
1450extern Datum pg_get_constraintdef_ext(PG_FUNCTION_ARGS);
1451extern Datum pg_get_expr_ext(PG_FUNCTION_ARGS);
1452extern Datum pg_prepared_statement(PG_FUNCTION_ARGS);
1453extern Datum pg_cursor(PG_FUNCTION_ARGS);
1454extern Datum float8_var_pop(PG_FUNCTION_ARGS);
1455extern Datum float8_stddev_pop(PG_FUNCTION_ARGS);
1456extern Datum numeric_var_pop(PG_FUNCTION_ARGS);
1457extern Datum booland_statefunc(PG_FUNCTION_ARGS);
1458extern Datum boolor_statefunc(PG_FUNCTION_ARGS);
1459extern Datum timestamp_lt_timestamptz(PG_FUNCTION_ARGS);
1460extern Datum timestamp_le_timestamptz(PG_FUNCTION_ARGS);
1461extern Datum timestamp_eq_timestamptz(PG_FUNCTION_ARGS);
1462extern Datum timestamp_gt_timestamptz(PG_FUNCTION_ARGS);
1463extern Datum timestamp_ge_timestamptz(PG_FUNCTION_ARGS);
1464extern Datum timestamp_ne_timestamptz(PG_FUNCTION_ARGS);
1465extern Datum timestamp_cmp_timestamptz(PG_FUNCTION_ARGS);
1466extern Datum timestamptz_lt_timestamp(PG_FUNCTION_ARGS);
1467extern Datum timestamptz_le_timestamp(PG_FUNCTION_ARGS);
1468extern Datum timestamptz_eq_timestamp(PG_FUNCTION_ARGS);
1469extern Datum timestamptz_gt_timestamp(PG_FUNCTION_ARGS);
1470extern Datum timestamptz_ge_timestamp(PG_FUNCTION_ARGS);
1471extern Datum timestamptz_ne_timestamp(PG_FUNCTION_ARGS);
1472extern Datum timestamptz_cmp_timestamp(PG_FUNCTION_ARGS);
1473extern Datum pg_tablespace_databases(PG_FUNCTION_ARGS);
1474extern Datum int4_bool(PG_FUNCTION_ARGS);
1475extern Datum bool_int4(PG_FUNCTION_ARGS);
1476extern Datum lastval(PG_FUNCTION_ARGS);
1477extern Datum pg_postmaster_start_time(PG_FUNCTION_ARGS);
1478extern Datum pg_blocking_pids(PG_FUNCTION_ARGS);
1479extern Datum box_below(PG_FUNCTION_ARGS);
1480extern Datum box_overbelow(PG_FUNCTION_ARGS);
1481extern Datum box_overabove(PG_FUNCTION_ARGS);
1482extern Datum box_above(PG_FUNCTION_ARGS);
1483extern Datum poly_below(PG_FUNCTION_ARGS);
1484extern Datum poly_overbelow(PG_FUNCTION_ARGS);
1485extern Datum poly_overabove(PG_FUNCTION_ARGS);
1486extern Datum poly_above(PG_FUNCTION_ARGS);
1487extern Datum gist_box_consistent(PG_FUNCTION_ARGS);
1488extern Datum jsonb_float8(PG_FUNCTION_ARGS);
1489extern Datum gist_box_penalty(PG_FUNCTION_ARGS);
1490extern Datum gist_box_picksplit(PG_FUNCTION_ARGS);
1491extern Datum gist_box_union(PG_FUNCTION_ARGS);
1492extern Datum gist_box_same(PG_FUNCTION_ARGS);
1493extern Datum gist_poly_consistent(PG_FUNCTION_ARGS);
1494extern Datum gist_poly_compress(PG_FUNCTION_ARGS);
1495extern Datum circle_overbelow(PG_FUNCTION_ARGS);
1496extern Datum circle_overabove(PG_FUNCTION_ARGS);
1497extern Datum gist_circle_consistent(PG_FUNCTION_ARGS);
1498extern Datum gist_circle_compress(PG_FUNCTION_ARGS);
1499extern Datum numeric_stddev_pop(PG_FUNCTION_ARGS);
1500extern Datum domain_in(PG_FUNCTION_ARGS);
1501extern Datum domain_recv(PG_FUNCTION_ARGS);
1502extern Datum pg_timezone_abbrevs(PG_FUNCTION_ARGS);
1503extern Datum xmlexists(PG_FUNCTION_ARGS);
1504extern Datum pg_reload_conf(PG_FUNCTION_ARGS);
1505extern Datum pg_rotate_logfile_v2(PG_FUNCTION_ARGS);
1506extern Datum pg_stat_file_1arg(PG_FUNCTION_ARGS);
1507extern Datum pg_read_file_off_len(PG_FUNCTION_ARGS);
1508extern Datum pg_ls_dir_1arg(PG_FUNCTION_ARGS);
1509extern Datum pg_sleep(PG_FUNCTION_ARGS);
1510extern Datum inetnot(PG_FUNCTION_ARGS);
1511extern Datum inetand(PG_FUNCTION_ARGS);
1512extern Datum inetor(PG_FUNCTION_ARGS);
1513extern Datum inetpl(PG_FUNCTION_ARGS);
1514extern Datum inetmi_int8(PG_FUNCTION_ARGS);
1515extern Datum inetmi(PG_FUNCTION_ARGS);
1516extern Datum statement_timestamp(PG_FUNCTION_ARGS);
1517extern Datum clock_timestamp(PG_FUNCTION_ARGS);
1518extern Datum gin_cmp_prefix(PG_FUNCTION_ARGS);
1519extern Datum pg_has_role_name_name(PG_FUNCTION_ARGS);
1520extern Datum pg_has_role_name_id(PG_FUNCTION_ARGS);
1521extern Datum pg_has_role_id_name(PG_FUNCTION_ARGS);
1522extern Datum pg_has_role_id_id(PG_FUNCTION_ARGS);
1523extern Datum pg_has_role_name(PG_FUNCTION_ARGS);
1524extern Datum pg_has_role_id(PG_FUNCTION_ARGS);
1525extern Datum interval_justify_interval(PG_FUNCTION_ARGS);
1526extern Datum pg_get_triggerdef_ext(PG_FUNCTION_ARGS);
1527extern Datum dasind(PG_FUNCTION_ARGS);
1528extern Datum dacosd(PG_FUNCTION_ARGS);
1529extern Datum datand(PG_FUNCTION_ARGS);
1530extern Datum datan2d(PG_FUNCTION_ARGS);
1531extern Datum dsind(PG_FUNCTION_ARGS);
1532extern Datum dcosd(PG_FUNCTION_ARGS);
1533extern Datum dtand(PG_FUNCTION_ARGS);
1534extern Datum dcotd(PG_FUNCTION_ARGS);
1535extern Datum pg_stop_backup_v2(PG_FUNCTION_ARGS);
1536extern Datum numeric_avg_serialize(PG_FUNCTION_ARGS);
1537extern Datum numeric_avg_deserialize(PG_FUNCTION_ARGS);
1538extern Datum ginarrayextract(PG_FUNCTION_ARGS);
1539extern Datum ginarrayconsistent(PG_FUNCTION_ARGS);
1540extern Datum int8_avg_accum(PG_FUNCTION_ARGS);
1541extern Datum arrayoverlap(PG_FUNCTION_ARGS);
1542extern Datum arraycontains(PG_FUNCTION_ARGS);
1543extern Datum arraycontained(PG_FUNCTION_ARGS);
1544extern Datum pg_stat_get_db_tuples_returned(PG_FUNCTION_ARGS);
1545extern Datum pg_stat_get_db_tuples_fetched(PG_FUNCTION_ARGS);
1546extern Datum pg_stat_get_db_tuples_inserted(PG_FUNCTION_ARGS);
1547extern Datum pg_stat_get_db_tuples_updated(PG_FUNCTION_ARGS);
1548extern Datum pg_stat_get_db_tuples_deleted(PG_FUNCTION_ARGS);
1549extern Datum regexp_matches_no_flags(PG_FUNCTION_ARGS);
1550extern Datum regexp_matches(PG_FUNCTION_ARGS);
1551extern Datum regexp_split_to_table_no_flags(PG_FUNCTION_ARGS);
1552extern Datum regexp_split_to_table(PG_FUNCTION_ARGS);
1553extern Datum regexp_split_to_array_no_flags(PG_FUNCTION_ARGS);
1554extern Datum regexp_split_to_array(PG_FUNCTION_ARGS);
1555extern Datum pg_stat_get_bgwriter_timed_checkpoints(PG_FUNCTION_ARGS);
1556extern Datum pg_stat_get_bgwriter_requested_checkpoints(PG_FUNCTION_ARGS);
1557extern Datum pg_stat_get_bgwriter_buf_written_checkpoints(PG_FUNCTION_ARGS);
1558extern Datum pg_stat_get_bgwriter_buf_written_clean(PG_FUNCTION_ARGS);
1559extern Datum pg_stat_get_bgwriter_maxwritten_clean(PG_FUNCTION_ARGS);
1560extern Datum ginqueryarrayextract(PG_FUNCTION_ARGS);
1561extern Datum pg_stat_get_buf_written_backend(PG_FUNCTION_ARGS);
1562extern Datum anynonarray_in(PG_FUNCTION_ARGS);
1563extern Datum anynonarray_out(PG_FUNCTION_ARGS);
1564extern Datum pg_stat_get_last_vacuum_time(PG_FUNCTION_ARGS);
1565extern Datum pg_stat_get_last_autovacuum_time(PG_FUNCTION_ARGS);
1566extern Datum pg_stat_get_last_analyze_time(PG_FUNCTION_ARGS);
1567extern Datum pg_stat_get_last_autoanalyze_time(PG_FUNCTION_ARGS);
1568extern Datum int8_avg_combine(PG_FUNCTION_ARGS);
1569extern Datum int8_avg_serialize(PG_FUNCTION_ARGS);
1570extern Datum int8_avg_deserialize(PG_FUNCTION_ARGS);
1571extern Datum pg_stat_get_backend_wait_event_type(PG_FUNCTION_ARGS);
1572extern Datum tidgt(PG_FUNCTION_ARGS);
1573extern Datum tidlt(PG_FUNCTION_ARGS);
1574extern Datum tidge(PG_FUNCTION_ARGS);
1575extern Datum tidle(PG_FUNCTION_ARGS);
1576extern Datum bttidcmp(PG_FUNCTION_ARGS);
1577extern Datum tidlarger(PG_FUNCTION_ARGS);
1578extern Datum tidsmaller(PG_FUNCTION_ARGS);
1579extern Datum int8inc_any(PG_FUNCTION_ARGS);
1580extern Datum int8inc_float8_float8(PG_FUNCTION_ARGS);
1581extern Datum float8_regr_accum(PG_FUNCTION_ARGS);
1582extern Datum float8_regr_sxx(PG_FUNCTION_ARGS);
1583extern Datum float8_regr_syy(PG_FUNCTION_ARGS);
1584extern Datum float8_regr_sxy(PG_FUNCTION_ARGS);
1585extern Datum float8_regr_avgx(PG_FUNCTION_ARGS);
1586extern Datum float8_regr_avgy(PG_FUNCTION_ARGS);
1587extern Datum float8_regr_r2(PG_FUNCTION_ARGS);
1588extern Datum float8_regr_slope(PG_FUNCTION_ARGS);
1589extern Datum float8_regr_intercept(PG_FUNCTION_ARGS);
1590extern Datum float8_covar_pop(PG_FUNCTION_ARGS);
1591extern Datum float8_covar_samp(PG_FUNCTION_ARGS);
1592extern Datum float8_corr(PG_FUNCTION_ARGS);
1593extern Datum pg_stat_get_db_blk_read_time(PG_FUNCTION_ARGS);
1594extern Datum pg_stat_get_db_blk_write_time(PG_FUNCTION_ARGS);
1595extern Datum pg_switch_wal(PG_FUNCTION_ARGS);
1596extern Datum pg_current_wal_lsn(PG_FUNCTION_ARGS);
1597extern Datum pg_walfile_name_offset(PG_FUNCTION_ARGS);
1598extern Datum pg_walfile_name(PG_FUNCTION_ARGS);
1599extern Datum pg_current_wal_insert_lsn(PG_FUNCTION_ARGS);
1600extern Datum pg_stat_get_backend_wait_event(PG_FUNCTION_ARGS);
1601extern Datum pg_my_temp_schema(PG_FUNCTION_ARGS);
1602extern Datum pg_is_other_temp_schema(PG_FUNCTION_ARGS);
1603extern Datum pg_timezone_names(PG_FUNCTION_ARGS);
1604extern Datum pg_stat_get_backend_xact_start(PG_FUNCTION_ARGS);
1605extern Datum numeric_avg_accum(PG_FUNCTION_ARGS);
1606extern Datum pg_stat_get_buf_alloc(PG_FUNCTION_ARGS);
1607extern Datum pg_stat_get_live_tuples(PG_FUNCTION_ARGS);
1608extern Datum pg_stat_get_dead_tuples(PG_FUNCTION_ARGS);
1609extern Datum pg_advisory_lock_int8(PG_FUNCTION_ARGS);
1610extern Datum pg_advisory_lock_shared_int8(PG_FUNCTION_ARGS);
1611extern Datum pg_try_advisory_lock_int8(PG_FUNCTION_ARGS);
1612extern Datum pg_try_advisory_lock_shared_int8(PG_FUNCTION_ARGS);
1613extern Datum pg_advisory_unlock_int8(PG_FUNCTION_ARGS);
1614extern Datum pg_advisory_unlock_shared_int8(PG_FUNCTION_ARGS);
1615extern Datum pg_advisory_lock_int4(PG_FUNCTION_ARGS);
1616extern Datum pg_advisory_lock_shared_int4(PG_FUNCTION_ARGS);
1617extern Datum pg_try_advisory_lock_int4(PG_FUNCTION_ARGS);
1618extern Datum pg_try_advisory_lock_shared_int4(PG_FUNCTION_ARGS);
1619extern Datum pg_advisory_unlock_int4(PG_FUNCTION_ARGS);
1620extern Datum pg_advisory_unlock_shared_int4(PG_FUNCTION_ARGS);
1621extern Datum pg_advisory_unlock_all(PG_FUNCTION_ARGS);
1622extern Datum xml_in(PG_FUNCTION_ARGS);
1623extern Datum xml_out(PG_FUNCTION_ARGS);
1624extern Datum xmlcomment(PG_FUNCTION_ARGS);
1625extern Datum texttoxml(PG_FUNCTION_ARGS);
1626extern Datum xmlvalidate(PG_FUNCTION_ARGS);
1627extern Datum xml_recv(PG_FUNCTION_ARGS);
1628extern Datum xml_send(PG_FUNCTION_ARGS);
1629extern Datum xmlconcat2(PG_FUNCTION_ARGS);
1630extern Datum varbittypmodin(PG_FUNCTION_ARGS);
1631extern Datum intervaltypmodin(PG_FUNCTION_ARGS);
1632extern Datum intervaltypmodout(PG_FUNCTION_ARGS);
1633extern Datum timestamptypmodin(PG_FUNCTION_ARGS);
1634extern Datum timestamptypmodout(PG_FUNCTION_ARGS);
1635extern Datum timestamptztypmodin(PG_FUNCTION_ARGS);
1636extern Datum timestamptztypmodout(PG_FUNCTION_ARGS);
1637extern Datum timetypmodin(PG_FUNCTION_ARGS);
1638extern Datum timetypmodout(PG_FUNCTION_ARGS);
1639extern Datum timetztypmodin(PG_FUNCTION_ARGS);
1640extern Datum timetztypmodout(PG_FUNCTION_ARGS);
1641extern Datum bpchartypmodin(PG_FUNCTION_ARGS);
1642extern Datum bpchartypmodout(PG_FUNCTION_ARGS);
1643extern Datum varchartypmodin(PG_FUNCTION_ARGS);
1644extern Datum varchartypmodout(PG_FUNCTION_ARGS);
1645extern Datum numerictypmodin(PG_FUNCTION_ARGS);
1646extern Datum numerictypmodout(PG_FUNCTION_ARGS);
1647extern Datum bittypmodin(PG_FUNCTION_ARGS);
1648extern Datum bittypmodout(PG_FUNCTION_ARGS);
1649extern Datum varbittypmodout(PG_FUNCTION_ARGS);
1650extern Datum xmltotext(PG_FUNCTION_ARGS);
1651extern Datum table_to_xml(PG_FUNCTION_ARGS);
1652extern Datum query_to_xml(PG_FUNCTION_ARGS);
1653extern Datum cursor_to_xml(PG_FUNCTION_ARGS);
1654extern Datum table_to_xmlschema(PG_FUNCTION_ARGS);
1655extern Datum query_to_xmlschema(PG_FUNCTION_ARGS);
1656extern Datum cursor_to_xmlschema(PG_FUNCTION_ARGS);
1657extern Datum table_to_xml_and_xmlschema(PG_FUNCTION_ARGS);
1658extern Datum query_to_xml_and_xmlschema(PG_FUNCTION_ARGS);
1659extern Datum xpath(PG_FUNCTION_ARGS);
1660extern Datum schema_to_xml(PG_FUNCTION_ARGS);
1661extern Datum schema_to_xmlschema(PG_FUNCTION_ARGS);
1662extern Datum schema_to_xml_and_xmlschema(PG_FUNCTION_ARGS);
1663extern Datum database_to_xml(PG_FUNCTION_ARGS);
1664extern Datum database_to_xmlschema(PG_FUNCTION_ARGS);
1665extern Datum database_to_xml_and_xmlschema(PG_FUNCTION_ARGS);
1666extern Datum txid_snapshot_in(PG_FUNCTION_ARGS);
1667extern Datum txid_snapshot_out(PG_FUNCTION_ARGS);
1668extern Datum txid_snapshot_recv(PG_FUNCTION_ARGS);
1669extern Datum txid_snapshot_send(PG_FUNCTION_ARGS);
1670extern Datum txid_current(PG_FUNCTION_ARGS);
1671extern Datum txid_current_snapshot(PG_FUNCTION_ARGS);
1672extern Datum txid_snapshot_xmin(PG_FUNCTION_ARGS);
1673extern Datum txid_snapshot_xmax(PG_FUNCTION_ARGS);
1674extern Datum txid_snapshot_xip(PG_FUNCTION_ARGS);
1675extern Datum txid_visible_in_snapshot(PG_FUNCTION_ARGS);
1676extern Datum uuid_in(PG_FUNCTION_ARGS);
1677extern Datum uuid_out(PG_FUNCTION_ARGS);
1678extern Datum uuid_lt(PG_FUNCTION_ARGS);
1679extern Datum uuid_le(PG_FUNCTION_ARGS);
1680extern Datum uuid_eq(PG_FUNCTION_ARGS);
1681extern Datum uuid_ge(PG_FUNCTION_ARGS);
1682extern Datum uuid_gt(PG_FUNCTION_ARGS);
1683extern Datum uuid_ne(PG_FUNCTION_ARGS);
1684extern Datum uuid_cmp(PG_FUNCTION_ARGS);
1685extern Datum uuid_recv(PG_FUNCTION_ARGS);
1686extern Datum uuid_send(PG_FUNCTION_ARGS);
1687extern Datum uuid_hash(PG_FUNCTION_ARGS);
1688extern Datum booltext(PG_FUNCTION_ARGS);
1689extern Datum pg_stat_get_function_calls(PG_FUNCTION_ARGS);
1690extern Datum pg_stat_get_function_total_time(PG_FUNCTION_ARGS);
1691extern Datum pg_stat_get_function_self_time(PG_FUNCTION_ARGS);
1692extern Datum record_eq(PG_FUNCTION_ARGS);
1693extern Datum record_ne(PG_FUNCTION_ARGS);
1694extern Datum record_lt(PG_FUNCTION_ARGS);
1695extern Datum record_gt(PG_FUNCTION_ARGS);
1696extern Datum record_le(PG_FUNCTION_ARGS);
1697extern Datum record_ge(PG_FUNCTION_ARGS);
1698extern Datum btrecordcmp(PG_FUNCTION_ARGS);
1699extern Datum pg_table_size(PG_FUNCTION_ARGS);
1700extern Datum pg_indexes_size(PG_FUNCTION_ARGS);
1701extern Datum pg_relation_filenode(PG_FUNCTION_ARGS);
1702extern Datum has_foreign_data_wrapper_privilege_name_name(PG_FUNCTION_ARGS);
1703extern Datum has_foreign_data_wrapper_privilege_name_id(PG_FUNCTION_ARGS);
1704extern Datum has_foreign_data_wrapper_privilege_id_name(PG_FUNCTION_ARGS);
1705extern Datum has_foreign_data_wrapper_privilege_id_id(PG_FUNCTION_ARGS);
1706extern Datum has_foreign_data_wrapper_privilege_name(PG_FUNCTION_ARGS);
1707extern Datum has_foreign_data_wrapper_privilege_id(PG_FUNCTION_ARGS);
1708extern Datum has_server_privilege_name_name(PG_FUNCTION_ARGS);
1709extern Datum has_server_privilege_name_id(PG_FUNCTION_ARGS);
1710extern Datum has_server_privilege_id_name(PG_FUNCTION_ARGS);
1711extern Datum has_server_privilege_id_id(PG_FUNCTION_ARGS);
1712extern Datum has_server_privilege_name(PG_FUNCTION_ARGS);
1713extern Datum has_server_privilege_id(PG_FUNCTION_ARGS);
1714extern Datum has_column_privilege_name_name_name(PG_FUNCTION_ARGS);
1715extern Datum has_column_privilege_name_name_attnum(PG_FUNCTION_ARGS);
1716extern Datum has_column_privilege_name_id_name(PG_FUNCTION_ARGS);
1717extern Datum has_column_privilege_name_id_attnum(PG_FUNCTION_ARGS);
1718extern Datum has_column_privilege_id_name_name(PG_FUNCTION_ARGS);
1719extern Datum has_column_privilege_id_name_attnum(PG_FUNCTION_ARGS);
1720extern Datum has_column_privilege_id_id_name(PG_FUNCTION_ARGS);
1721extern Datum has_column_privilege_id_id_attnum(PG_FUNCTION_ARGS);
1722extern Datum has_column_privilege_name_name(PG_FUNCTION_ARGS);
1723extern Datum has_column_privilege_name_attnum(PG_FUNCTION_ARGS);
1724extern Datum has_column_privilege_id_name(PG_FUNCTION_ARGS);
1725extern Datum has_column_privilege_id_attnum(PG_FUNCTION_ARGS);
1726extern Datum has_any_column_privilege_name_name(PG_FUNCTION_ARGS);
1727extern Datum has_any_column_privilege_name_id(PG_FUNCTION_ARGS);
1728extern Datum has_any_column_privilege_id_name(PG_FUNCTION_ARGS);
1729extern Datum has_any_column_privilege_id_id(PG_FUNCTION_ARGS);
1730extern Datum has_any_column_privilege_name(PG_FUNCTION_ARGS);
1731extern Datum has_any_column_privilege_id(PG_FUNCTION_ARGS);
1732extern Datum bitoverlay(PG_FUNCTION_ARGS);
1733extern Datum bitoverlay_no_len(PG_FUNCTION_ARGS);
1734extern Datum bitgetbit(PG_FUNCTION_ARGS);
1735extern Datum bitsetbit(PG_FUNCTION_ARGS);
1736extern Datum pg_relation_filepath(PG_FUNCTION_ARGS);
1737extern Datum pg_listening_channels(PG_FUNCTION_ARGS);
1738extern Datum pg_notify(PG_FUNCTION_ARGS);
1739extern Datum pg_stat_get_xact_numscans(PG_FUNCTION_ARGS);
1740extern Datum pg_stat_get_xact_tuples_returned(PG_FUNCTION_ARGS);
1741extern Datum pg_stat_get_xact_tuples_fetched(PG_FUNCTION_ARGS);
1742extern Datum pg_stat_get_xact_tuples_inserted(PG_FUNCTION_ARGS);
1743extern Datum pg_stat_get_xact_tuples_updated(PG_FUNCTION_ARGS);
1744extern Datum pg_stat_get_xact_tuples_deleted(PG_FUNCTION_ARGS);
1745extern Datum pg_stat_get_xact_tuples_hot_updated(PG_FUNCTION_ARGS);
1746extern Datum pg_stat_get_xact_blocks_fetched(PG_FUNCTION_ARGS);
1747extern Datum pg_stat_get_xact_blocks_hit(PG_FUNCTION_ARGS);
1748extern Datum pg_stat_get_xact_function_calls(PG_FUNCTION_ARGS);
1749extern Datum pg_stat_get_xact_function_total_time(PG_FUNCTION_ARGS);
1750extern Datum pg_stat_get_xact_function_self_time(PG_FUNCTION_ARGS);
1751extern Datum xpath_exists(PG_FUNCTION_ARGS);
1752extern Datum xml_is_well_formed(PG_FUNCTION_ARGS);
1753extern Datum xml_is_well_formed_document(PG_FUNCTION_ARGS);
1754extern Datum xml_is_well_formed_content(PG_FUNCTION_ARGS);
1755extern Datum pg_stat_get_vacuum_count(PG_FUNCTION_ARGS);
1756extern Datum pg_stat_get_autovacuum_count(PG_FUNCTION_ARGS);
1757extern Datum pg_stat_get_analyze_count(PG_FUNCTION_ARGS);
1758extern Datum pg_stat_get_autoanalyze_count(PG_FUNCTION_ARGS);
1759extern Datum text_concat(PG_FUNCTION_ARGS);
1760extern Datum text_concat_ws(PG_FUNCTION_ARGS);
1761extern Datum text_left(PG_FUNCTION_ARGS);
1762extern Datum text_right(PG_FUNCTION_ARGS);
1763extern Datum text_reverse(PG_FUNCTION_ARGS);
1764extern Datum pg_stat_get_buf_fsync_backend(PG_FUNCTION_ARGS);
1765extern Datum gist_point_distance(PG_FUNCTION_ARGS);
1766extern Datum pg_stat_get_db_conflict_tablespace(PG_FUNCTION_ARGS);
1767extern Datum pg_stat_get_db_conflict_lock(PG_FUNCTION_ARGS);
1768extern Datum pg_stat_get_db_conflict_snapshot(PG_FUNCTION_ARGS);
1769extern Datum pg_stat_get_db_conflict_bufferpin(PG_FUNCTION_ARGS);
1770extern Datum pg_stat_get_db_conflict_startup_deadlock(PG_FUNCTION_ARGS);
1771extern Datum pg_stat_get_db_conflict_all(PG_FUNCTION_ARGS);
1772extern Datum pg_wal_replay_pause(PG_FUNCTION_ARGS);
1773extern Datum pg_wal_replay_resume(PG_FUNCTION_ARGS);
1774extern Datum pg_is_wal_replay_paused(PG_FUNCTION_ARGS);
1775extern Datum pg_stat_get_db_stat_reset_time(PG_FUNCTION_ARGS);
1776extern Datum pg_stat_get_bgwriter_stat_reset_time(PG_FUNCTION_ARGS);
1777extern Datum ginarrayextract_2args(PG_FUNCTION_ARGS);
1778extern Datum gin_extract_tsvector_2args(PG_FUNCTION_ARGS);
1779extern Datum pg_sequence_parameters(PG_FUNCTION_ARGS);
1780extern Datum pg_available_extensions(PG_FUNCTION_ARGS);
1781extern Datum pg_available_extension_versions(PG_FUNCTION_ARGS);
1782extern Datum pg_extension_update_paths(PG_FUNCTION_ARGS);
1783extern Datum pg_extension_config_dump(PG_FUNCTION_ARGS);
1784extern Datum gin_extract_tsquery_5args(PG_FUNCTION_ARGS);
1785extern Datum gin_tsquery_consistent_6args(PG_FUNCTION_ARGS);
1786extern Datum pg_advisory_xact_lock_int8(PG_FUNCTION_ARGS);
1787extern Datum pg_advisory_xact_lock_shared_int8(PG_FUNCTION_ARGS);
1788extern Datum pg_try_advisory_xact_lock_int8(PG_FUNCTION_ARGS);
1789extern Datum pg_try_advisory_xact_lock_shared_int8(PG_FUNCTION_ARGS);
1790extern Datum pg_advisory_xact_lock_int4(PG_FUNCTION_ARGS);
1791extern Datum pg_advisory_xact_lock_shared_int4(PG_FUNCTION_ARGS);
1792extern Datum pg_try_advisory_xact_lock_int4(PG_FUNCTION_ARGS);
1793extern Datum pg_try_advisory_xact_lock_shared_int4(PG_FUNCTION_ARGS);
1794extern Datum varchar_support(PG_FUNCTION_ARGS);
1795extern Datum pg_create_restore_point(PG_FUNCTION_ARGS);
1796extern Datum pg_stat_get_wal_senders(PG_FUNCTION_ARGS);
1797extern Datum window_row_number(PG_FUNCTION_ARGS);
1798extern Datum window_rank(PG_FUNCTION_ARGS);
1799extern Datum window_dense_rank(PG_FUNCTION_ARGS);
1800extern Datum window_percent_rank(PG_FUNCTION_ARGS);
1801extern Datum window_cume_dist(PG_FUNCTION_ARGS);
1802extern Datum window_ntile(PG_FUNCTION_ARGS);
1803extern Datum window_lag(PG_FUNCTION_ARGS);
1804extern Datum window_lag_with_offset(PG_FUNCTION_ARGS);
1805extern Datum window_lag_with_offset_and_default(PG_FUNCTION_ARGS);
1806extern Datum window_lead(PG_FUNCTION_ARGS);
1807extern Datum window_lead_with_offset(PG_FUNCTION_ARGS);
1808extern Datum window_lead_with_offset_and_default(PG_FUNCTION_ARGS);
1809extern Datum window_first_value(PG_FUNCTION_ARGS);
1810extern Datum window_last_value(PG_FUNCTION_ARGS);
1811extern Datum window_nth_value(PG_FUNCTION_ARGS);
1812extern Datum fdw_handler_in(PG_FUNCTION_ARGS);
1813extern Datum fdw_handler_out(PG_FUNCTION_ARGS);
1814extern Datum void_recv(PG_FUNCTION_ARGS);
1815extern Datum void_send(PG_FUNCTION_ARGS);
1816extern Datum btint2sortsupport(PG_FUNCTION_ARGS);
1817extern Datum btint4sortsupport(PG_FUNCTION_ARGS);
1818extern Datum btint8sortsupport(PG_FUNCTION_ARGS);
1819extern Datum btfloat4sortsupport(PG_FUNCTION_ARGS);
1820extern Datum btfloat8sortsupport(PG_FUNCTION_ARGS);
1821extern Datum btoidsortsupport(PG_FUNCTION_ARGS);
1822extern Datum btnamesortsupport(PG_FUNCTION_ARGS);
1823extern Datum date_sortsupport(PG_FUNCTION_ARGS);
1824extern Datum timestamp_sortsupport(PG_FUNCTION_ARGS);
1825extern Datum has_type_privilege_name_name(PG_FUNCTION_ARGS);
1826extern Datum has_type_privilege_name_id(PG_FUNCTION_ARGS);
1827extern Datum has_type_privilege_id_name(PG_FUNCTION_ARGS);
1828extern Datum has_type_privilege_id_id(PG_FUNCTION_ARGS);
1829extern Datum has_type_privilege_name(PG_FUNCTION_ARGS);
1830extern Datum has_type_privilege_id(PG_FUNCTION_ARGS);
1831extern Datum macaddr_not(PG_FUNCTION_ARGS);
1832extern Datum macaddr_and(PG_FUNCTION_ARGS);
1833extern Datum macaddr_or(PG_FUNCTION_ARGS);
1834extern Datum pg_stat_get_db_temp_files(PG_FUNCTION_ARGS);
1835extern Datum pg_stat_get_db_temp_bytes(PG_FUNCTION_ARGS);
1836extern Datum pg_stat_get_db_deadlocks(PG_FUNCTION_ARGS);
1837extern Datum array_to_json(PG_FUNCTION_ARGS);
1838extern Datum array_to_json_pretty(PG_FUNCTION_ARGS);
1839extern Datum row_to_json(PG_FUNCTION_ARGS);
1840extern Datum row_to_json_pretty(PG_FUNCTION_ARGS);
1841extern Datum numeric_support(PG_FUNCTION_ARGS);
1842extern Datum varbit_support(PG_FUNCTION_ARGS);
1843extern Datum pg_get_viewdef_wrap(PG_FUNCTION_ARGS);
1844extern Datum pg_stat_get_checkpoint_write_time(PG_FUNCTION_ARGS);
1845extern Datum pg_stat_get_checkpoint_sync_time(PG_FUNCTION_ARGS);
1846extern Datum pg_collation_for(PG_FUNCTION_ARGS);
1847extern Datum pg_trigger_depth(PG_FUNCTION_ARGS);
1848extern Datum pg_wal_lsn_diff(PG_FUNCTION_ARGS);
1849extern Datum pg_size_pretty_numeric(PG_FUNCTION_ARGS);
1850extern Datum array_remove(PG_FUNCTION_ARGS);
1851extern Datum array_replace(PG_FUNCTION_ARGS);
1852extern Datum rangesel(PG_FUNCTION_ARGS);
1853extern Datum be_lo_lseek64(PG_FUNCTION_ARGS);
1854extern Datum be_lo_tell64(PG_FUNCTION_ARGS);
1855extern Datum be_lo_truncate64(PG_FUNCTION_ARGS);
1856extern Datum json_agg_transfn(PG_FUNCTION_ARGS);
1857extern Datum json_agg_finalfn(PG_FUNCTION_ARGS);
1858extern Datum to_json(PG_FUNCTION_ARGS);
1859extern Datum pg_stat_get_mod_since_analyze(PG_FUNCTION_ARGS);
1860extern Datum numeric_sum(PG_FUNCTION_ARGS);
1861extern Datum array_cardinality(PG_FUNCTION_ARGS);
1862extern Datum json_object_agg_transfn(PG_FUNCTION_ARGS);
1863extern Datum record_image_eq(PG_FUNCTION_ARGS);
1864extern Datum record_image_ne(PG_FUNCTION_ARGS);
1865extern Datum record_image_lt(PG_FUNCTION_ARGS);
1866extern Datum record_image_gt(PG_FUNCTION_ARGS);
1867extern Datum record_image_le(PG_FUNCTION_ARGS);
1868extern Datum record_image_ge(PG_FUNCTION_ARGS);
1869extern Datum btrecordimagecmp(PG_FUNCTION_ARGS);
1870extern Datum pg_stat_get_archiver(PG_FUNCTION_ARGS);
1871extern Datum json_object_agg_finalfn(PG_FUNCTION_ARGS);
1872extern Datum json_build_array(PG_FUNCTION_ARGS);
1873extern Datum json_build_array_noargs(PG_FUNCTION_ARGS);
1874extern Datum json_build_object(PG_FUNCTION_ARGS);
1875extern Datum json_build_object_noargs(PG_FUNCTION_ARGS);
1876extern Datum json_object(PG_FUNCTION_ARGS);
1877extern Datum json_object_two_arg(PG_FUNCTION_ARGS);
1878extern Datum json_to_record(PG_FUNCTION_ARGS);
1879extern Datum json_to_recordset(PG_FUNCTION_ARGS);
1880extern Datum jsonb_array_length(PG_FUNCTION_ARGS);
1881extern Datum jsonb_each(PG_FUNCTION_ARGS);
1882extern Datum jsonb_populate_record(PG_FUNCTION_ARGS);
1883extern Datum jsonb_typeof(PG_FUNCTION_ARGS);
1884extern Datum jsonb_object_field_text(PG_FUNCTION_ARGS);
1885extern Datum jsonb_array_element(PG_FUNCTION_ARGS);
1886extern Datum jsonb_array_element_text(PG_FUNCTION_ARGS);
1887extern Datum jsonb_extract_path(PG_FUNCTION_ARGS);
1888extern Datum width_bucket_array(PG_FUNCTION_ARGS);
1889extern Datum jsonb_array_elements(PG_FUNCTION_ARGS);
1890extern Datum pg_lsn_in(PG_FUNCTION_ARGS);
1891extern Datum pg_lsn_out(PG_FUNCTION_ARGS);
1892extern Datum pg_lsn_lt(PG_FUNCTION_ARGS);
1893extern Datum pg_lsn_le(PG_FUNCTION_ARGS);
1894extern Datum pg_lsn_eq(PG_FUNCTION_ARGS);
1895extern Datum pg_lsn_ge(PG_FUNCTION_ARGS);
1896extern Datum pg_lsn_gt(PG_FUNCTION_ARGS);
1897extern Datum pg_lsn_ne(PG_FUNCTION_ARGS);
1898extern Datum pg_lsn_mi(PG_FUNCTION_ARGS);
1899extern Datum pg_lsn_recv(PG_FUNCTION_ARGS);
1900extern Datum pg_lsn_send(PG_FUNCTION_ARGS);
1901extern Datum pg_lsn_cmp(PG_FUNCTION_ARGS);
1902extern Datum pg_lsn_hash(PG_FUNCTION_ARGS);
1903extern Datum bttextsortsupport(PG_FUNCTION_ARGS);
1904extern Datum generate_series_step_numeric(PG_FUNCTION_ARGS);
1905extern Datum generate_series_numeric(PG_FUNCTION_ARGS);
1906extern Datum json_strip_nulls(PG_FUNCTION_ARGS);
1907extern Datum jsonb_strip_nulls(PG_FUNCTION_ARGS);
1908extern Datum jsonb_object(PG_FUNCTION_ARGS);
1909extern Datum jsonb_object_two_arg(PG_FUNCTION_ARGS);
1910extern Datum jsonb_agg_transfn(PG_FUNCTION_ARGS);
1911extern Datum jsonb_agg_finalfn(PG_FUNCTION_ARGS);
1912extern Datum jsonb_object_agg_transfn(PG_FUNCTION_ARGS);
1913extern Datum jsonb_object_agg_finalfn(PG_FUNCTION_ARGS);
1914extern Datum jsonb_build_array(PG_FUNCTION_ARGS);
1915extern Datum jsonb_build_array_noargs(PG_FUNCTION_ARGS);
1916extern Datum jsonb_build_object(PG_FUNCTION_ARGS);
1917extern Datum jsonb_build_object_noargs(PG_FUNCTION_ARGS);
1918extern Datum dist_ppoly(PG_FUNCTION_ARGS);
1919extern Datum array_position(PG_FUNCTION_ARGS);
1920extern Datum array_position_start(PG_FUNCTION_ARGS);
1921extern Datum array_positions(PG_FUNCTION_ARGS);
1922extern Datum gist_circle_distance(PG_FUNCTION_ARGS);
1923extern Datum numeric_scale(PG_FUNCTION_ARGS);
1924extern Datum gist_point_fetch(PG_FUNCTION_ARGS);
1925extern Datum numeric_sortsupport(PG_FUNCTION_ARGS);
1926extern Datum gist_poly_distance(PG_FUNCTION_ARGS);
1927extern Datum dist_cpoint(PG_FUNCTION_ARGS);
1928extern Datum dist_polyp(PG_FUNCTION_ARGS);
1929extern Datum pg_read_file_v2(PG_FUNCTION_ARGS);
1930extern Datum show_config_by_name_missing_ok(PG_FUNCTION_ARGS);
1931extern Datum pg_read_binary_file(PG_FUNCTION_ARGS);
1932extern Datum pg_notification_queue_usage(PG_FUNCTION_ARGS);
1933extern Datum pg_ls_dir(PG_FUNCTION_ARGS);
1934extern Datum row_security_active(PG_FUNCTION_ARGS);
1935extern Datum row_security_active_name(PG_FUNCTION_ARGS);
1936extern Datum uuid_sortsupport(PG_FUNCTION_ARGS);
1937extern Datum jsonb_concat(PG_FUNCTION_ARGS);
1938extern Datum jsonb_delete(PG_FUNCTION_ARGS);
1939extern Datum jsonb_delete_idx(PG_FUNCTION_ARGS);
1940extern Datum jsonb_delete_path(PG_FUNCTION_ARGS);
1941extern Datum jsonb_set(PG_FUNCTION_ARGS);
1942extern Datum jsonb_pretty(PG_FUNCTION_ARGS);
1943extern Datum pg_stat_file(PG_FUNCTION_ARGS);
1944extern Datum xidneq(PG_FUNCTION_ARGS);
1945extern Datum tsm_handler_in(PG_FUNCTION_ARGS);
1946extern Datum tsm_handler_out(PG_FUNCTION_ARGS);
1947extern Datum tsm_bernoulli_handler(PG_FUNCTION_ARGS);
1948extern Datum tsm_system_handler(PG_FUNCTION_ARGS);
1949extern Datum pg_stat_get_wal_receiver(PG_FUNCTION_ARGS);
1950extern Datum pg_stat_get_progress_info(PG_FUNCTION_ARGS);
1951extern Datum tsvector_filter(PG_FUNCTION_ARGS);
1952extern Datum tsvector_setweight_by_filter(PG_FUNCTION_ARGS);
1953extern Datum tsvector_delete_str(PG_FUNCTION_ARGS);
1954extern Datum tsvector_unnest(PG_FUNCTION_ARGS);
1955extern Datum tsvector_delete_arr(PG_FUNCTION_ARGS);
1956extern Datum int4_avg_combine(PG_FUNCTION_ARGS);
1957extern Datum interval_combine(PG_FUNCTION_ARGS);
1958extern Datum tsvector_to_array(PG_FUNCTION_ARGS);
1959extern Datum array_to_tsvector(PG_FUNCTION_ARGS);
1960extern Datum bpchar_sortsupport(PG_FUNCTION_ARGS);
1961extern Datum show_all_file_settings(PG_FUNCTION_ARGS);
1962extern Datum pg_current_wal_flush_lsn(PG_FUNCTION_ARGS);
1963extern Datum bytea_sortsupport(PG_FUNCTION_ARGS);
1964extern Datum bttext_pattern_sortsupport(PG_FUNCTION_ARGS);
1965extern Datum btbpchar_pattern_sortsupport(PG_FUNCTION_ARGS);
1966extern Datum pg_size_bytes(PG_FUNCTION_ARGS);
1967extern Datum numeric_serialize(PG_FUNCTION_ARGS);
1968extern Datum numeric_deserialize(PG_FUNCTION_ARGS);
1969extern Datum numeric_avg_combine(PG_FUNCTION_ARGS);
1970extern Datum numeric_poly_combine(PG_FUNCTION_ARGS);
1971extern Datum numeric_poly_serialize(PG_FUNCTION_ARGS);
1972extern Datum numeric_poly_deserialize(PG_FUNCTION_ARGS);
1973extern Datum numeric_combine(PG_FUNCTION_ARGS);
1974extern Datum float8_regr_combine(PG_FUNCTION_ARGS);
1975extern Datum jsonb_delete_array(PG_FUNCTION_ARGS);
1976extern Datum cash_mul_int8(PG_FUNCTION_ARGS);
1977extern Datum cash_div_int8(PG_FUNCTION_ARGS);
1978extern Datum txid_current_if_assigned(PG_FUNCTION_ARGS);
1979extern Datum pg_get_partkeydef(PG_FUNCTION_ARGS);
1980extern Datum pg_ls_logdir(PG_FUNCTION_ARGS);
1981extern Datum pg_ls_waldir(PG_FUNCTION_ARGS);
1982extern Datum pg_ndistinct_in(PG_FUNCTION_ARGS);
1983extern Datum pg_ndistinct_out(PG_FUNCTION_ARGS);
1984extern Datum pg_ndistinct_recv(PG_FUNCTION_ARGS);
1985extern Datum pg_ndistinct_send(PG_FUNCTION_ARGS);
1986extern Datum macaddr_sortsupport(PG_FUNCTION_ARGS);
1987extern Datum txid_status(PG_FUNCTION_ARGS);
1988extern Datum pg_safe_snapshot_blocking_pids(PG_FUNCTION_ARGS);
1989extern Datum pg_isolation_test_session_is_blocked(PG_FUNCTION_ARGS);
1990extern Datum pg_identify_object_as_address(PG_FUNCTION_ARGS);
1991extern Datum brin_minmax_opcinfo(PG_FUNCTION_ARGS);
1992extern Datum brin_minmax_add_value(PG_FUNCTION_ARGS);
1993extern Datum brin_minmax_consistent(PG_FUNCTION_ARGS);
1994extern Datum brin_minmax_union(PG_FUNCTION_ARGS);
1995extern Datum int8_avg_accum_inv(PG_FUNCTION_ARGS);
1996extern Datum numeric_poly_sum(PG_FUNCTION_ARGS);
1997extern Datum numeric_poly_avg(PG_FUNCTION_ARGS);
1998extern Datum numeric_poly_var_pop(PG_FUNCTION_ARGS);
1999extern Datum numeric_poly_var_samp(PG_FUNCTION_ARGS);
2000extern Datum numeric_poly_stddev_pop(PG_FUNCTION_ARGS);
2001extern Datum numeric_poly_stddev_samp(PG_FUNCTION_ARGS);
2002extern Datum regexp_match_no_flags(PG_FUNCTION_ARGS);
2003extern Datum regexp_match(PG_FUNCTION_ARGS);
2004extern Datum int8_mul_cash(PG_FUNCTION_ARGS);
2005extern Datum pg_config(PG_FUNCTION_ARGS);
2006extern Datum pg_hba_file_rules(PG_FUNCTION_ARGS);
2007extern Datum pg_statistics_obj_is_visible(PG_FUNCTION_ARGS);
2008extern Datum pg_dependencies_in(PG_FUNCTION_ARGS);
2009extern Datum pg_dependencies_out(PG_FUNCTION_ARGS);
2010extern Datum pg_dependencies_recv(PG_FUNCTION_ARGS);
2011extern Datum pg_dependencies_send(PG_FUNCTION_ARGS);
2012extern Datum pg_get_partition_constraintdef(PG_FUNCTION_ARGS);
2013extern Datum time_hash_extended(PG_FUNCTION_ARGS);
2014extern Datum timetz_hash_extended(PG_FUNCTION_ARGS);
2015extern Datum timestamp_hash_extended(PG_FUNCTION_ARGS);
2016extern Datum uuid_hash_extended(PG_FUNCTION_ARGS);
2017extern Datum pg_lsn_hash_extended(PG_FUNCTION_ARGS);
2018extern Datum hashenumextended(PG_FUNCTION_ARGS);
2019extern Datum pg_get_statisticsobjdef(PG_FUNCTION_ARGS);
2020extern Datum jsonb_hash_extended(PG_FUNCTION_ARGS);
2021extern Datum hash_range_extended(PG_FUNCTION_ARGS);
2022extern Datum interval_hash_extended(PG_FUNCTION_ARGS);
2023extern Datum sha224_bytea(PG_FUNCTION_ARGS);
2024extern Datum sha256_bytea(PG_FUNCTION_ARGS);
2025extern Datum sha384_bytea(PG_FUNCTION_ARGS);
2026extern Datum sha512_bytea(PG_FUNCTION_ARGS);
2027extern Datum pg_partition_tree(PG_FUNCTION_ARGS);
2028extern Datum pg_partition_root(PG_FUNCTION_ARGS);
2029extern Datum pg_partition_ancestors(PG_FUNCTION_ARGS);
2030extern Datum pg_stat_get_db_checksum_failures(PG_FUNCTION_ARGS);
2031extern Datum pg_stats_ext_mcvlist_items(PG_FUNCTION_ARGS);
2032extern Datum pg_stat_get_db_checksum_last_failure(PG_FUNCTION_ARGS);
2033extern Datum pg_promote(PG_FUNCTION_ARGS);
2034extern Datum prefixsel(PG_FUNCTION_ARGS);
2035extern Datum prefixjoinsel(PG_FUNCTION_ARGS);
2036extern Datum pg_control_system(PG_FUNCTION_ARGS);
2037extern Datum pg_control_checkpoint(PG_FUNCTION_ARGS);
2038extern Datum pg_control_recovery(PG_FUNCTION_ARGS);
2039extern Datum pg_control_init(PG_FUNCTION_ARGS);
2040extern Datum pg_import_system_collations(PG_FUNCTION_ARGS);
2041extern Datum macaddr8_recv(PG_FUNCTION_ARGS);
2042extern Datum macaddr8_send(PG_FUNCTION_ARGS);
2043extern Datum pg_collation_actual_version(PG_FUNCTION_ARGS);
2044extern Datum jsonb_numeric(PG_FUNCTION_ARGS);
2045extern Datum jsonb_int2(PG_FUNCTION_ARGS);
2046extern Datum jsonb_int4(PG_FUNCTION_ARGS);
2047extern Datum jsonb_int8(PG_FUNCTION_ARGS);
2048extern Datum jsonb_float4(PG_FUNCTION_ARGS);
2049extern Datum pg_filenode_relation(PG_FUNCTION_ARGS);
2050extern Datum be_lo_from_bytea(PG_FUNCTION_ARGS);
2051extern Datum be_lo_get(PG_FUNCTION_ARGS);
2052extern Datum be_lo_get_fragment(PG_FUNCTION_ARGS);
2053extern Datum be_lo_put(PG_FUNCTION_ARGS);
2054extern Datum make_timestamp(PG_FUNCTION_ARGS);
2055extern Datum make_timestamptz(PG_FUNCTION_ARGS);
2056extern Datum make_timestamptz_at_timezone(PG_FUNCTION_ARGS);
2057extern Datum make_interval(PG_FUNCTION_ARGS);
2058extern Datum jsonb_array_elements_text(PG_FUNCTION_ARGS);
2059extern Datum spg_range_quad_config(PG_FUNCTION_ARGS);
2060extern Datum spg_range_quad_choose(PG_FUNCTION_ARGS);
2061extern Datum spg_range_quad_picksplit(PG_FUNCTION_ARGS);
2062extern Datum spg_range_quad_inner_consistent(PG_FUNCTION_ARGS);
2063extern Datum spg_range_quad_leaf_consistent(PG_FUNCTION_ARGS);
2064extern Datum jsonb_populate_recordset(PG_FUNCTION_ARGS);
2065extern Datum to_regoperator(PG_FUNCTION_ARGS);
2066extern Datum jsonb_object_field(PG_FUNCTION_ARGS);
2067extern Datum to_regprocedure(PG_FUNCTION_ARGS);
2068extern Datum gin_compare_jsonb(PG_FUNCTION_ARGS);
2069extern Datum gin_extract_jsonb(PG_FUNCTION_ARGS);
2070extern Datum gin_extract_jsonb_query(PG_FUNCTION_ARGS);
2071extern Datum gin_consistent_jsonb(PG_FUNCTION_ARGS);
2072extern Datum gin_extract_jsonb_path(PG_FUNCTION_ARGS);
2073extern Datum gin_extract_jsonb_query_path(PG_FUNCTION_ARGS);
2074extern Datum gin_consistent_jsonb_path(PG_FUNCTION_ARGS);
2075extern Datum gin_triconsistent_jsonb(PG_FUNCTION_ARGS);
2076extern Datum gin_triconsistent_jsonb_path(PG_FUNCTION_ARGS);
2077extern Datum jsonb_to_record(PG_FUNCTION_ARGS);
2078extern Datum jsonb_to_recordset(PG_FUNCTION_ARGS);
2079extern Datum to_regoper(PG_FUNCTION_ARGS);
2080extern Datum to_regtype(PG_FUNCTION_ARGS);
2081extern Datum to_regproc(PG_FUNCTION_ARGS);
2082extern Datum to_regclass(PG_FUNCTION_ARGS);
2083extern Datum bool_accum(PG_FUNCTION_ARGS);
2084extern Datum bool_accum_inv(PG_FUNCTION_ARGS);
2085extern Datum bool_alltrue(PG_FUNCTION_ARGS);
2086extern Datum bool_anytrue(PG_FUNCTION_ARGS);
2087extern Datum anyenum_in(PG_FUNCTION_ARGS);
2088extern Datum anyenum_out(PG_FUNCTION_ARGS);
2089extern Datum enum_in(PG_FUNCTION_ARGS);
2090extern Datum enum_out(PG_FUNCTION_ARGS);
2091extern Datum enum_eq(PG_FUNCTION_ARGS);
2092extern Datum enum_ne(PG_FUNCTION_ARGS);
2093extern Datum enum_lt(PG_FUNCTION_ARGS);
2094extern Datum enum_gt(PG_FUNCTION_ARGS);
2095extern Datum enum_le(PG_FUNCTION_ARGS);
2096extern Datum enum_ge(PG_FUNCTION_ARGS);
2097extern Datum enum_cmp(PG_FUNCTION_ARGS);
2098extern Datum hashenum(PG_FUNCTION_ARGS);
2099extern Datum enum_smaller(PG_FUNCTION_ARGS);
2100extern Datum enum_larger(PG_FUNCTION_ARGS);
2101extern Datum enum_first(PG_FUNCTION_ARGS);
2102extern Datum enum_last(PG_FUNCTION_ARGS);
2103extern Datum enum_range_bounds(PG_FUNCTION_ARGS);
2104extern Datum enum_range_all(PG_FUNCTION_ARGS);
2105extern Datum enum_recv(PG_FUNCTION_ARGS);
2106extern Datum enum_send(PG_FUNCTION_ARGS);
2107extern Datum string_agg_transfn(PG_FUNCTION_ARGS);
2108extern Datum string_agg_finalfn(PG_FUNCTION_ARGS);
2109extern Datum pg_describe_object(PG_FUNCTION_ARGS);
2110extern Datum text_format(PG_FUNCTION_ARGS);
2111extern Datum text_format_nv(PG_FUNCTION_ARGS);
2112extern Datum bytea_string_agg_transfn(PG_FUNCTION_ARGS);
2113extern Datum bytea_string_agg_finalfn(PG_FUNCTION_ARGS);
2114extern Datum int8dec(PG_FUNCTION_ARGS);
2115extern Datum int8dec_any(PG_FUNCTION_ARGS);
2116extern Datum numeric_accum_inv(PG_FUNCTION_ARGS);
2117extern Datum interval_accum_inv(PG_FUNCTION_ARGS);
2118extern Datum network_overlap(PG_FUNCTION_ARGS);
2119extern Datum inet_gist_consistent(PG_FUNCTION_ARGS);
2120extern Datum inet_gist_union(PG_FUNCTION_ARGS);
2121extern Datum inet_gist_compress(PG_FUNCTION_ARGS);
2122extern Datum jsonb_bool(PG_FUNCTION_ARGS);
2123extern Datum inet_gist_penalty(PG_FUNCTION_ARGS);
2124extern Datum inet_gist_picksplit(PG_FUNCTION_ARGS);
2125extern Datum inet_gist_same(PG_FUNCTION_ARGS);
2126extern Datum networksel(PG_FUNCTION_ARGS);
2127extern Datum networkjoinsel(PG_FUNCTION_ARGS);
2128extern Datum network_larger(PG_FUNCTION_ARGS);
2129extern Datum network_smaller(PG_FUNCTION_ARGS);
2130extern Datum pg_event_trigger_dropped_objects(PG_FUNCTION_ARGS);
2131extern Datum int2_accum_inv(PG_FUNCTION_ARGS);
2132extern Datum int4_accum_inv(PG_FUNCTION_ARGS);
2133extern Datum int8_accum_inv(PG_FUNCTION_ARGS);
2134extern Datum int2_avg_accum_inv(PG_FUNCTION_ARGS);
2135extern Datum int4_avg_accum_inv(PG_FUNCTION_ARGS);
2136extern Datum int2int4_sum(PG_FUNCTION_ARGS);
2137extern Datum inet_gist_fetch(PG_FUNCTION_ARGS);
2138extern Datum pg_logical_emit_message_text(PG_FUNCTION_ARGS);
2139extern Datum pg_logical_emit_message_bytea(PG_FUNCTION_ARGS);
2140extern Datum jsonb_insert(PG_FUNCTION_ARGS);
2141extern Datum pg_xact_commit_timestamp(PG_FUNCTION_ARGS);
2142extern Datum binary_upgrade_set_next_pg_type_oid(PG_FUNCTION_ARGS);
2143extern Datum pg_last_committed_xact(PG_FUNCTION_ARGS);
2144extern Datum binary_upgrade_set_next_array_pg_type_oid(PG_FUNCTION_ARGS);
2145extern Datum binary_upgrade_set_next_toast_pg_type_oid(PG_FUNCTION_ARGS);
2146extern Datum binary_upgrade_set_next_heap_pg_class_oid(PG_FUNCTION_ARGS);
2147extern Datum binary_upgrade_set_next_index_pg_class_oid(PG_FUNCTION_ARGS);
2148extern Datum binary_upgrade_set_next_toast_pg_class_oid(PG_FUNCTION_ARGS);
2149extern Datum binary_upgrade_set_next_pg_enum_oid(PG_FUNCTION_ARGS);
2150extern Datum binary_upgrade_set_next_pg_authid_oid(PG_FUNCTION_ARGS);
2151extern Datum binary_upgrade_create_empty_extension(PG_FUNCTION_ARGS);
2152extern Datum event_trigger_in(PG_FUNCTION_ARGS);
2153extern Datum event_trigger_out(PG_FUNCTION_ARGS);
2154extern Datum tsvectorin(PG_FUNCTION_ARGS);
2155extern Datum tsvectorout(PG_FUNCTION_ARGS);
2156extern Datum tsqueryin(PG_FUNCTION_ARGS);
2157extern Datum tsqueryout(PG_FUNCTION_ARGS);
2158extern Datum tsvector_lt(PG_FUNCTION_ARGS);
2159extern Datum tsvector_le(PG_FUNCTION_ARGS);
2160extern Datum tsvector_eq(PG_FUNCTION_ARGS);
2161extern Datum tsvector_ne(PG_FUNCTION_ARGS);
2162extern Datum tsvector_ge(PG_FUNCTION_ARGS);
2163extern Datum tsvector_gt(PG_FUNCTION_ARGS);
2164extern Datum tsvector_cmp(PG_FUNCTION_ARGS);
2165extern Datum tsvector_strip(PG_FUNCTION_ARGS);
2166extern Datum tsvector_setweight(PG_FUNCTION_ARGS);
2167extern Datum tsvector_concat(PG_FUNCTION_ARGS);
2168extern Datum ts_match_vq(PG_FUNCTION_ARGS);
2169extern Datum ts_match_qv(PG_FUNCTION_ARGS);
2170extern Datum tsvectorsend(PG_FUNCTION_ARGS);
2171extern Datum tsvectorrecv(PG_FUNCTION_ARGS);
2172extern Datum tsquerysend(PG_FUNCTION_ARGS);
2173extern Datum tsqueryrecv(PG_FUNCTION_ARGS);
2174extern Datum gtsvectorin(PG_FUNCTION_ARGS);
2175extern Datum gtsvectorout(PG_FUNCTION_ARGS);
2176extern Datum gtsvector_compress(PG_FUNCTION_ARGS);
2177extern Datum gtsvector_decompress(PG_FUNCTION_ARGS);
2178extern Datum gtsvector_picksplit(PG_FUNCTION_ARGS);
2179extern Datum gtsvector_union(PG_FUNCTION_ARGS);
2180extern Datum gtsvector_same(PG_FUNCTION_ARGS);
2181extern Datum gtsvector_penalty(PG_FUNCTION_ARGS);
2182extern Datum gtsvector_consistent(PG_FUNCTION_ARGS);
2183extern Datum gin_extract_tsvector(PG_FUNCTION_ARGS);
2184extern Datum gin_extract_tsquery(PG_FUNCTION_ARGS);
2185extern Datum gin_tsquery_consistent(PG_FUNCTION_ARGS);
2186extern Datum tsquery_lt(PG_FUNCTION_ARGS);
2187extern Datum tsquery_le(PG_FUNCTION_ARGS);
2188extern Datum tsquery_eq(PG_FUNCTION_ARGS);
2189extern Datum tsquery_ne(PG_FUNCTION_ARGS);
2190extern Datum tsquery_ge(PG_FUNCTION_ARGS);
2191extern Datum tsquery_gt(PG_FUNCTION_ARGS);
2192extern Datum tsquery_cmp(PG_FUNCTION_ARGS);
2193extern Datum tsquery_and(PG_FUNCTION_ARGS);
2194extern Datum tsquery_or(PG_FUNCTION_ARGS);
2195extern Datum tsquery_not(PG_FUNCTION_ARGS);
2196extern Datum tsquery_numnode(PG_FUNCTION_ARGS);
2197extern Datum tsquerytree(PG_FUNCTION_ARGS);
2198extern Datum tsquery_rewrite(PG_FUNCTION_ARGS);
2199extern Datum tsquery_rewrite_query(PG_FUNCTION_ARGS);
2200extern Datum tsmatchsel(PG_FUNCTION_ARGS);
2201extern Datum tsmatchjoinsel(PG_FUNCTION_ARGS);
2202extern Datum ts_typanalyze(PG_FUNCTION_ARGS);
2203extern Datum ts_stat1(PG_FUNCTION_ARGS);
2204extern Datum ts_stat2(PG_FUNCTION_ARGS);
2205extern Datum tsq_mcontains(PG_FUNCTION_ARGS);
2206extern Datum tsq_mcontained(PG_FUNCTION_ARGS);
2207extern Datum gtsquery_compress(PG_FUNCTION_ARGS);
2208extern Datum text_starts_with(PG_FUNCTION_ARGS);
2209extern Datum gtsquery_picksplit(PG_FUNCTION_ARGS);
2210extern Datum gtsquery_union(PG_FUNCTION_ARGS);
2211extern Datum gtsquery_same(PG_FUNCTION_ARGS);
2212extern Datum gtsquery_penalty(PG_FUNCTION_ARGS);
2213extern Datum gtsquery_consistent(PG_FUNCTION_ARGS);
2214extern Datum ts_rank_wttf(PG_FUNCTION_ARGS);
2215extern Datum ts_rank_wtt(PG_FUNCTION_ARGS);
2216extern Datum ts_rank_ttf(PG_FUNCTION_ARGS);
2217extern Datum ts_rank_tt(PG_FUNCTION_ARGS);
2218extern Datum ts_rankcd_wttf(PG_FUNCTION_ARGS);
2219extern Datum ts_rankcd_wtt(PG_FUNCTION_ARGS);
2220extern Datum ts_rankcd_ttf(PG_FUNCTION_ARGS);
2221extern Datum ts_rankcd_tt(PG_FUNCTION_ARGS);
2222extern Datum tsvector_length(PG_FUNCTION_ARGS);
2223extern Datum ts_token_type_byid(PG_FUNCTION_ARGS);
2224extern Datum ts_token_type_byname(PG_FUNCTION_ARGS);
2225extern Datum ts_parse_byid(PG_FUNCTION_ARGS);
2226extern Datum ts_parse_byname(PG_FUNCTION_ARGS);
2227extern Datum prsd_start(PG_FUNCTION_ARGS);
2228extern Datum prsd_nexttoken(PG_FUNCTION_ARGS);
2229extern Datum prsd_end(PG_FUNCTION_ARGS);
2230extern Datum prsd_headline(PG_FUNCTION_ARGS);
2231extern Datum prsd_lextype(PG_FUNCTION_ARGS);
2232extern Datum ts_lexize(PG_FUNCTION_ARGS);
2233extern Datum gin_cmp_tslexeme(PG_FUNCTION_ARGS);
2234extern Datum dsimple_init(PG_FUNCTION_ARGS);
2235extern Datum dsimple_lexize(PG_FUNCTION_ARGS);
2236extern Datum dsynonym_init(PG_FUNCTION_ARGS);
2237extern Datum dsynonym_lexize(PG_FUNCTION_ARGS);
2238extern Datum dispell_init(PG_FUNCTION_ARGS);
2239extern Datum dispell_lexize(PG_FUNCTION_ARGS);
2240extern Datum regconfigin(PG_FUNCTION_ARGS);
2241extern Datum regconfigout(PG_FUNCTION_ARGS);
2242extern Datum regconfigrecv(PG_FUNCTION_ARGS);
2243extern Datum regconfigsend(PG_FUNCTION_ARGS);
2244extern Datum thesaurus_init(PG_FUNCTION_ARGS);
2245extern Datum thesaurus_lexize(PG_FUNCTION_ARGS);
2246extern Datum ts_headline_byid_opt(PG_FUNCTION_ARGS);
2247extern Datum ts_headline_byid(PG_FUNCTION_ARGS);
2248extern Datum to_tsvector_byid(PG_FUNCTION_ARGS);
2249extern Datum to_tsquery_byid(PG_FUNCTION_ARGS);
2250extern Datum plainto_tsquery_byid(PG_FUNCTION_ARGS);
2251extern Datum to_tsvector(PG_FUNCTION_ARGS);
2252extern Datum to_tsquery(PG_FUNCTION_ARGS);
2253extern Datum plainto_tsquery(PG_FUNCTION_ARGS);
2254extern Datum tsvector_update_trigger_byid(PG_FUNCTION_ARGS);
2255extern Datum tsvector_update_trigger_bycolumn(PG_FUNCTION_ARGS);
2256extern Datum ts_headline_opt(PG_FUNCTION_ARGS);
2257extern Datum ts_headline(PG_FUNCTION_ARGS);
2258extern Datum pg_ts_parser_is_visible(PG_FUNCTION_ARGS);
2259extern Datum pg_ts_dict_is_visible(PG_FUNCTION_ARGS);
2260extern Datum pg_ts_config_is_visible(PG_FUNCTION_ARGS);
2261extern Datum get_current_ts_config(PG_FUNCTION_ARGS);
2262extern Datum ts_match_tt(PG_FUNCTION_ARGS);
2263extern Datum ts_match_tq(PG_FUNCTION_ARGS);
2264extern Datum pg_ts_template_is_visible(PG_FUNCTION_ARGS);
2265extern Datum regdictionaryin(PG_FUNCTION_ARGS);
2266extern Datum regdictionaryout(PG_FUNCTION_ARGS);
2267extern Datum regdictionaryrecv(PG_FUNCTION_ARGS);
2268extern Datum regdictionarysend(PG_FUNCTION_ARGS);
2269extern Datum pg_stat_reset_shared(PG_FUNCTION_ARGS);
2270extern Datum pg_stat_reset_single_table_counters(PG_FUNCTION_ARGS);
2271extern Datum pg_stat_reset_single_function_counters(PG_FUNCTION_ARGS);
2272extern Datum pg_tablespace_location(PG_FUNCTION_ARGS);
2273extern Datum pg_create_physical_replication_slot(PG_FUNCTION_ARGS);
2274extern Datum pg_drop_replication_slot(PG_FUNCTION_ARGS);
2275extern Datum pg_get_replication_slots(PG_FUNCTION_ARGS);
2276extern Datum pg_logical_slot_get_changes(PG_FUNCTION_ARGS);
2277extern Datum pg_logical_slot_get_binary_changes(PG_FUNCTION_ARGS);
2278extern Datum pg_logical_slot_peek_changes(PG_FUNCTION_ARGS);
2279extern Datum pg_logical_slot_peek_binary_changes(PG_FUNCTION_ARGS);
2280extern Datum pg_create_logical_replication_slot(PG_FUNCTION_ARGS);
2281extern Datum to_jsonb(PG_FUNCTION_ARGS);
2282extern Datum pg_stat_get_snapshot_timestamp(PG_FUNCTION_ARGS);
2283extern Datum gin_clean_pending_list(PG_FUNCTION_ARGS);
2284extern Datum gtsvector_consistent_oldsig(PG_FUNCTION_ARGS);
2285extern Datum gin_extract_tsquery_oldsig(PG_FUNCTION_ARGS);
2286extern Datum gin_tsquery_consistent_oldsig(PG_FUNCTION_ARGS);
2287extern Datum gtsquery_consistent_oldsig(PG_FUNCTION_ARGS);
2288extern Datum inet_spg_config(PG_FUNCTION_ARGS);
2289extern Datum inet_spg_choose(PG_FUNCTION_ARGS);
2290extern Datum inet_spg_picksplit(PG_FUNCTION_ARGS);
2291extern Datum inet_spg_inner_consistent(PG_FUNCTION_ARGS);
2292extern Datum inet_spg_leaf_consistent(PG_FUNCTION_ARGS);
2293extern Datum pg_current_logfile(PG_FUNCTION_ARGS);
2294extern Datum pg_current_logfile_1arg(PG_FUNCTION_ARGS);
2295extern Datum jsonb_send(PG_FUNCTION_ARGS);
2296extern Datum jsonb_out(PG_FUNCTION_ARGS);
2297extern Datum jsonb_recv(PG_FUNCTION_ARGS);
2298extern Datum jsonb_in(PG_FUNCTION_ARGS);
2299extern Datum pg_get_function_arg_default(PG_FUNCTION_ARGS);
2300extern Datum pg_export_snapshot(PG_FUNCTION_ARGS);
2301extern Datum pg_is_in_recovery(PG_FUNCTION_ARGS);
2302extern Datum int4_cash(PG_FUNCTION_ARGS);
2303extern Datum int8_cash(PG_FUNCTION_ARGS);
2304extern Datum pg_is_in_backup(PG_FUNCTION_ARGS);
2305extern Datum pg_backup_start_time(PG_FUNCTION_ARGS);
2306extern Datum pg_collation_is_visible(PG_FUNCTION_ARGS);
2307extern Datum array_typanalyze(PG_FUNCTION_ARGS);
2308extern Datum arraycontsel(PG_FUNCTION_ARGS);
2309extern Datum arraycontjoinsel(PG_FUNCTION_ARGS);
2310extern Datum pg_get_multixact_members(PG_FUNCTION_ARGS);
2311extern Datum pg_last_wal_receive_lsn(PG_FUNCTION_ARGS);
2312extern Datum pg_last_wal_replay_lsn(PG_FUNCTION_ARGS);
2313extern Datum cash_div_cash(PG_FUNCTION_ARGS);
2314extern Datum cash_numeric(PG_FUNCTION_ARGS);
2315extern Datum numeric_cash(PG_FUNCTION_ARGS);
2316extern Datum pg_read_file_all(PG_FUNCTION_ARGS);
2317extern Datum pg_read_binary_file_off_len(PG_FUNCTION_ARGS);
2318extern Datum pg_read_binary_file_all(PG_FUNCTION_ARGS);
2319extern Datum pg_opfamily_is_visible(PG_FUNCTION_ARGS);
2320extern Datum pg_last_xact_replay_timestamp(PG_FUNCTION_ARGS);
2321extern Datum anyrange_in(PG_FUNCTION_ARGS);
2322extern Datum anyrange_out(PG_FUNCTION_ARGS);
2323extern Datum range_in(PG_FUNCTION_ARGS);
2324extern Datum range_out(PG_FUNCTION_ARGS);
2325extern Datum range_recv(PG_FUNCTION_ARGS);
2326extern Datum range_send(PG_FUNCTION_ARGS);
2327extern Datum pg_identify_object(PG_FUNCTION_ARGS);
2328extern Datum range_constructor2(PG_FUNCTION_ARGS);
2329extern Datum range_constructor3(PG_FUNCTION_ARGS);
2330extern Datum pg_relation_is_updatable(PG_FUNCTION_ARGS);
2331extern Datum pg_column_is_updatable(PG_FUNCTION_ARGS);
2332extern Datum make_date(PG_FUNCTION_ARGS);
2333extern Datum make_time(PG_FUNCTION_ARGS);
2334extern Datum range_lower(PG_FUNCTION_ARGS);
2335extern Datum range_upper(PG_FUNCTION_ARGS);
2336extern Datum range_empty(PG_FUNCTION_ARGS);
2337extern Datum range_lower_inc(PG_FUNCTION_ARGS);
2338extern Datum range_upper_inc(PG_FUNCTION_ARGS);
2339extern Datum range_lower_inf(PG_FUNCTION_ARGS);
2340extern Datum range_upper_inf(PG_FUNCTION_ARGS);
2341extern Datum range_eq(PG_FUNCTION_ARGS);
2342extern Datum range_ne(PG_FUNCTION_ARGS);
2343extern Datum range_overlaps(PG_FUNCTION_ARGS);
2344extern Datum range_contains_elem(PG_FUNCTION_ARGS);
2345extern Datum range_contains(PG_FUNCTION_ARGS);
2346extern Datum elem_contained_by_range(PG_FUNCTION_ARGS);
2347extern Datum range_contained_by(PG_FUNCTION_ARGS);
2348extern Datum range_adjacent(PG_FUNCTION_ARGS);
2349extern Datum range_before(PG_FUNCTION_ARGS);
2350extern Datum range_after(PG_FUNCTION_ARGS);
2351extern Datum range_overleft(PG_FUNCTION_ARGS);
2352extern Datum range_overright(PG_FUNCTION_ARGS);
2353extern Datum range_union(PG_FUNCTION_ARGS);
2354extern Datum range_intersect(PG_FUNCTION_ARGS);
2355extern Datum range_minus(PG_FUNCTION_ARGS);
2356extern Datum range_cmp(PG_FUNCTION_ARGS);
2357extern Datum range_lt(PG_FUNCTION_ARGS);
2358extern Datum range_le(PG_FUNCTION_ARGS);
2359extern Datum range_ge(PG_FUNCTION_ARGS);
2360extern Datum range_gt(PG_FUNCTION_ARGS);
2361extern Datum range_gist_consistent(PG_FUNCTION_ARGS);
2362extern Datum range_gist_union(PG_FUNCTION_ARGS);
2363extern Datum pg_replication_slot_advance(PG_FUNCTION_ARGS);
2364extern Datum range_gist_penalty(PG_FUNCTION_ARGS);
2365extern Datum range_gist_picksplit(PG_FUNCTION_ARGS);
2366extern Datum range_gist_same(PG_FUNCTION_ARGS);
2367extern Datum hash_range(PG_FUNCTION_ARGS);
2368extern Datum int4range_canonical(PG_FUNCTION_ARGS);
2369extern Datum daterange_canonical(PG_FUNCTION_ARGS);
2370extern Datum range_typanalyze(PG_FUNCTION_ARGS);
2371extern Datum timestamp_support(PG_FUNCTION_ARGS);
2372extern Datum interval_support(PG_FUNCTION_ARGS);
2373extern Datum ginarraytriconsistent(PG_FUNCTION_ARGS);
2374extern Datum gin_tsquery_triconsistent(PG_FUNCTION_ARGS);
2375extern Datum int4range_subdiff(PG_FUNCTION_ARGS);
2376extern Datum int8range_subdiff(PG_FUNCTION_ARGS);
2377extern Datum numrange_subdiff(PG_FUNCTION_ARGS);
2378extern Datum daterange_subdiff(PG_FUNCTION_ARGS);
2379extern Datum int8range_canonical(PG_FUNCTION_ARGS);
2380extern Datum tsrange_subdiff(PG_FUNCTION_ARGS);
2381extern Datum tstzrange_subdiff(PG_FUNCTION_ARGS);
2382extern Datum jsonb_object_keys(PG_FUNCTION_ARGS);
2383extern Datum jsonb_each_text(PG_FUNCTION_ARGS);
2384extern Datum mxid_age(PG_FUNCTION_ARGS);
2385extern Datum jsonb_extract_path_text(PG_FUNCTION_ARGS);
2386extern Datum acldefault_sql(PG_FUNCTION_ARGS);
2387extern Datum time_support(PG_FUNCTION_ARGS);
2388extern Datum json_object_field(PG_FUNCTION_ARGS);
2389extern Datum json_object_field_text(PG_FUNCTION_ARGS);
2390extern Datum json_array_element(PG_FUNCTION_ARGS);
2391extern Datum json_array_element_text(PG_FUNCTION_ARGS);
2392extern Datum json_extract_path(PG_FUNCTION_ARGS);
2393extern Datum brin_summarize_new_values(PG_FUNCTION_ARGS);
2394extern Datum json_extract_path_text(PG_FUNCTION_ARGS);
2395extern Datum pg_get_object_address(PG_FUNCTION_ARGS);
2396extern Datum json_array_elements(PG_FUNCTION_ARGS);
2397extern Datum json_array_length(PG_FUNCTION_ARGS);
2398extern Datum json_object_keys(PG_FUNCTION_ARGS);
2399extern Datum json_each(PG_FUNCTION_ARGS);
2400extern Datum json_each_text(PG_FUNCTION_ARGS);
2401extern Datum json_populate_record(PG_FUNCTION_ARGS);
2402extern Datum json_populate_recordset(PG_FUNCTION_ARGS);
2403extern Datum json_typeof(PG_FUNCTION_ARGS);
2404extern Datum json_array_elements_text(PG_FUNCTION_ARGS);
2405extern Datum ordered_set_transition(PG_FUNCTION_ARGS);
2406extern Datum ordered_set_transition_multi(PG_FUNCTION_ARGS);
2407extern Datum percentile_disc_final(PG_FUNCTION_ARGS);
2408extern Datum percentile_cont_float8_final(PG_FUNCTION_ARGS);
2409extern Datum percentile_cont_interval_final(PG_FUNCTION_ARGS);
2410extern Datum percentile_disc_multi_final(PG_FUNCTION_ARGS);
2411extern Datum percentile_cont_float8_multi_final(PG_FUNCTION_ARGS);
2412extern Datum percentile_cont_interval_multi_final(PG_FUNCTION_ARGS);
2413extern Datum mode_final(PG_FUNCTION_ARGS);
2414extern Datum hypothetical_rank_final(PG_FUNCTION_ARGS);
2415extern Datum hypothetical_percent_rank_final(PG_FUNCTION_ARGS);
2416extern Datum hypothetical_cume_dist_final(PG_FUNCTION_ARGS);
2417extern Datum hypothetical_dense_rank_final(PG_FUNCTION_ARGS);
2418extern Datum generate_series_int4_support(PG_FUNCTION_ARGS);
2419extern Datum generate_series_int8_support(PG_FUNCTION_ARGS);
2420extern Datum array_unnest_support(PG_FUNCTION_ARGS);
2421extern Datum brin_summarize_range(PG_FUNCTION_ARGS);
2422extern Datum jsonpath_in(PG_FUNCTION_ARGS);
2423extern Datum jsonpath_recv(PG_FUNCTION_ARGS);
2424extern Datum jsonpath_out(PG_FUNCTION_ARGS);
2425extern Datum jsonpath_send(PG_FUNCTION_ARGS);
2426extern Datum jsonb_path_exists(PG_FUNCTION_ARGS);
2427extern Datum jsonb_path_query(PG_FUNCTION_ARGS);
2428extern Datum jsonb_path_query_array(PG_FUNCTION_ARGS);
2429extern Datum jsonb_path_query_first(PG_FUNCTION_ARGS);
2430extern Datum jsonb_path_match(PG_FUNCTION_ARGS);
2431extern Datum jsonb_path_exists_opr(PG_FUNCTION_ARGS);
2432extern Datum jsonb_path_match_opr(PG_FUNCTION_ARGS);
2433extern Datum brin_desummarize_range(PG_FUNCTION_ARGS);
2434extern Datum spg_quad_config(PG_FUNCTION_ARGS);
2435extern Datum spg_quad_choose(PG_FUNCTION_ARGS);
2436extern Datum spg_quad_picksplit(PG_FUNCTION_ARGS);
2437extern Datum spg_quad_inner_consistent(PG_FUNCTION_ARGS);
2438extern Datum spg_quad_leaf_consistent(PG_FUNCTION_ARGS);
2439extern Datum spg_kd_config(PG_FUNCTION_ARGS);
2440extern Datum spg_kd_choose(PG_FUNCTION_ARGS);
2441extern Datum spg_kd_picksplit(PG_FUNCTION_ARGS);
2442extern Datum spg_kd_inner_consistent(PG_FUNCTION_ARGS);
2443extern Datum spg_text_config(PG_FUNCTION_ARGS);
2444extern Datum spg_text_choose(PG_FUNCTION_ARGS);
2445extern Datum spg_text_picksplit(PG_FUNCTION_ARGS);
2446extern Datum spg_text_inner_consistent(PG_FUNCTION_ARGS);
2447extern Datum spg_text_leaf_consistent(PG_FUNCTION_ARGS);
2448extern Datum pg_sequence_last_value(PG_FUNCTION_ARGS);
2449extern Datum jsonb_ne(PG_FUNCTION_ARGS);
2450extern Datum jsonb_lt(PG_FUNCTION_ARGS);
2451extern Datum jsonb_gt(PG_FUNCTION_ARGS);
2452extern Datum jsonb_le(PG_FUNCTION_ARGS);
2453extern Datum jsonb_ge(PG_FUNCTION_ARGS);
2454extern Datum jsonb_eq(PG_FUNCTION_ARGS);
2455extern Datum jsonb_cmp(PG_FUNCTION_ARGS);
2456extern Datum jsonb_hash(PG_FUNCTION_ARGS);
2457extern Datum jsonb_contains(PG_FUNCTION_ARGS);
2458extern Datum jsonb_exists(PG_FUNCTION_ARGS);
2459extern Datum jsonb_exists_any(PG_FUNCTION_ARGS);
2460extern Datum jsonb_exists_all(PG_FUNCTION_ARGS);
2461extern Datum jsonb_contained(PG_FUNCTION_ARGS);
2462extern Datum array_agg_array_transfn(PG_FUNCTION_ARGS);
2463extern Datum array_agg_array_finalfn(PG_FUNCTION_ARGS);
2464extern Datum range_merge(PG_FUNCTION_ARGS);
2465extern Datum inet_merge(PG_FUNCTION_ARGS);
2466extern Datum boxes_bound_box(PG_FUNCTION_ARGS);
2467extern Datum inet_same_family(PG_FUNCTION_ARGS);
2468extern Datum binary_upgrade_set_record_init_privs(PG_FUNCTION_ARGS);
2469extern Datum regnamespacein(PG_FUNCTION_ARGS);
2470extern Datum regnamespaceout(PG_FUNCTION_ARGS);
2471extern Datum to_regnamespace(PG_FUNCTION_ARGS);
2472extern Datum regnamespacerecv(PG_FUNCTION_ARGS);
2473extern Datum regnamespacesend(PG_FUNCTION_ARGS);
2474extern Datum point_box(PG_FUNCTION_ARGS);
2475extern Datum regroleout(PG_FUNCTION_ARGS);
2476extern Datum to_regrole(PG_FUNCTION_ARGS);
2477extern Datum regrolerecv(PG_FUNCTION_ARGS);
2478extern Datum regrolesend(PG_FUNCTION_ARGS);
2479extern Datum regrolein(PG_FUNCTION_ARGS);
2480extern Datum pg_rotate_logfile(PG_FUNCTION_ARGS);
2481extern Datum pg_read_file(PG_FUNCTION_ARGS);
2482extern Datum binary_upgrade_set_missing_value(PG_FUNCTION_ARGS);
2483extern Datum brin_inclusion_opcinfo(PG_FUNCTION_ARGS);
2484extern Datum brin_inclusion_add_value(PG_FUNCTION_ARGS);
2485extern Datum brin_inclusion_consistent(PG_FUNCTION_ARGS);
2486extern Datum brin_inclusion_union(PG_FUNCTION_ARGS);
2487extern Datum macaddr8_in(PG_FUNCTION_ARGS);
2488extern Datum macaddr8_out(PG_FUNCTION_ARGS);
2489extern Datum macaddr8_trunc(PG_FUNCTION_ARGS);
2490extern Datum macaddr8_eq(PG_FUNCTION_ARGS);
2491extern Datum macaddr8_lt(PG_FUNCTION_ARGS);
2492extern Datum macaddr8_le(PG_FUNCTION_ARGS);
2493extern Datum macaddr8_gt(PG_FUNCTION_ARGS);
2494extern Datum macaddr8_ge(PG_FUNCTION_ARGS);
2495extern Datum macaddr8_ne(PG_FUNCTION_ARGS);
2496extern Datum macaddr8_cmp(PG_FUNCTION_ARGS);
2497extern Datum macaddr8_not(PG_FUNCTION_ARGS);
2498extern Datum macaddr8_and(PG_FUNCTION_ARGS);
2499extern Datum macaddr8_or(PG_FUNCTION_ARGS);
2500extern Datum macaddrtomacaddr8(PG_FUNCTION_ARGS);
2501extern Datum macaddr8tomacaddr(PG_FUNCTION_ARGS);
2502extern Datum macaddr8_set7bit(PG_FUNCTION_ARGS);
2503extern Datum in_range_int8_int8(PG_FUNCTION_ARGS);
2504extern Datum in_range_int4_int8(PG_FUNCTION_ARGS);
2505extern Datum in_range_int4_int4(PG_FUNCTION_ARGS);
2506extern Datum in_range_int4_int2(PG_FUNCTION_ARGS);
2507extern Datum in_range_int2_int8(PG_FUNCTION_ARGS);
2508extern Datum in_range_int2_int4(PG_FUNCTION_ARGS);
2509extern Datum in_range_int2_int2(PG_FUNCTION_ARGS);
2510extern Datum in_range_date_interval(PG_FUNCTION_ARGS);
2511extern Datum in_range_timestamp_interval(PG_FUNCTION_ARGS);
2512extern Datum in_range_timestamptz_interval(PG_FUNCTION_ARGS);
2513extern Datum in_range_interval_interval(PG_FUNCTION_ARGS);
2514extern Datum in_range_time_interval(PG_FUNCTION_ARGS);
2515extern Datum in_range_timetz_interval(PG_FUNCTION_ARGS);
2516extern Datum in_range_float8_float8(PG_FUNCTION_ARGS);
2517extern Datum in_range_float4_float8(PG_FUNCTION_ARGS);
2518extern Datum in_range_numeric_numeric(PG_FUNCTION_ARGS);
2519extern Datum ts_headline_jsonb_byid_opt(PG_FUNCTION_ARGS);
2520extern Datum ts_headline_jsonb_byid(PG_FUNCTION_ARGS);
2521extern Datum ts_headline_jsonb_opt(PG_FUNCTION_ARGS);
2522extern Datum ts_headline_jsonb(PG_FUNCTION_ARGS);
2523extern Datum ts_headline_json_byid_opt(PG_FUNCTION_ARGS);
2524extern Datum ts_headline_json_byid(PG_FUNCTION_ARGS);
2525extern Datum ts_headline_json_opt(PG_FUNCTION_ARGS);
2526extern Datum ts_headline_json(PG_FUNCTION_ARGS);
2527extern Datum jsonb_string_to_tsvector(PG_FUNCTION_ARGS);
2528extern Datum json_string_to_tsvector(PG_FUNCTION_ARGS);
2529extern Datum jsonb_string_to_tsvector_byid(PG_FUNCTION_ARGS);
2530extern Datum json_string_to_tsvector_byid(PG_FUNCTION_ARGS);
2531extern Datum jsonb_to_tsvector(PG_FUNCTION_ARGS);
2532extern Datum jsonb_to_tsvector_byid(PG_FUNCTION_ARGS);
2533extern Datum json_to_tsvector(PG_FUNCTION_ARGS);
2534extern Datum json_to_tsvector_byid(PG_FUNCTION_ARGS);
2535extern Datum pg_copy_physical_replication_slot_a(PG_FUNCTION_ARGS);
2536extern Datum pg_copy_physical_replication_slot_b(PG_FUNCTION_ARGS);
2537extern Datum pg_copy_logical_replication_slot_a(PG_FUNCTION_ARGS);
2538extern Datum pg_copy_logical_replication_slot_b(PG_FUNCTION_ARGS);
2539extern Datum pg_copy_logical_replication_slot_c(PG_FUNCTION_ARGS);
2540extern Datum pg_event_trigger_table_rewrite_oid(PG_FUNCTION_ARGS);
2541extern Datum pg_event_trigger_table_rewrite_reason(PG_FUNCTION_ARGS);
2542extern Datum pg_event_trigger_ddl_commands(PG_FUNCTION_ARGS);
2543extern Datum phraseto_tsquery(PG_FUNCTION_ARGS);
2544extern Datum tsquery_phrase(PG_FUNCTION_ARGS);
2545extern Datum tsquery_phrase_distance(PG_FUNCTION_ARGS);
2546extern Datum phraseto_tsquery_byid(PG_FUNCTION_ARGS);
2547extern Datum websearch_to_tsquery_byid(PG_FUNCTION_ARGS);
2548extern Datum websearch_to_tsquery(PG_FUNCTION_ARGS);
2549extern Datum spg_bbox_quad_config(PG_FUNCTION_ARGS);
2550extern Datum spg_poly_quad_compress(PG_FUNCTION_ARGS);
2551extern Datum spg_box_quad_config(PG_FUNCTION_ARGS);
2552extern Datum spg_box_quad_choose(PG_FUNCTION_ARGS);
2553extern Datum spg_box_quad_picksplit(PG_FUNCTION_ARGS);
2554extern Datum spg_box_quad_inner_consistent(PG_FUNCTION_ARGS);
2555extern Datum spg_box_quad_leaf_consistent(PG_FUNCTION_ARGS);
2556extern Datum pg_mcv_list_in(PG_FUNCTION_ARGS);
2557extern Datum pg_mcv_list_out(PG_FUNCTION_ARGS);
2558extern Datum pg_mcv_list_recv(PG_FUNCTION_ARGS);
2559extern Datum pg_mcv_list_send(PG_FUNCTION_ARGS);
2560extern Datum satisfies_hash_partition(PG_FUNCTION_ARGS);
2561extern Datum pg_ls_tmpdir_noargs(PG_FUNCTION_ARGS);
2562extern Datum pg_ls_tmpdir_1arg(PG_FUNCTION_ARGS);
2563extern Datum pg_ls_archive_statusdir(PG_FUNCTION_ARGS);
2564extern Datum pg_replication_origin_create(PG_FUNCTION_ARGS);
2565extern Datum pg_replication_origin_drop(PG_FUNCTION_ARGS);
2566extern Datum pg_replication_origin_oid(PG_FUNCTION_ARGS);
2567extern Datum pg_replication_origin_session_setup(PG_FUNCTION_ARGS);
2568extern Datum pg_replication_origin_session_reset(PG_FUNCTION_ARGS);
2569extern Datum pg_replication_origin_session_is_setup(PG_FUNCTION_ARGS);
2570extern Datum pg_replication_origin_session_progress(PG_FUNCTION_ARGS);
2571extern Datum pg_replication_origin_xact_setup(PG_FUNCTION_ARGS);
2572extern Datum pg_replication_origin_xact_reset(PG_FUNCTION_ARGS);
2573extern Datum pg_replication_origin_advance(PG_FUNCTION_ARGS);
2574extern Datum pg_replication_origin_progress(PG_FUNCTION_ARGS);
2575extern Datum pg_show_replication_origin_status(PG_FUNCTION_ARGS);
2576extern Datum pg_stat_get_subscription(PG_FUNCTION_ARGS);
2577extern Datum pg_get_publication_tables(PG_FUNCTION_ARGS);
2578extern Datum pg_get_replica_identity_index(PG_FUNCTION_ARGS);
2579extern Datum pg_relation_is_publishable(PG_FUNCTION_ARGS);
2580
2581#endif /* FMGRPROTOS_H */
2582