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

src

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Tom Lane authored
    pgbench would sometimes get stuck waiting forever after its last
    client thread terminated, due to failing to check for there being
    nothing more to wait for.
    
    Bug introduced during refactoring in v10 (I didn't bother to try to
    assign blame to a specific commit).  It's already repaired in
    HEAD/v12 thanks to commit 3bac77c4, but v10 and v11 need this fix.
    
    Fabien Coelho, per report from Tomas Vondra; reviewed by
    Yoshikazu Imai
    
    Discussion: https://postgr.es/m/cc5d76c1-6144-bbed-ad1b-961d13d88f3b@2ndquadrant.com
    46c19321
    History