Home
last modified time | relevance | path

Searched refs:pg_int64_type (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/postgresql14-server/postgresql-14.1/
H A Dconfigure.ac1969 pg_int64_type="long int"
1973 pg_int64_type="long long int"
1979 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1983 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql14-plpython/postgresql-14.1/
H A Dconfigure.ac1969 pg_int64_type="long int"
1973 pg_int64_type="long long int"
1979 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1983 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql14-pltcl/postgresql-14.1/
H A Dconfigure.ac1969 pg_int64_type="long int"
1973 pg_int64_type="long long int"
1979 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1983 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql14-plperl/postgresql-14.1/
H A Dconfigure.ac1969 pg_int64_type="long int"
1973 pg_int64_type="long long int"
1979 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1983 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql13-pltcl/postgresql-13.5/
H A Dconfigure.in1903 pg_int64_type="long int"
1907 pg_int64_type="long long int"
1913 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1917 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql14-client/postgresql-14.1/
H A Dconfigure.ac1969 pg_int64_type="long int"
1973 pg_int64_type="long long int"
1979 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1983 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql13-server/postgresql-13.5/
H A Dconfigure.in1903 pg_int64_type="long int"
1907 pg_int64_type="long long int"
1913 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1917 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql14-docs/postgresql-14.1/
H A Dconfigure.ac1969 pg_int64_type="long int"
1973 pg_int64_type="long long int"
1979 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1983 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql14-contrib/postgresql-14.1/
H A Dconfigure.ac1969 pg_int64_type="long int"
1973 pg_int64_type="long long int"
1979 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1983 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql13-docs/postgresql-13.5/
H A Dconfigure.in1903 pg_int64_type="long int"
1907 pg_int64_type="long long int"
1913 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1917 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql13-client/postgresql-13.5/
H A Dconfigure.in1903 pg_int64_type="long int"
1907 pg_int64_type="long long int"
1913 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1917 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql13-contrib/postgresql-13.5/
H A Dconfigure.in1903 pg_int64_type="long int"
1907 pg_int64_type="long long int"
1913 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1917 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql13-plperl/postgresql-13.5/
H A Dconfigure.in1903 pg_int64_type="long int"
1907 pg_int64_type="long long int"
1913 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1917 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql13-plpython/postgresql-13.5/
H A Dconfigure.in1903 pg_int64_type="long int"
1907 pg_int64_type="long long int"
1913 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1917 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql11-contrib/postgresql-11.14/
H A Dconfigure.in1917 pg_int64_type="long int"
1921 pg_int64_type="long long int"
1927 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1933 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql11-docs/postgresql-11.14/
H A Dconfigure.in1917 pg_int64_type="long int"
1921 pg_int64_type="long long int"
1927 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1933 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql11-plperl/postgresql-11.14/
H A Dconfigure.in1917 pg_int64_type="long int"
1921 pg_int64_type="long long int"
1927 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1933 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql11-plpython/postgresql-11.14/
H A Dconfigure.in1917 pg_int64_type="long int"
1921 pg_int64_type="long long int"
1927 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1933 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql11-client/postgresql-11.14/
H A Dconfigure.in1917 pg_int64_type="long int"
1921 pg_int64_type="long long int"
1927 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1933 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql11-server/postgresql-11.14/
H A Dconfigure.in1917 pg_int64_type="long int"
1921 pg_int64_type="long long int"
1927 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1933 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql12-contrib/postgresql-12.9/
H A Dconfigure.in1945 pg_int64_type="long int"
1949 pg_int64_type="long long int"
1955 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1959 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql12-client/postgresql-12.9/
H A Dconfigure.in1945 pg_int64_type="long int"
1949 pg_int64_type="long long int"
1955 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1959 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql11-pltcl/postgresql-11.14/
H A Dconfigure.in1917 pg_int64_type="long int"
1921 pg_int64_type="long long int"
1927 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1933 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql12-plperl/postgresql-12.9/
H A Dconfigure.in1945 pg_int64_type="long int"
1949 pg_int64_type="long long int"
1955 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1959 if test x"$pg_int64_type" = x"long long int" ; then
/dports/databases/postgresql12-pltcl/postgresql-12.9/
H A Dconfigure.in1945 pg_int64_type="long int"
1949 pg_int64_type="long long int"
1955 AC_DEFINE_UNQUOTED(PG_INT64_TYPE, $pg_int64_type,
1959 if test x"$pg_int64_type" = x"long long int" ; then

1234