Home
last modified time | relevance | path

Searched refs:InitFunctionCallInfoData (Results 1 – 25 of 742) sorted by relevance

12345678910>>...30

/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/fmgr/
H A Dfmgr.c712 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
732 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
755 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
780 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
807 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
837 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
869 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
903 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
940 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
985 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/fmgr/
H A Dfmgr.c712 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
732 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
755 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
780 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
807 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
837 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
869 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
903 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
940 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
985 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/fmgr/
H A Dfmgr.c712 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
732 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
755 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
780 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
807 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
837 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
869 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
903 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
940 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
985 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/fmgr/
H A Dfmgr.c712 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
732 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
755 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
780 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
807 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
837 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
869 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
903 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
940 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
985 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/fmgr/
H A Dfmgr.c712 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
732 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
755 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
780 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
807 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
837 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
869 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
903 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
940 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
985 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/fmgr/
H A Dfmgr.c712 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
732 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
755 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
780 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
807 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
837 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
869 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
903 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
940 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
985 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/fmgr/
H A Dfmgr.c798 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
818 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
841 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
866 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
893 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
923 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
955 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
989 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1026 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1071 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/fmgr/
H A Dfmgr.c798 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in tintervalsend()
818 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in interval_reltime()
841 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in reltime_interval()
866 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL);
893 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL);
923 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in timepl()
955 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in intinterval()
989 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL);
1026 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL);
1071 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in reltimelt()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/fmgr/
H A Dfmgr.c798 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
818 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
841 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
866 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
893 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
923 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
955 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
989 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1026 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1071 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/fmgr/
H A Dfmgr.c798 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL);
818 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL);
841 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL);
866 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL);
893 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL);
923 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL);
955 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL);
989 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL);
1026 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL);
1071 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL);
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/fmgr/
H A Dfmgr.c798 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
818 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
841 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
866 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
893 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
923 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
955 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
989 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1026 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1071 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/fmgr/
H A Dfmgr.c712 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
732 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
755 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
780 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
807 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
837 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
869 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
903 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
940 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
985 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/fmgr/
H A Dfmgr.c798 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
818 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
841 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
866 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
893 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
923 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
955 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
989 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1026 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1071 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/fmgr/
H A Dfmgr.c798 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL);
818 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL);
841 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL);
866 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL);
893 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL);
923 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL);
955 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL);
989 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL);
1026 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL);
1071 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL);
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/fmgr/
H A Dfmgr.c1022 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
1042 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
1065 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
1090 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
1117 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
1147 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
1179 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
1213 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1250 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1292 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in FunctionCall1Coll()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/fmgr/
H A Dfmgr.c1022 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
1042 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
1065 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
1090 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
1117 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
1147 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
1179 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
1213 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1250 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1292 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in FunctionCall1Coll()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/fmgr/
H A Dfmgr.c1022 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
1042 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
1065 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
1090 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
1117 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
1147 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
1179 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
1213 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1250 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1292 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in FunctionCall1Coll()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/fmgr/
H A Dfmgr.c1022 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
1042 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
1065 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
1090 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
1117 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
1147 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
1179 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
1213 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1250 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1292 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in FunctionCall1Coll()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/fmgr/
H A Dfmgr.c1022 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
1042 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
1065 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
1090 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
1117 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
1147 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
1179 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
1213 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1250 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1292 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in FunctionCall1Coll()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/fmgr/
H A Dfmgr.c1022 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
1042 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
1065 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
1090 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
1117 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
1147 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
1179 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
1213 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1250 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1292 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in FunctionCall1Coll()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/utils/fmgr/
H A Dfmgr.c1022 InitFunctionCallInfoData(fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
1042 InitFunctionCallInfoData(fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
1065 InitFunctionCallInfoData(fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
1090 InitFunctionCallInfoData(fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
1117 InitFunctionCallInfoData(fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
1147 InitFunctionCallInfoData(fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
1179 InitFunctionCallInfoData(fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
1213 InitFunctionCallInfoData(fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1250 InitFunctionCallInfoData(fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1292 InitFunctionCallInfoData(fcinfo, flinfo, 1, collation, NULL, NULL); in FunctionCall1Coll()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/fmgr/
H A Dfmgr.c798 InitFunctionCallInfoData(*fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
818 InitFunctionCallInfoData(*fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
841 InitFunctionCallInfoData(*fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
866 InitFunctionCallInfoData(*fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
893 InitFunctionCallInfoData(*fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
923 InitFunctionCallInfoData(*fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
955 InitFunctionCallInfoData(*fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
989 InitFunctionCallInfoData(*fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1026 InitFunctionCallInfoData(*fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1071 InitFunctionCallInfoData(*fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/fmgr/
H A Dfmgr.c796 InitFunctionCallInfoData(*fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
816 InitFunctionCallInfoData(*fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
839 InitFunctionCallInfoData(*fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
864 InitFunctionCallInfoData(*fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
891 InitFunctionCallInfoData(*fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
921 InitFunctionCallInfoData(*fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
953 InitFunctionCallInfoData(*fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
987 InitFunctionCallInfoData(*fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1024 InitFunctionCallInfoData(*fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1069 InitFunctionCallInfoData(*fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/fmgr/
H A Dfmgr.c796 InitFunctionCallInfoData(*fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
816 InitFunctionCallInfoData(*fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
839 InitFunctionCallInfoData(*fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
864 InitFunctionCallInfoData(*fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
891 InitFunctionCallInfoData(*fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
921 InitFunctionCallInfoData(*fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
953 InitFunctionCallInfoData(*fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
987 InitFunctionCallInfoData(*fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1024 InitFunctionCallInfoData(*fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1069 InitFunctionCallInfoData(*fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/fmgr/
H A Dfmgr.c796 InitFunctionCallInfoData(*fcinfo, NULL, 1, collation, NULL, NULL); in DirectFunctionCall1Coll()
816 InitFunctionCallInfoData(*fcinfo, NULL, 2, collation, NULL, NULL); in DirectFunctionCall2Coll()
839 InitFunctionCallInfoData(*fcinfo, NULL, 3, collation, NULL, NULL); in DirectFunctionCall3Coll()
864 InitFunctionCallInfoData(*fcinfo, NULL, 4, collation, NULL, NULL); in DirectFunctionCall4Coll()
891 InitFunctionCallInfoData(*fcinfo, NULL, 5, collation, NULL, NULL); in DirectFunctionCall5Coll()
921 InitFunctionCallInfoData(*fcinfo, NULL, 6, collation, NULL, NULL); in DirectFunctionCall6Coll()
953 InitFunctionCallInfoData(*fcinfo, NULL, 7, collation, NULL, NULL); in DirectFunctionCall7Coll()
987 InitFunctionCallInfoData(*fcinfo, NULL, 8, collation, NULL, NULL); in DirectFunctionCall8Coll()
1024 InitFunctionCallInfoData(*fcinfo, NULL, 9, collation, NULL, NULL); in DirectFunctionCall9Coll()
1069 InitFunctionCallInfoData(*fcinfo, flinfo, 1, collation, NULL, NULL); in CallerFInfoFunctionCall1()
[all …]

12345678910>>...30