Skip to content
Snippets Groups Projects
  1. Nov 25, 2006
    • Tom Lane's avatar
      Fix psql's \copy command to ensure that it cycles libpq back to the idle state · df3a6fe4
      Tom Lane authored
      (in particular, causing the ReadyForQuery message to be eaten) before
      returning from do_copy.  The only known consequence of failing to do so is
      that get_prompt might show a wrong result for the %x transaction status
      escape, as reported by Bernd Helmle; but it's possible there are other issues.
      
      Back-patch as far as 7.4, the oldest version supporting %x.
      df3a6fe4
  2. Nov 24, 2006
  3. Nov 23, 2006
  4. Nov 22, 2006
  5. Nov 21, 2006
Loading