mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Initial pgindent and pgperltidy run for v14.
Also "make reformat-dat-files". The only change worthy of note is that pgindent messed up the formatting of launcher.c's struct LogicalRepWorkerId, which led me to notice that that struct wasn't used at all anymore, so I just took it out.
This commit is contained in:
		@@ -2717,10 +2717,10 @@ log_line_prefix(StringInfo buf, ErrorData *edata)
 | 
			
		||||
			case 'Q':
 | 
			
		||||
				if (padding != 0)
 | 
			
		||||
					appendStringInfo(buf, "%*lld", padding,
 | 
			
		||||
							(long long) pgstat_get_my_query_id());
 | 
			
		||||
									 (long long) pgstat_get_my_query_id());
 | 
			
		||||
				else
 | 
			
		||||
					appendStringInfo(buf, "%lld",
 | 
			
		||||
							(long long) pgstat_get_my_query_id());
 | 
			
		||||
									 (long long) pgstat_get_my_query_id());
 | 
			
		||||
				break;
 | 
			
		||||
			default:
 | 
			
		||||
				/* format error - ignore it */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user