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:
		@@ -2450,7 +2450,7 @@ CopyMultiInsertBufferFlush(CopyMultiInsertInfo *miinfo,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	/*
 | 
						/*
 | 
				
			||||||
	 * Print error context information correctly, if one of the operations
 | 
						 * Print error context information correctly, if one of the operations
 | 
				
			||||||
	 * below fail.
 | 
						 * below fails.
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	cstate->line_buf_valid = false;
 | 
						cstate->line_buf_valid = false;
 | 
				
			||||||
	save_cur_lineno = cstate->cur_lineno;
 | 
						save_cur_lineno = cstate->cur_lineno;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user