Home
last modified time | relevance | path

Searched refs:compare_datums_simple (Results 1 – 25 of 63) sorted by relevance

123

/dports/databases/postgresql12-client/postgresql-12.9/src/include/statistics/
H A Dextended_stats_internal.h87 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/statistics/
H A Dextended_stats_internal.h86 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql13-server/postgresql-13.5/src/include/statistics/
H A Dextended_stats_internal.h86 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql12-server/postgresql-12.9/src/include/statistics/
H A Dextended_stats_internal.h87 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/statistics/
H A Dextended_stats_internal.h87 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/statistics/
H A Dextended_stats_internal.h87 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql13-client/postgresql-13.5/src/include/statistics/
H A Dextended_stats_internal.h86 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/statistics/
H A Dextended_stats_internal.h86 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/statistics/
H A Dextended_stats_internal.h87 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/statistics/
H A Dextended_stats_internal.h87 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql12-plperl/postgresql-12.9/src/include/statistics/
H A Dextended_stats_internal.h87 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/statistics/
H A Dextended_stats_internal.h86 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/statistics/
H A Dextended_stats_internal.h86 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/statistics/
H A Dextended_stats_internal.h86 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/statistics/
H A Dextended_stats_internal.h94 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql14-server/postgresql-14.1/src/include/statistics/
H A Dextended_stats_internal.h94 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/statistics/
H A Dextended_stats_internal.h94 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/statistics/
H A Dextended_stats_internal.h94 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/statistics/
H A Dextended_stats_internal.h94 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql14-client/postgresql-14.1/src/include/statistics/
H A Dextended_stats_internal.h94 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/statistics/
H A Dextended_stats_internal.h94 extern int compare_datums_simple(Datum a, Datum b, SortSupport ssup);
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/statistics/
H A Dextended_stats.c486 return compare_datums_simple(*(Datum *) a, in compare_scalars_simple()
492 compare_datums_simple(Datum a, Datum b, SortSupport ssup) in compare_datums_simple() function
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/statistics/
H A Dextended_stats.c486 return compare_datums_simple(*(Datum *) a, in compare_scalars_simple()
492 compare_datums_simple(Datum a, Datum b, SortSupport ssup) in compare_datums_simple() function
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/statistics/
H A Dextended_stats.c486 return compare_datums_simple(*(Datum *) a, in compare_scalars_simple()
492 compare_datums_simple(Datum a, Datum b, SortSupport ssup) in compare_datums_simple() function
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/statistics/
H A Dextended_stats.c486 return compare_datums_simple(*(Datum *) a, in compare_scalars_simple()
492 compare_datums_simple(Datum a, Datum b, SortSupport ssup) in compare_datums_simple() function

123