mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	Add missing space in _outA_Const() output
Mistake introduced by 639a86e36aaecb84faaf941dcd0b183ba0aba9e9.
This commit is contained in:
		
							parent
							
								
									7f13ac8123
								
							
						
					
					
						commit
						4e6dcbb6ae
					
				| @ -660,7 +660,7 @@ _outA_Const(StringInfo str, const A_Const *node) | ||||
| 	WRITE_NODE_TYPE("A_CONST"); | ||||
| 
 | ||||
| 	if (node->isnull) | ||||
| 		appendStringInfoString(str, "NULL"); | ||||
| 		appendStringInfoString(str, " NULL"); | ||||
| 	else | ||||
| 	{ | ||||
| 		appendStringInfoString(str, " :val "); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user