mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix typo in comment.
This commit is contained in:
		@@ -508,7 +508,7 @@ RelationBuildPartitionDesc(Relation rel)
 | 
			
		||||
						boundinfo->null_index = mapping[null_index];
 | 
			
		||||
					}
 | 
			
		||||
 | 
			
		||||
					/* All partition must now have a valid mapping */
 | 
			
		||||
					/* All partitions must now have a valid mapping */
 | 
			
		||||
					Assert(next_index == nparts);
 | 
			
		||||
					break;
 | 
			
		||||
				}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user