Home
last modified time | relevance | path

Searched refs:tuplesort_getdatum (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dorderedsetaggs.c456 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
555 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
566 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
793 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
922 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
943 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1047 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dorderedsetaggs.c456 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
555 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
566 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
793 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
922 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
943 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1047 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dorderedsetaggs.c456 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
555 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
566 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
793 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
922 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
943 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1047 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1072 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Dorderedsetaggs.c457 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
556 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
567 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
794 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
923 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
944 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1048 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dorderedsetaggs.c457 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
556 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
567 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
794 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
923 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
944 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1048 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dorderedsetaggs.c457 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
556 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
567 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
794 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
923 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
944 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1048 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Dorderedsetaggs.c457 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
556 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
567 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
794 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
923 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
944 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1048 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Dorderedsetaggs.c457 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
556 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
567 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
794 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
923 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
944 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1048 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Dorderedsetaggs.c457 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
556 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
567 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
794 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
923 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
944 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1048 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1072 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1072 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1072 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1072 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1072 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Dorderedsetaggs.c457 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
556 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
567 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
794 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
923 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
944 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1048 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1072 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL))
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL))
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL))
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL))
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val,
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val,
1072 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val))
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1074 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1074 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Dorderedsetaggs.c456 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
555 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
566 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
793 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
922 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
943 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1047 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1074 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1074 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1074 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/adt/
H A Dorderedsetaggs.c479 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_final()
578 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, &isnull, NULL)) in percentile_cont_final_common()
589 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, &isnull, NULL)) in percentile_cont_final_common()
816 if (!tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, NULL)) in percentile_disc_multi_final()
946 if (!tuplesort_getdatum(osastate->sortstate, true, &first_val, in percentile_cont_multi_final_common()
967 if (!tuplesort_getdatum(osastate->sortstate, true, &second_val, in percentile_cont_multi_final_common()
1074 while (tuplesort_getdatum(osastate->sortstate, true, &val, &isnull, &abbrev_val)) in mode_final()

123456789