Home
last modified time | relevance | path

Searched refs:HEAP_HASNULL (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/pg_amcheck/t/
H A D004_verify_heapam.pl314 use constant HEAP_HASNULL => 0x0001; constant
447 $tup->{t_infomask} |= HEAP_HASNULL;
457 $tup->{t_infomask} |= HEAP_HASNULL;
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/pg_amcheck/t/
H A D004_verify_heapam.pl314 use constant HEAP_HASNULL => 0x0001; constant
447 $tup->{t_infomask} |= HEAP_HASNULL;
457 $tup->{t_infomask} |= HEAP_HASNULL;
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/pg_amcheck/t/
H A D004_verify_heapam.pl314 use constant HEAP_HASNULL => 0x0001; constant
447 $tup->{t_infomask} |= HEAP_HASNULL;
457 $tup->{t_infomask} |= HEAP_HASNULL;
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/pg_amcheck/t/
H A D004_verify_heapam.pl314 use constant HEAP_HASNULL => 0x0001; constant
447 $tup->{t_infomask} |= HEAP_HASNULL;
457 $tup->{t_infomask} |= HEAP_HASNULL;
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/pg_amcheck/t/
H A D004_verify_heapam.pl314 use constant HEAP_HASNULL => 0x0001; constant
447 $tup->{t_infomask} |= HEAP_HASNULL;
457 $tup->{t_infomask} |= HEAP_HASNULL;
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/pg_amcheck/t/
H A D004_verify_heapam.pl314 use constant HEAP_HASNULL => 0x0001; constant
447 $tup->{t_infomask} |= HEAP_HASNULL;
457 $tup->{t_infomask} |= HEAP_HASNULL;
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/pg_amcheck/t/
H A D004_verify_heapam.pl314 use constant HEAP_HASNULL => 0x0001; constant
447 $tup->{t_infomask} |= HEAP_HASNULL;
457 $tup->{t_infomask} |= HEAP_HASNULL;
/dports/databases/postgresql14-server/postgresql-14.1/contrib/pageinspect/
H A Dheapfuncs.c249 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
349 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
456 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
550 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/pageinspect/
H A Dheapfuncs.c249 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
349 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
456 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
550 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/pageinspect/
H A Dheapfuncs.c249 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
349 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
456 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
550 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/pageinspect/
H A Dheapfuncs.c249 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
349 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
456 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
550 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql14-client/postgresql-14.1/contrib/pageinspect/
H A Dheapfuncs.c249 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
349 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
456 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
550 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql13-server/postgresql-13.5/contrib/pageinspect/
H A Dheapfuncs.c247 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
347 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
454 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
549 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/pageinspect/
H A Dheapfuncs.c249 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
349 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
456 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
550 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/pageinspect/
H A Dheapfuncs.c249 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
349 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
456 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
550 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql13-pltcl/postgresql-13.5/contrib/pageinspect/
H A Dheapfuncs.c247 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
347 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
454 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
549 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql13-docs/postgresql-13.5/contrib/pageinspect/
H A Dheapfuncs.c247 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
347 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
454 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
549 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql13-client/postgresql-13.5/contrib/pageinspect/
H A Dheapfuncs.c247 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
347 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
454 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
549 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql13-contrib/postgresql-13.5/contrib/pageinspect/
H A Dheapfuncs.c247 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
347 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
454 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
549 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql13-plperl/postgresql-13.5/contrib/pageinspect/
H A Dheapfuncs.c247 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
347 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
454 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
549 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql13-plpython/postgresql-13.5/contrib/pageinspect/
H A Dheapfuncs.c247 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
347 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
454 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
549 if ((t_infomask & HEAP_HASNULL) != 0) in heap_tuple_infomask_flags()
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pageinspect/
H A Dheapfuncs.c232 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
329 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
436 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pageinspect/
H A Dheapfuncs.c232 if (tuphdr->t_infomask & HEAP_HASNULL) in heap_page_items()
329 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits); in tuple_data_split_internal()
436 if (t_infomask & HEAP_HASNULL) in tuple_data_split()
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/pageinspect/
H A Dheapfuncs.c232 if (tuphdr->t_infomask & HEAP_HASNULL)
329 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits);
436 if (t_infomask & HEAP_HASNULL)
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pageinspect/
H A Dheapfuncs.c232 if (tuphdr->t_infomask & HEAP_HASNULL)
329 is_null = (t_infomask & HEAP_HASNULL) && att_isnull(i, t_bits);
436 if (t_infomask & HEAP_HASNULL)

12345678