mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix the display of lock information for specktoken.
A transaction id is now displayed in the transactionid field and speculative insertion token is displayed in the objid field. Author: Sawada Masahiko Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/CAD21AoCEKxZztULP1CDm45aSNNR1QO-Bh1q6LMTspQ78PBuJrw@mail.gmail.com
This commit is contained in:
		@@ -1579,6 +1579,12 @@
 | 
			
		||||
   permanent transaction ID of the current holder of that row lock.
 | 
			
		||||
  </para>
 | 
			
		||||
 | 
			
		||||
  <para>
 | 
			
		||||
   A specualtive insertion lock consists of a transaction ID and a speculative
 | 
			
		||||
   insertion token. The speculative insertion token is displayed in the
 | 
			
		||||
   <structfield>objid</structfield> column.
 | 
			
		||||
  </para>
 | 
			
		||||
 | 
			
		||||
  <para>
 | 
			
		||||
   Advisory locks can be acquired on keys consisting of either a single
 | 
			
		||||
   <type>bigint</type> value or two integer values.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user