mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-30 00:04:49 -04:00 
			
		
		
		
	Add missing period to detail message.
Per note from Peter Eisentraut.
This commit is contained in:
		
							parent
							
								
									b9ea8d20fd
								
							
						
					
					
						commit
						a66fca3f0c
					
				| @ -1093,7 +1093,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable) | ||||
| 				initStringInfo(&logbuf); | ||||
| 				DescribeLockTag(&locktagbuf, &lock->tag); | ||||
| 				appendStringInfo(&logbuf, | ||||
| 					  _("Process %d waits for %s on %s"), | ||||
| 					  _("Process %d waits for %s on %s."), | ||||
| 						 MyProcPid, | ||||
| 						 GetLockmodeName(lock->tag.locktag_lockmethodid, | ||||
| 										 lockmode), | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user