Home
last modified time | relevance | path

Searched refs:resultRelationIndex (Results 1 – 25 of 91) sorted by relevance

1234

/dports/databases/pglogical/pglogical-REL2_4_0/compat13/
H A Dpglogical_compat.h45 #define InitResultRelInfo(resultRelInfo, resultRelationDesc, resultRelationIndex, instrument_option… argument
46 InitResultRelInfo(resultRelInfo, resultRelationDesc, resultRelationIndex, NULL, instrument_options)
/dports/databases/pglogical/pglogical-REL2_4_0/compat14/
H A Dpglogical_compat.h44 #define InitResultRelInfo(resultRelInfo, resultRelationDesc, resultRelationIndex, instrument_option… argument
45 InitResultRelInfo(resultRelInfo, resultRelationDesc, resultRelationIndex, NULL, instrument_options)
/dports/databases/pglogical/pglogical-REL2_4_0/compat12/
H A Dpglogical_compat.h45 #define InitResultRelInfo(resultRelInfo, resultRelationDesc, resultRelationIndex, instrument_option… argument
46 InitResultRelInfo(resultRelInfo, resultRelationDesc, resultRelationIndex, NULL, instrument_options)
/dports/databases/pglogical/pglogical-REL2_4_0/compat10/
H A Dpglogical_compat.h47 #define InitResultRelInfo(resultRelInfo, resultRelationDesc, resultRelationIndex, instrument_option… argument
48 InitResultRelInfo(resultRelInfo, resultRelationDesc, resultRelationIndex, NULL, instrument_options)
/dports/databases/pglogical/pglogical-REL2_4_0/compat11/
H A Dpglogical_compat.h41 #define InitResultRelInfo(resultRelInfo, resultRelationDesc, resultRelationIndex, instrument_option… argument
42 InitResultRelInfo(resultRelInfo, resultRelationDesc, resultRelationIndex, NULL, instrument_options)
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A DexecMain.c820 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
824 resultRelationOid = getrelid(resultRelationIndex, rangeTable); in InitPlan()
828 resultRelationIndex, in InitPlan()
1215 Index resultRelationIndex, in InitResultRelInfo() argument
1220 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A DexecMain.c820 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
824 resultRelationOid = getrelid(resultRelationIndex, rangeTable); in InitPlan()
828 resultRelationIndex, in InitPlan()
1215 Index resultRelationIndex, in InitResultRelInfo() argument
1220 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A DexecMain.c820 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
824 resultRelationOid = getrelid(resultRelationIndex, rangeTable); in InitPlan()
828 resultRelationIndex, in InitPlan()
1215 Index resultRelationIndex, in InitResultRelInfo() argument
1220 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A DexecMain.c820 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
824 resultRelationOid = getrelid(resultRelationIndex, rangeTable); in InitPlan()
828 resultRelationIndex, in InitPlan()
1215 Index resultRelationIndex, in InitResultRelInfo() argument
1220 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A DexecMain.c820 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
824 resultRelationOid = getrelid(resultRelationIndex, rangeTable); in InitPlan()
828 resultRelationIndex, in InitPlan()
1215 Index resultRelationIndex, in InitResultRelInfo() argument
1220 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A DexecMain.c820 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
824 resultRelationOid = getrelid(resultRelationIndex, rangeTable); in InitPlan()
828 resultRelationIndex, in InitPlan()
1215 Index resultRelationIndex, in InitResultRelInfo() argument
1220 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A DexecMain.c820 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
824 resultRelationOid = getrelid(resultRelationIndex, rangeTable); in InitPlan()
828 resultRelationIndex, in InitPlan()
1215 Index resultRelationIndex, in InitResultRelInfo() argument
1220 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DexecMain.c831 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
835 resultRelationIndex); in InitPlan()
838 resultRelationIndex, in InitPlan()
1265 Index resultRelationIndex, in InitResultRelInfo() argument
1273 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DexecMain.c831 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
835 resultRelationIndex); in InitPlan()
838 resultRelationIndex, in InitPlan()
1265 Index resultRelationIndex, in InitResultRelInfo() argument
1273 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DexecMain.c831 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
835 resultRelationIndex); in InitPlan()
838 resultRelationIndex, in InitPlan()
1265 Index resultRelationIndex, in InitResultRelInfo() argument
1273 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DexecMain.c831 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
835 resultRelationIndex); in InitPlan()
838 resultRelationIndex, in InitPlan()
1265 Index resultRelationIndex, in InitResultRelInfo() argument
1273 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DexecMain.c831 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
835 resultRelationIndex); in InitPlan()
838 resultRelationIndex, in InitPlan()
1265 Index resultRelationIndex, in InitResultRelInfo() argument
1273 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/executor/
H A DexecMain.c831 Index resultRelationIndex = lfirst_int(l);
835 resultRelationIndex);
838 resultRelationIndex,
1265 Index resultRelationIndex,
1273 resultRelInfo->ri_RangeTableIndex = resultRelationIndex;
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/executor/
H A DexecMain.c831 Index resultRelationIndex = lfirst_int(l);
835 resultRelationIndex);
838 resultRelationIndex,
1265 Index resultRelationIndex,
1273 resultRelInfo->ri_RangeTableIndex = resultRelationIndex;
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A DexecMain.c831 Index resultRelationIndex = lfirst_int(l);
835 resultRelationIndex);
838 resultRelationIndex,
1265 Index resultRelationIndex,
1273 resultRelInfo->ri_RangeTableIndex = resultRelationIndex;
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/executor/
H A DexecMain.c831 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
835 resultRelationIndex); in InitPlan()
838 resultRelationIndex, in InitPlan()
1265 Index resultRelationIndex, in InitResultRelInfo() argument
1273 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/executor/
H A DexecMain.c831 Index resultRelationIndex = lfirst_int(l);
835 resultRelationIndex);
838 resultRelationIndex,
1265 Index resultRelationIndex,
1273 resultRelInfo->ri_RangeTableIndex = resultRelationIndex;
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/executor/
H A DexecMain.c831 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
835 resultRelationIndex); in InitPlan()
838 resultRelationIndex, in InitPlan()
1265 Index resultRelationIndex, in InitResultRelInfo() argument
1273 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/executor/
H A DexecMain.c831 Index resultRelationIndex = lfirst_int(l); in InitPlan() local
835 resultRelationIndex); in InitPlan()
838 resultRelationIndex, in InitPlan()
1265 Index resultRelationIndex, in InitResultRelInfo() argument
1273 resultRelInfo->ri_RangeTableIndex = resultRelationIndex; in InitResultRelInfo()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/executor/
H A DexecMain.c831 Index resultRelationIndex = lfirst_int(l);
835 resultRelationIndex);
838 resultRelationIndex,
1265 Index resultRelationIndex,
1273 resultRelInfo->ri_RangeTableIndex = resultRelationIndex;

1234