Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

heap

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Amit Kapila authored
    To avoid deadlock, backend acquires a lock on heap pages in block
    number order.  In certain cases, lock on heap pages is dropped and
    reacquired.  In this case, the locks are dropped for reading in
    corresponding VM page/s. The issue is we re-acquire locks in bufferId
    order whereas the intention was to acquire in blockid order.
    
    This commit ensures that we will always acquire locks on heap pages in
    blockid order.
    
    Reported-by: Nishant Fnu
    Author: Nishant Fnu
    Reviewed-by: Amit Kapila and Robert Haas
    Backpatch-through: 9.4
    Discussion: https://postgr.es/m/5883C831-2ED1-47C8-BFAC-2D5BAE5A8CAE@amazon.com
    fba0a829
    History
    Name Last commit Last update
    ..