Home
last modified time | relevance | path

Searched refs:tupType (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Drowtypes.c78 Oid tupType = PG_GETARG_OID(1); in record_in() local
138 my_extra->record_type = tupType; in record_in()
306 Oid tupType; in record_out() local
355 my_extra->record_type = tupType; in record_out()
457 Oid tupType = PG_GETARG_OID(1); in record_recv() local
511 my_extra->record_type = tupType; in record_recv()
673 Oid tupType; in record_send() local
722 my_extra->record_type = tupType; in record_send()
1781 Oid tupType; in hash_record() local
1826 my_extra->record1_type = tupType; in hash_record()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/adt/
H A Drowtypes.c78 Oid tupType = PG_GETARG_OID(1);
138 my_extra->record_type = tupType;
306 Oid tupType;
355 my_extra->record_type = tupType;
457 Oid tupType = PG_GETARG_OID(1);
511 my_extra->record_type = tupType;
673 Oid tupType;
722 my_extra->record_type = tupType;
1781 Oid tupType;
1826 my_extra->record1_type = tupType;
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Drowtypes.c78 Oid tupType = PG_GETARG_OID(1); in record_in() local
138 my_extra->record_type = tupType; in record_in()
306 Oid tupType; in record_out() local
355 my_extra->record_type = tupType; in record_out()
457 Oid tupType = PG_GETARG_OID(1); in record_recv() local
511 my_extra->record_type = tupType; in record_recv()
673 Oid tupType; in record_send() local
722 my_extra->record_type = tupType; in record_send()
1781 Oid tupType; in hash_record() local
1826 my_extra->record1_type = tupType; in hash_record()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Drowtypes.c78 Oid tupType = PG_GETARG_OID(1); in record_in() local
138 my_extra->record_type = tupType; in record_in()
306 Oid tupType; in record_out() local
355 my_extra->record_type = tupType; in record_out()
457 Oid tupType = PG_GETARG_OID(1); in record_recv() local
511 my_extra->record_type = tupType; in record_recv()
673 Oid tupType; in record_send() local
722 my_extra->record_type = tupType; in record_send()
1781 Oid tupType; in hash_record() local
1826 my_extra->record1_type = tupType; in hash_record()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Drowtypes.c78 Oid tupType = PG_GETARG_OID(1); in record_in() local
138 my_extra->record_type = tupType; in record_in()
306 Oid tupType; in record_out() local
355 my_extra->record_type = tupType; in record_out()
457 Oid tupType = PG_GETARG_OID(1); in record_recv() local
511 my_extra->record_type = tupType; in record_recv()
673 Oid tupType; in record_send() local
722 my_extra->record_type = tupType; in record_send()
1781 Oid tupType; in hash_record() local
1826 my_extra->record1_type = tupType; in hash_record()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Drowtypes.c78 Oid tupType = PG_GETARG_OID(1); in record_in() local
138 my_extra->record_type = tupType; in record_in()
306 Oid tupType; in record_out() local
355 my_extra->record_type = tupType; in record_out()
457 Oid tupType = PG_GETARG_OID(1); in record_recv() local
511 my_extra->record_type = tupType; in record_recv()
673 Oid tupType; in record_send() local
722 my_extra->record_type = tupType; in record_send()
1781 Oid tupType; in hash_record() local
1826 my_extra->record1_type = tupType; in hash_record()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/adt/
H A Drowtypes.c78 Oid tupType = PG_GETARG_OID(1); in record_in() local
138 my_extra->record_type = tupType; in record_in()
306 Oid tupType; in record_out() local
355 my_extra->record_type = tupType; in record_out()
457 Oid tupType = PG_GETARG_OID(1); in record_recv() local
511 my_extra->record_type = tupType; in record_recv()
673 Oid tupType; in record_send() local
722 my_extra->record_type = tupType; in record_send()
1781 Oid tupType; in hash_record() local
1826 my_extra->record1_type = tupType; in hash_record()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1);
101 if (tupType == RECORDOID && tupTypmod < 0)
131 if (my_extra->record_type != tupType ||
137 my_extra->record_type = tupType;
305 Oid tupType;
348 if (my_extra->record_type != tupType ||
354 my_extra->record_type = tupType;
456 Oid tupType = PG_GETARG_OID(1);
510 my_extra->record_type = tupType;
652 Oid tupType;
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1); in record_in() local
101 if (tupType == RECORDOID && tupTypmod < 0) in record_in()
131 if (my_extra->record_type != tupType || in record_in()
137 my_extra->record_type = tupType; in record_in()
305 Oid tupType; in record_out() local
348 if (my_extra->record_type != tupType || in record_out()
354 my_extra->record_type = tupType; in record_out()
456 Oid tupType = PG_GETARG_OID(1); in record_recv() local
510 my_extra->record_type = tupType; in record_recv()
652 Oid tupType; in record_send() local
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1); in record_in() local
101 if (tupType == RECORDOID && tupTypmod < 0) in record_in()
131 if (my_extra->record_type != tupType || in record_in()
137 my_extra->record_type = tupType; in record_in()
305 Oid tupType; in record_out() local
348 if (my_extra->record_type != tupType || in record_out()
354 my_extra->record_type = tupType; in record_out()
456 Oid tupType = PG_GETARG_OID(1); in record_recv() local
510 my_extra->record_type = tupType; in record_recv()
652 Oid tupType; in record_send() local
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1); in record_in() local
101 if (tupType == RECORDOID && tupTypmod < 0) in record_in()
131 if (my_extra->record_type != tupType || in record_in()
137 my_extra->record_type = tupType; in record_in()
305 Oid tupType; in record_out() local
348 if (my_extra->record_type != tupType || in record_out()
354 my_extra->record_type = tupType; in record_out()
456 Oid tupType = PG_GETARG_OID(1); in record_recv() local
510 my_extra->record_type = tupType; in record_recv()
652 Oid tupType; in record_send() local
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1); in record_in() local
101 if (tupType == RECORDOID && tupTypmod < 0) in record_in()
131 if (my_extra->record_type != tupType || in record_in()
137 my_extra->record_type = tupType; in record_in()
305 Oid tupType; in record_out() local
348 if (my_extra->record_type != tupType || in record_out()
354 my_extra->record_type = tupType; in record_out()
456 Oid tupType = PG_GETARG_OID(1); in record_recv() local
510 my_extra->record_type = tupType; in record_recv()
652 Oid tupType; in record_send() local
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1); in record_in() local
101 if (tupType == RECORDOID && tupTypmod < 0) in record_in()
131 if (my_extra->record_type != tupType || in record_in()
137 my_extra->record_type = tupType; in record_in()
305 Oid tupType; in record_out() local
348 if (my_extra->record_type != tupType || in record_out()
354 my_extra->record_type = tupType; in record_out()
456 Oid tupType = PG_GETARG_OID(1); in record_recv() local
510 my_extra->record_type = tupType; in record_recv()
652 Oid tupType; in record_send() local
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1); in record_in() local
101 if (tupType == RECORDOID && tupTypmod < 0) in record_in()
131 if (my_extra->record_type != tupType || in record_in()
137 my_extra->record_type = tupType; in record_in()
305 Oid tupType; in record_out() local
348 if (my_extra->record_type != tupType || in record_out()
354 my_extra->record_type = tupType; in record_out()
456 Oid tupType = PG_GETARG_OID(1); in record_recv() local
510 my_extra->record_type = tupType; in record_recv()
652 Oid tupType; in record_send() local
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1); in record_in() local
101 if (tupType == RECORDOID && tupTypmod < 0) in record_in()
131 if (my_extra->record_type != tupType || in record_in()
137 my_extra->record_type = tupType; in record_in()
305 Oid tupType; in record_out() local
348 if (my_extra->record_type != tupType || in record_out()
354 my_extra->record_type = tupType; in record_out()
456 Oid tupType = PG_GETARG_OID(1); in record_recv() local
510 my_extra->record_type = tupType; in record_recv()
652 Oid tupType; in record_send() local
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1); in record_in() local
101 if (tupType == RECORDOID && tupTypmod < 0) in record_in()
131 if (my_extra->record_type != tupType || in record_in()
137 my_extra->record_type = tupType; in record_in()
305 Oid tupType; in record_out() local
348 if (my_extra->record_type != tupType || in record_out()
354 my_extra->record_type = tupType; in record_out()
456 Oid tupType = PG_GETARG_OID(1); in record_recv() local
510 my_extra->record_type = tupType; in record_recv()
652 Oid tupType; in record_send() local
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1);
101 if (tupType == RECORDOID && tupTypmod < 0)
131 if (my_extra->record_type != tupType ||
137 my_extra->record_type = tupType;
305 Oid tupType;
348 if (my_extra->record_type != tupType ||
354 my_extra->record_type = tupType;
456 Oid tupType = PG_GETARG_OID(1);
510 my_extra->record_type = tupType;
652 Oid tupType;
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1); in record_in() local
101 if (tupType == RECORDOID && tupTypmod < 0) in record_in()
131 if (my_extra->record_type != tupType || in record_in()
137 my_extra->record_type = tupType; in record_in()
305 Oid tupType; in record_out() local
348 if (my_extra->record_type != tupType || in record_out()
354 my_extra->record_type = tupType; in record_out()
456 Oid tupType = PG_GETARG_OID(1); in record_recv() local
510 my_extra->record_type = tupType; in record_recv()
652 Oid tupType; in record_send() local
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1);
101 if (tupType == RECORDOID && tupTypmod < 0)
131 if (my_extra->record_type != tupType ||
137 my_extra->record_type = tupType;
305 Oid tupType;
348 if (my_extra->record_type != tupType ||
354 my_extra->record_type = tupType;
456 Oid tupType = PG_GETARG_OID(1);
510 my_extra->record_type = tupType;
652 Oid tupType;
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1);
101 if (tupType == RECORDOID && tupTypmod < 0)
131 if (my_extra->record_type != tupType ||
137 my_extra->record_type = tupType;
305 Oid tupType;
348 if (my_extra->record_type != tupType ||
354 my_extra->record_type = tupType;
456 Oid tupType = PG_GETARG_OID(1);
510 my_extra->record_type = tupType;
652 Oid tupType;
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/adt/
H A Drowtypes.c77 Oid tupType = PG_GETARG_OID(1); in record_in() local
101 if (tupType == RECORDOID && tupTypmod < 0) in record_in()
131 if (my_extra->record_type != tupType || in record_in()
137 my_extra->record_type = tupType; in record_in()
305 Oid tupType; in record_out() local
348 if (my_extra->record_type != tupType || in record_out()
354 my_extra->record_type = tupType; in record_out()
456 Oid tupType = PG_GETARG_OID(1); in record_recv() local
510 my_extra->record_type = tupType; in record_recv()
652 Oid tupType; in record_send() local
[all …]
/dports/databases/postgresql-orafce/orafce-VERSION_3_13_4/
H A Dpipe.c99 Oid tupType; member
163 int32 size, void *ptr, Oid tupType) in pack_field() argument
183 message->tupType = tupType; in pack_field()
197 int32 *size, Oid *tupType) in unpack_field() argument
209 *tupType = message->tupType; in unpack_field()
718 Oid tupType; in dbms_pipe_pack_message_record() local
733 tupType = HeapTupleHeaderGetTypeId(rec); in dbms_pipe_pack_message_record()
742 init_args_3(info, PointerGetDatum(rec), ObjectIdGetDatum(tupType), Int32GetDatum(-1)); in dbms_pipe_pack_message_record()
748 VARSIZE(data), VARDATA(data), tupType); in dbms_pipe_pack_message_record()
757 Oid tupType; in dbms_pipe_unpack_message() local
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Drowtypes.c76 Oid tupType = PG_GETARG_OID(1); in record_in() local
100 if (tupType == RECORDOID && tupTypmod < 0) in record_in()
130 if (my_extra->record_type != tupType || in record_in()
136 my_extra->record_type = tupType; in record_in()
303 Oid tupType; in record_out() local
346 if (my_extra->record_type != tupType || in record_out()
352 my_extra->record_type = tupType; in record_out()
453 Oid tupType = PG_GETARG_OID(1); in record_recv() local
507 my_extra->record_type = tupType; in record_recv()
648 Oid tupType; in record_send() local
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Drowtypes.c76 Oid tupType = PG_GETARG_OID(1); in record_in() local
100 if (tupType == RECORDOID && tupTypmod < 0) in record_in()
130 if (my_extra->record_type != tupType || in record_in()
136 my_extra->record_type = tupType; in record_in()
303 Oid tupType; in record_out() local
346 if (my_extra->record_type != tupType || in record_out()
352 my_extra->record_type = tupType; in record_out()
453 Oid tupType = PG_GETARG_OID(1); in record_recv() local
507 my_extra->record_type = tupType; in record_recv()
648 Oid tupType; in record_send() local
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Drowtypes.c76 Oid tupType = PG_GETARG_OID(1); in record_in() local
100 if (tupType == RECORDOID && tupTypmod < 0) in record_in()
130 if (my_extra->record_type != tupType || in record_in()
136 my_extra->record_type = tupType; in record_in()
303 Oid tupType; in record_out() local
346 if (my_extra->record_type != tupType || in record_out()
352 my_extra->record_type = tupType; in record_out()
453 Oid tupType = PG_GETARG_OID(1); in record_recv() local
507 my_extra->record_type = tupType; in record_recv()
648 Oid tupType; in record_send() local
[all …]

12345678910>>...28