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

configure.in

  • Tom Lane's avatar
    7c015045
    Add basic TAP tests for psql's tab-completion logic. · 7c015045
    Tom Lane authored
    Up to now, psql's tab-complete.c has had exactly no regression test
    coverage.  This patch is an experimental attempt to add some.
    
    This needs Perl's IO::Pty module, which isn't installed everywhere,
    so the test script just skips all tests if that's not present.
    There may be other portability gotchas too, so I await buildfarm
    results with interest.
    
    So far this just covers a few very basic keyword-completion and
    query-driven-completion scenarios, which should be enough to let us
    get a feel for whether this is practical at all from a portability
    standpoint.  If it is, there's lots more that can be done.
    
    Discussion: https://postgr.es/m/10967.1577562752@sss.pgh.pa.us
    7c015045
    History
    Add basic TAP tests for psql's tab-completion logic.
    Tom Lane authored
    Up to now, psql's tab-complete.c has had exactly no regression test
    coverage.  This patch is an experimental attempt to add some.
    
    This needs Perl's IO::Pty module, which isn't installed everywhere,
    so the test script just skips all tests if that's not present.
    There may be other portability gotchas too, so I await buildfarm
    results with interest.
    
    So far this just covers a few very basic keyword-completion and
    query-driven-completion scenarios, which should be enough to let us
    get a feel for whether this is practical at all from a portability
    standpoint.  If it is, there's lots more that can be done.
    
    Discussion: https://postgr.es/m/10967.1577562752@sss.pgh.pa.us