mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04: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; | 		xl_running_xacts *xlrec = (xl_running_xacts *) rec; | ||||||
| 
 | 
 | ||||||
| 		appendStringInfo(buf, " running xacts:"); | 		appendStringInfo(buf, "running xacts:"); | ||||||
| 		standby_desc_running_xacts(buf, xlrec); | 		standby_desc_running_xacts(buf, xlrec); | ||||||
| 	} | 	} | ||||||
| 	else | 	else | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user