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

create_index.sql

  • Tom Lane's avatar
    58af84f4
    Fix completely broken REINDEX SCHEMA testcase. · 58af84f4
    Tom Lane authored
    Aside from not testing the case it claimed to test (namely a permissions
    failure), it left a login-capable role lying around, which quite aside
    from possibly being a security hole would cause subsequent regression runs
    to fail since the role would already exist.
    58af84f4
    History
    Fix completely broken REINDEX SCHEMA testcase.
    Tom Lane authored
    Aside from not testing the case it claimed to test (namely a permissions
    failure), it left a login-capable role lying around, which quite aside
    from possibly being a security hole would cause subsequent regression runs
    to fail since the role would already exist.