enable-coverage-with-002-patch.out

application/octet-stream

Filename: enable-coverage-with-002-patch.out
Type: application/octet-stream
Part: 3
Message: Re: [HACKERS] advanced partition matching algorithm for partition-wise join
outfuncs.c
src/backend/nodes/outfuncs.c
!     #####: 2284:	WRITE_BOOL_FIELD(merged);
!     #####: 2285:	WRITE_BITMAPSET_FIELD(all_partrels);
joinrels.c
src/backend/optimizer/path/joinrels.c
!     #####: 1876:			*parts1 = lappend(*parts1, NULL);
!     #####: 1877:			*parts2 = lappend(*parts2, NULL);
!     #####: 1878:			continue;
inherit.c
src/backend/optimizer/util/inherit.c
relnode.c
src/backend/optimizer/util/relnode.c
partbounds.c
src/backend/partitioning/partbounds.c
!     #####: 3127:		return NULL;
!     #####: 3132:		elog(ERROR, "unexpected join type %d", jointype);
!     #####: 3139:			merged_bounds = NULL;
!     #####: 3141:			break;
!     #####: 3165:			elog(ERROR, "unexpected partition strategy: %d", strategy);
!     #####: 3361:				*merged_ub = left_ub;
!     #####: 3374:			elog(ERROR, "unexpected join type %d", jointype);
!     #####: 3416:		return false;
!     #####: 3616:						return NULL;
!     #####: 3652:						return NULL;
!     #####: 3683:			return NULL;
!     #####: 3703:			return NULL;
!     #####: 3902:					return NULL;
!     #####: 3941:			return NULL;
!     #####: 4193:			return false;
!     #####: 4279:			return false;
!     #####: 4285:			return false;
!     #####: 4547:				Assert(*default_index == -1);
!     #####: 4548:				*default_index = merge_partition_with_dummy(outer_map,
!     #####: 4568:				Assert(*default_index == -1);
!     #####: 4569:				*default_index = merge_partition_with_dummy(inner_map,
!     #####: 4577:			Assert(*default_index < 0);
!     #####: 4581:		Assert(outer_has_default && inner_has_default);
!     #####: 4583:		*default_index = map_and_merge_partitions(outer_map,
!     #####: 4588:		if (*default_index == -1)
!     #####: 4589:			return false;
!     #####: 4644:				return false;
!     #####: 4671:				return false;