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

resowner.h

Blame
    • Tom Lane's avatar
      0e933fdf
      Add a small cache of locks owned by a resource owner in ResourceOwner. · 0e933fdf
      Tom Lane authored
      Back-patch 9.3-era commit eeb6f37d, to
      improve the older branches' ability to cope with pg_dump dumping a large
      number of tables.
      
      I back-patched into 9.2 and 9.1, but not 9.0 as it would have required a
      significant amount of refactoring, thus negating the argument that this
      is by-now-well-tested code.
      
      Jeff Janes, reviewed by Amit Kapila and Heikki Linnakangas.
      0e933fdf
      History
      Add a small cache of locks owned by a resource owner in ResourceOwner.
      Tom Lane authored
      Back-patch 9.3-era commit eeb6f37d, to
      improve the older branches' ability to cope with pg_dump dumping a large
      number of tables.
      
      I back-patched into 9.2 and 9.1, but not 9.0 as it would have required a
      significant amount of refactoring, thus negating the argument that this
      is by-now-well-tested code.
      
      Jeff Janes, reviewed by Amit Kapila and Heikki Linnakangas.