Skip to content
Snippets Groups Projects
  1. Jun 28, 1998
  2. Jun 27, 1998
  3. Jun 26, 1998
  4. Jun 25, 1998
  5. Jun 24, 1998
  6. Jun 23, 1998
  7. Jun 22, 1998
  8. Jun 21, 1998
  9. Jun 20, 1998
  10. Jun 19, 1998
    • Marc G. Fournier's avatar
      · 5fdefbc7
      Marc G. Fournier authored
      From: t-ishii@sra.co.jp
      
      As mentioned around line 1153 in backend/commands/copy.c, the method
      of array checking is not perfect.
      
      test=> create table t1 (i text);
      test=> insert into t1 values('{\\.}');
      INSERT 2645600 1
      test=> select * from t1;
      i
      -----
      {\\.}
      (2 rows)
      test=> copy t1 to '/tmp/aaa';
      test=> copy t1 from '/tmp/aaa';
      ERROR:  CopyReadAttribute - end of record marker corrupted
      
      Copy cannot read data produced by itself!
      5fdefbc7
    • Bruce Momjian's avatar
      Port name cleanup · 7a7770e6
      Bruce Momjian authored
      7a7770e6
    • Bruce Momjian's avatar
      Solaris cleanup. · 8ed5918f
      Bruce Momjian authored
      8ed5918f
  11. Jun 18, 1998
  12. Jun 16, 1998
Loading