(unnamed)

text/plain

Filename: (unnamed)
Type: text/plain
Part: 0
Message: Re: stand-alone composite types patch (was [HACKERS] Proposal:
***************
*** 764,770 ****
  	/*
  	 * We create the disk file for this relation here
  	 */
! 	if (relkind != RELKIND_VIEW)
  		heap_storage_create(new_rel_desc);
  
  	/*
--- 764,770 ----
  	/*
  	 * We create the disk file for this relation here
  	 */
! 	if (relkind != RELKIND_VIEW && relkind != RELKIND_COMPOSITE_TYPE)
  		heap_storage_create(new_rel_desc);
  
  	/*