regression.diffs

text/x-patch

Filename: regression.diffs
Type: text/x-patch
Part: 0
Message: Re: (patch) regression diffs on collate.linux.utf8 test

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
File+
/home/jdavis/wd/git/postgresql/src/test/regress/results/collate.linux.utf8.out 3 2
*** /home/jdavis/wd/git/postgresql/src/test/regress/expected/collate.linux.utf8.out	2011-10-18 00:47:06.817223853 -0700
--- /home/jdavis/wd/git/postgresql/src/test/regress/results/collate.linux.utf8.out	2011-10-18 01:02:06.509206748 -0700
***************
*** 396,411 ****
  
  -- to_char
  SET lc_time TO 'tr_TR';
  SELECT to_char(date '2010-04-01', 'DD TMMON YYYY');
     to_char   
  -------------
!  01 NIS 2010
  (1 row)
  
  SELECT to_char(date '2010-04-01', 'DD TMMON YYYY' COLLATE "tr_TR");
     to_char   
  -------------
!  01 NİS 2010
  (1 row)
  
  -- backwards parsing
--- 396,412 ----
  
  -- to_char
  SET lc_time TO 'tr_TR';
+ ERROR:  invalid value for parameter "lc_time": "tr_TR"
  SELECT to_char(date '2010-04-01', 'DD TMMON YYYY');
     to_char   
  -------------
!  01 APR 2010
  (1 row)
  
  SELECT to_char(date '2010-04-01', 'DD TMMON YYYY' COLLATE "tr_TR");
     to_char   
  -------------
!  01 APR 2010
  (1 row)
  
  -- backwards parsing

======================================================================