mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix incorrect format placeholders
This commit is contained in:
		@@ -235,7 +235,7 @@ write_jsonlog(ErrorData *edata)
 | 
			
		||||
 | 
			
		||||
	/* if printed internal query, print internal pos too */
 | 
			
		||||
	if (edata->internalpos > 0 && edata->internalquery != NULL)
 | 
			
		||||
		appendJSONKeyValueFmt(&buf, "internal_position", false, "%u",
 | 
			
		||||
		appendJSONKeyValueFmt(&buf, "internal_position", false, "%d",
 | 
			
		||||
							  edata->internalpos);
 | 
			
		||||
 | 
			
		||||
	/* errcontext */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user