mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 00:08:23 -05:00 
			
		
		
		
	Remove spurious space
Andres Freund
This commit is contained in:
		
							parent
							
								
									2065dd2834
								
							
						
					
					
						commit
						692079e5dc
					
				@ -57,7 +57,7 @@ standby_desc(StringInfo buf, uint8 xl_info, char *rec)
 | 
			
		||||
	{
 | 
			
		||||
		xl_running_xacts *xlrec = (xl_running_xacts *) rec;
 | 
			
		||||
 | 
			
		||||
		appendStringInfo(buf, " running xacts:");
 | 
			
		||||
		appendStringInfo(buf, "running xacts:");
 | 
			
		||||
		standby_desc_running_xacts(buf, xlrec);
 | 
			
		||||
	}
 | 
			
		||||
	else
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user