Home
last modified time | relevance | path

Searched refs:sortgroupref (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
697 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
699 else if (sortgroupref) in add_column_to_pathtarget()
705 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1073 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1093 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1113 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1195 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1196 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1201 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
697 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
699 else if (sortgroupref) in add_column_to_pathtarget()
705 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1073 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1093 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1113 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1195 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1196 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1201 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
697 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
699 else if (sortgroupref) in add_column_to_pathtarget()
705 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1073 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1093 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1113 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1195 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1196 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1201 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
697 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
699 else if (sortgroupref) in add_column_to_pathtarget()
705 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1073 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1093 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1113 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1195 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1196 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1201 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
697 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
699 else if (sortgroupref) in add_column_to_pathtarget()
705 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1073 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1093 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1113 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1195 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1196 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1201 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
697 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
699 else if (sortgroupref) in add_column_to_pathtarget()
705 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1073 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1093 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1113 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1195 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1196 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1201 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
697 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
699 else if (sortgroupref) in add_column_to_pathtarget()
705 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1073 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1093 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1113 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1195 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1196 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1201 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
697 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
699 else if (sortgroupref) in add_column_to_pathtarget()
705 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1073 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1093 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1113 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1195 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1196 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1201 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
697 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
699 else if (sortgroupref) in add_column_to_pathtarget()
705 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1073 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1093 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1113 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1195 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1196 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1201 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
697 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
699 else if (sortgroupref) in add_column_to_pathtarget()
705 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1073 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1093 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1113 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1195 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1196 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1201 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */
697 target->sortgrouprefs[nexprs - 1] = sortgroupref;
699 else if (sortgroupref)
705 target->sortgrouprefs[nexprs - 1] = sortgroupref;
1073 item->sortgroupref = context->current_sgref;
1093 item->sortgroupref = context->current_sgref;
1113 item->sortgroupref = context->current_sgref;
1195 if ((item->sortgroupref == sgref ||
1196 item->sortgroupref == 0 ||
1201 if (item->sortgroupref)
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
697 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
699 else if (sortgroupref) in add_column_to_pathtarget()
705 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1073 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1093 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1113 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1195 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1196 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1201 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
697 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
699 else if (sortgroupref) in add_column_to_pathtarget()
705 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1073 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1093 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1113 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1195 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1196 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1201 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c36 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
697 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
699 else if (sortgroupref) in add_column_to_pathtarget()
705 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1073 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1093 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1113 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1195 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1196 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1201 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c32 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
696 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
698 else if (sortgroupref) in add_column_to_pathtarget()
704 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1084 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1104 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1124 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1206 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1207 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1212 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c32 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
696 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
698 else if (sortgroupref) in add_column_to_pathtarget()
704 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1084 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1104 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1124 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1206 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1207 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1212 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c32 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
696 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
698 else if (sortgroupref) in add_column_to_pathtarget()
704 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1084 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1104 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1124 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1206 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1207 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1212 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c32 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
696 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
698 else if (sortgroupref) in add_column_to_pathtarget()
704 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1084 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1104 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1124 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1206 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1207 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1212 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c32 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
696 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
698 else if (sortgroupref) in add_column_to_pathtarget()
704 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1084 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1104 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1124 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1206 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1207 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1212 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/optimizer/util/
H A Dtlist.c32 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
717 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
719 else if (sortgroupref) in add_column_to_pathtarget()
725 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1095 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1115 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1135 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1217 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1218 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1223 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c32 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
696 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
698 else if (sortgroupref) in add_column_to_pathtarget()
704 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1084 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1104 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1124 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1206 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1207 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1212 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c32 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
696 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
698 else if (sortgroupref) in add_column_to_pathtarget()
704 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1084 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1104 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1124 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1206 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1207 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1212 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/optimizer/util/
H A Dtlist.c32 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
717 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
719 else if (sortgroupref) in add_column_to_pathtarget()
725 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1095 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1115 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1135 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1217 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1218 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1223 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/optimizer/util/
H A Dtlist.c32 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
717 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
719 else if (sortgroupref) in add_column_to_pathtarget()
725 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1095 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1115 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1135 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1217 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1218 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1223 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/optimizer/util/
H A Dtlist.c37 Index sortgroupref; /* its sortgroupref, or 0 if none */ member
723 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
725 else if (sortgroupref) in add_column_to_pathtarget()
731 target->sortgrouprefs[nexprs - 1] = sortgroupref; in add_column_to_pathtarget()
1099 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1119 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1139 item->sortgroupref = context->current_sgref; in split_pathtarget_walker()
1221 if ((item->sortgroupref == sgref || in add_sp_item_to_pathtarget()
1222 item->sortgroupref == 0 || in add_sp_item_to_pathtarget()
1227 if (item->sortgroupref) in add_sp_item_to_pathtarget()
[all …]

1234567