mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	Make GUC_check_errdetail messages full sentences
They were all missing punctuation, one was missing initial capital. Per our message style guidelines. No backpatch, to avoid breaking existing translations.
This commit is contained in:
		| @@ -4933,7 +4933,7 @@ check_recovery_target_time(char **newval, void **extra, GucSource source) | ||||
|  | ||||
| 			if (tm2timestamp(tm, fsec, &tz, ×tamp) != 0) | ||||
| 			{ | ||||
| 				GUC_check_errdetail("timestamp out of range: \"%s\"", str); | ||||
| 				GUC_check_errdetail("Timestamp out of range: \"%s\".", str); | ||||
| 				return false; | ||||
| 			} | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user