Only in expected/: CVS
diff -C3 -r expected//complex-test4.stderr results//complex-test4.stderr
*** expected//complex-test4.stderr	Wed Aug  2 10:14:02 2006
--- results//complex-test4.stderr	Thu Aug  3 14:52:05 2006
***************
*** 18,27 ****
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGexecute line 50 Ok: INSERT 0 1
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: ECPGexecute line 55: QUERY: insert into test ( f  , i  , a  , text  , b  , t  , err  ) values( 14.07 ,  1 ,  array [9,8,7,6,5,4,3,2,1,0] ,  '0123456789' ,  't' , 1 , 147 ) on connection regress1
! [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: ECPGexecute line 55 Ok: INSERT 0 1
! [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGtrans line 59 action = commit connection = regress1
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGtrans line 61 action = begin transaction  connection = regress1
--- 18,26 ----
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGexecute line 50 Ok: INSERT 0 1
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: raising sqlcode -12 in line 55, 'Out of memory in line 55.'.
! [NO_PID]: sqlca: code: -12, state: YE001
! sql error Out of memory in line 55.
  [NO_PID]: ECPGtrans line 59 action = commit connection = regress1
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGtrans line 61 action = begin transaction  connection = regress1
***************
*** 28,41 ****
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGexecute line 63: QUERY: select  f , text , b  from test where i = 1   on connection regress1
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: ECPGexecute line 63: Correctly got 1 tuples with 3 fields
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: ECPGget_data line 63: RESULT: 14.07 offset: 8 array: Yes
! [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: ECPGget_data line 63: RESULT: 0123456789 offset: 25 array: Yes
! [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: ECPGget_data line 63: RESULT: t offset: 1 array: Yes
! [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGexecute line 71: QUERY: select  a , text  from test where f =  140787   on connection regress1
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGexecute line 71: Correctly got 1 tuples with 2 fields
--- 27,36 ----
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGexecute line 63: QUERY: select  f , text , b  from test where i = 1   on connection regress1
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: ECPGexecute line 63: Correctly got 0 tuples with 3 fields
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: raising sqlcode 100 in line 63, 'No data found in line 63.'.
! [NO_PID]: sqlca: code: 100, state: 02000
  [NO_PID]: ECPGexecute line 71: QUERY: select  a , text  from test where f =  140787   on connection regress1
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGexecute line 71: Correctly got 1 tuples with 2 fields
diff -C3 -r expected//complex-test4.stdout results//complex-test4.stdout
*** expected//complex-test4.stdout	Wed Aug  2 10:14:02 2006
--- results//complex-test4.stdout	Thu Aug  3 14:52:05 2006
***************
*** 1,4 ****
! Found f=14,070000 text=0123456789 b=1
  Found a[0] = 9
  Found a[1] = 8
  Found a[2] = 7
--- 1,4 ----
! Found f=-11885959257070703919456148548600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.000000 text=klmnopqrst b=1
  Found a[0] = 9
  Found a[1] = 8
  Found a[2] = 7
diff -C3 -r expected//complex-test5.stdout results//complex-test5.stdout
*** expected//complex-test5.stdout	Thu Aug  3 10:04:56 2006
--- results//complex-test5.stdout	Thu Aug  3 14:52:05 2006
***************
*** 1,3 ****
  name=first user          , accs=320 byte=\001m\000\212
  name=first user          , accs=320 byte=\001m\000\212
! name=first user          , accs=16385 byte=(1)(155)(0)(212)
--- 1,3 ----
  name=first user          , accs=320 byte=\001m\000\212
  name=first user          , accs=320 byte=\001m\000\212
! name=first user          , accs=320 byte=(1)(155)(0)(212)
diff -C3 -r expected//connect-test1.stderr results//connect-test1.stderr
*** expected//connect-test1.stderr	Wed Aug  2 10:14:02 2006
--- results//connect-test1.stderr	Thu Aug  3 14:52:03 2006
***************
*** 26,47 ****
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGconnect: opening database connectdb on localhost port 55432 for user connectuser
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: raising sqlcode -220 in line 42, 'No such connection nonexistant in line 42.'.
! [NO_PID]: sqlca: code: -220, state: 08003
  [NO_PID]: ecpg_finish: Connection connectdb closed.
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGconnect: opening database connectdb on localhost port 55432 for user connectuser
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ecpg_finish: Connection connectdb closed.
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGconnect: opening database connectdb on <DEFAULT> port 55432 for user connectuser
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ecpg_finish: Connection connectdb closed.
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGconnect: opening database nonexistant on localhost port 55432 for user connectuser
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: connect: could not open database nonexistant on localhost port 55432 for user connectuser in line 54
! 	FATAL:  database "nonexistant" does not exist
  
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ecpg_finish: Connection nonexistant closed.
--- 26,79 ----
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGconnect: opening database connectdb on localhost port 55432 for user connectuser
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: connect: could not open database connectdb on localhost port 55432 for user connectuser in line 41
! 	could not connect to server: Connection refused
! 	Is the server running on host "localhost" and accepting
! 	TCP/IP connections on port 55432?
! 
! [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ecpg_finish: Connection connectdb closed.
  [NO_PID]: sqlca: code: 0, state: 00000
+ [NO_PID]: raising sqlcode -402 in line 41, 'Could not connect to database connectdb in line 41.'.
+ [NO_PID]: sqlca: code: -402, state: 08001
+ [NO_PID]: raising sqlcode -220 in line 42, 'No such connection nonexistant in line 42.'.
+ [NO_PID]: sqlca: code: -220, state: 08003
+ [NO_PID]: raising sqlcode -220 in line 43, 'No such connection CURRENT in line 43.'.
+ [NO_PID]: sqlca: code: -220, state: 08003
  [NO_PID]: ECPGconnect: opening database connectdb on localhost port 55432 for user connectuser
  [NO_PID]: sqlca: code: 0, state: 00000
+ [NO_PID]: connect: could not open database connectdb on localhost port 55432 for user connectuser in line 47
+ 	could not connect to server: Connection refused
+ 	Is the server running on host "localhost" and accepting
+ 	TCP/IP connections on port 55432?
+ 
+ [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ecpg_finish: Connection connectdb closed.
  [NO_PID]: sqlca: code: 0, state: 00000
+ [NO_PID]: raising sqlcode -402 in line 47, 'Could not connect to database connectdb in line 47.'.
+ [NO_PID]: sqlca: code: -402, state: 08001
+ [NO_PID]: raising sqlcode -220 in line 48, 'No such connection CURRENT in line 48.'.
+ [NO_PID]: sqlca: code: -220, state: 08003
  [NO_PID]: ECPGconnect: opening database connectdb on <DEFAULT> port 55432 for user connectuser
  [NO_PID]: sqlca: code: 0, state: 00000
+ [NO_PID]: connect: could not open database connectdb on <DEFAULT> port 55432 for user connectuser in line 50
+ 	could not connect to server: No such file or directory
+ 	Is the server running locally and accepting
+ 	connections on Unix domain socket "/tmp/.s.PGSQL.55432"?
+ 
+ [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ecpg_finish: Connection connectdb closed.
  [NO_PID]: sqlca: code: 0, state: 00000
+ [NO_PID]: raising sqlcode -402 in line 50, 'Could not connect to database connectdb in line 50.'.
+ [NO_PID]: sqlca: code: -402, state: 08001
+ [NO_PID]: raising sqlcode -220 in line 51, 'No such connection CURRENT in line 51.'.
+ [NO_PID]: sqlca: code: -220, state: 08003
  [NO_PID]: ECPGconnect: opening database nonexistant on localhost port 55432 for user connectuser
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: connect: could not open database nonexistant on localhost port 55432 for user connectuser in line 54
! 	could not connect to server: Connection refused
! 	Is the server running on host "localhost" and accepting
! 	TCP/IP connections on port 55432?
  
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ecpg_finish: Connection nonexistant closed.
***************
*** 53,61 ****
  [NO_PID]: ECPGconnect: opening database connectdb on localhost port 0 for user connectuser
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: connect: could not open database connectdb on localhost port 0 for user connectuser in line 58
! 	could not connect to server: Connection refused
! 	Is the server running on host "localhost" and accepting
! 	TCP/IP connections on port 0?
  
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ecpg_finish: Connection connectdb closed.
--- 85,91 ----
  [NO_PID]: ECPGconnect: opening database connectdb on localhost port 0 for user connectuser
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: connect: could not open database connectdb on localhost port 0 for user connectuser in line 58
! 	could not translate host name "localhost" to address: Hostname and service name not provided or found
  
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ecpg_finish: Connection connectdb closed.
***************
*** 64,69 ****
--- 94,109 ----
  [NO_PID]: sqlca: code: -402, state: 08001
  [NO_PID]: ECPGconnect: opening database connectdb on <DEFAULT> port 55432 for user connectuser
  [NO_PID]: sqlca: code: 0, state: 00000
+ [NO_PID]: connect: could not open database connectdb on <DEFAULT> port 55432 for user connectuser in line 62
+ 	could not connect to server: No such file or directory
+ 	Is the server running locally and accepting
+ 	connections on Unix domain socket "/tmp/.s.PGSQL.55432"?
+ 
+ [NO_PID]: sqlca: code: 0, state: 00000
+ [NO_PID]: ecpg_finish: Connection connectdb closed.
+ [NO_PID]: sqlca: code: 0, state: 00000
+ [NO_PID]: raising sqlcode -402 in line 62, 'Could not connect to database connectdb in line 62.'.
+ [NO_PID]: sqlca: code: -402, state: 08001
  [NO_PID]: ECPGconnect: opening database connectdb on <DEFAULT> port <DEFAULT> 
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: connect: connection identifier main is already in use
Only in expected/: errors-notice.c
Only in expected/: errors-notice.stderr
Only in expected/: errors-notice.stdout
diff -C3 -r expected//pgtypeslib-dt_test.stderr results//pgtypeslib-dt_test.stderr
*** expected//pgtypeslib-dt_test.stderr	Thu Aug  3 10:04:56 2006
--- results//pgtypeslib-dt_test.stderr	Thu Aug  3 14:52:05 2006
***************
*** 10,16 ****
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGexecute line 30 Ok: SET
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: ECPGexecute line 35: QUERY: insert into date_test ( d  , ts  , iv  ) values(  date '1966-01-17' ,  timestamp '2000-07-12 17:34:29' , '2003-02-28 12:34' :: timestamp   - 'Mon Jan 17 1966' :: timestamp   ) on connection regress1
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGexecute line 35 Ok: INSERT 0 1
  [NO_PID]: sqlca: code: 0, state: 00000
--- 10,16 ----
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGexecute line 30 Ok: SET
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: ECPGexecute line 35: QUERY: insert into date_test ( d  , ts  , iv  ) values(  date '1966-01-17' ,  timestamp '2000-01-01 00:00:00' , '2003-02-28 12:34' :: timestamp   - 'Mon Jan 17 1966' :: timestamp   ) on connection regress1
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGexecute line 35 Ok: INSERT 0 1
  [NO_PID]: sqlca: code: 0, state: 00000
***************
*** 20,28 ****
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGget_data line 37: RESULT: 1966-01-17 offset: 4 array: Yes
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: ECPGget_data line 37: RESULT: 2000-07-12 17:34:29 offset: 8 array: Yes
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: ECPGget_data line 37: RESULT: 13556 days 12:34:00 offset: 12 array: Yes
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGtrans line 354 action = rollback connection = regress1
  [NO_PID]: sqlca: code: 0, state: 00000
--- 20,28 ----
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGget_data line 37: RESULT: 1966-01-17 offset: 4 array: Yes
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: ECPGget_data line 37: RESULT: 2000-01-01 00:00:00 offset: 8 array: Yes
  [NO_PID]: sqlca: code: 0, state: 00000
! [NO_PID]: ECPGget_data line 37: RESULT: 13556 days 12:34:00 offset: 16 array: Yes
  [NO_PID]: sqlca: code: 0, state: 00000
  [NO_PID]: ECPGtrans line 354 action = rollback connection = regress1
  [NO_PID]: sqlca: code: 0, state: 00000
diff -C3 -r expected//pgtypeslib-dt_test.stdout results//pgtypeslib-dt_test.stdout
*** expected//pgtypeslib-dt_test.stdout	Wed Aug  2 10:14:03 2006
--- results//pgtypeslib-dt_test.stdout	Thu Aug  3 14:52:05 2006
***************
*** 1,12 ****
  Date: 1966-01-17
! timestamp: 2000-07-12 17:34:29
  interval: @ 13556 days 12 hours 34 mins
  m: 4, d: 19, y: 1998
  date seems to get encoded to julian -622
  m: 4, d: 19, y: 1998
! date_day of 2003-12-04 17:34:29 is 4
  using date 2003-12-04 17:34:29
! Above date in format "(ddd), mmm. dd, yyyy, repeat: (ddd), mmm. dd, yyyy. end" is "(Thu), Dec. 04, 2003, repeat: (Thu), Dec. 04, 2003. end"
  date_defmt_asc1: 1995-12-25
  date_defmt_asc2: 0095-12-25
  date_defmt_asc3: 0095-12-25
--- 1,12 ----
  Date: 1966-01-17
! timestamp: 2000-01-01 01:07:08.364404
  interval: @ 13556 days 12 hours 34 mins
  m: 4, d: 19, y: 1998
  date seems to get encoded to julian -622
  m: 4, d: 19, y: 1998
! date_day of 2003-12-04 17:34:29 is 6
  using date 2003-12-04 17:34:29
! Above date in format "(ddd), mmm. dd, yyyy, repeat: (ddd), mmm. dd, yyyy. end" is "(Fri), Feb. 11, 75076 repeat: (Fri), Feb. 11, 75076 end"
  date_defmt_asc1: 1995-12-25
  date_defmt_asc2: 0095-12-25
  date_defmt_asc3: 0095-12-25
***************
*** 21,49 ****
  timestamp_to_asc1: 1996-02-29 00:00:00
  timestamp_to_asc2: 1994-02-11 03:10:35
  timestamp_to_asc3: 2000-01-01 00:00:00
! timestamp_fmt_asc: 0: abc-00:00:00-def-01/01/00-ghi%
! timestamp_defmt_asc(This is a 4/12/80 3-39l12test, This is a %m/%d/%y %H-%Ml%Stest) = 1980-04-12 03:39:12, error: 0
! timestamp_defmt_asc(Tue Jul 22 17:28:44 +0200 2003, %a %b %d %H:%M:%S %z %Y) = 2003-07-22 15:28:44, error: 0
! timestamp_defmt_asc(Tue Feb 29 17:28:44 +0200 2000, %a %b %d %H:%M:%S %z %Y) = 2000-02-29 15:28:44, error: 0
! timestamp_defmt_asc(Tue Feb 29 17:28:44 +0200 1900, %a %b %d %H:%M:%S %z %Y) = 1900-02-28 15:28:44, error (should be error!): 1
! timestamp_defmt_asc(Tue Feb 29 17:28:44 +0200 1996, %a %b %d %H:%M:%S %z %Y) = 1996-02-29 15:28:44, error: 0
! timestamp_defmt_asc(      Jul 31 17:28:44 +0200 1996, %b %d %H:%M:%S %z %Y) = 1996-07-31 15:28:44, error: 0
! timestamp_defmt_asc(      Jul 32 17:28:44 +0200 1996, %b %d %H:%M:%S %z %Y) = 1996-07-31 15:28:44, error (should be error!): 1
! timestamp_defmt_asc(Tue Feb 29 17:28:44 +0200 1997, %a %b %d %H:%M:%S %z %Y) = 1997-02-28 15:28:44, error (should be error!): 1
! timestamp_defmt_asc(Tue Jul 22 17:28:44 +0200 2003, %) = 1997-02-28 15:28:44, error (should be error!): 1
! timestamp_defmt_asc(Tue Jul 22 17:28:44 +0200 2003, a %) = 1997-02-28 15:28:44, error (should be error!): 1
! timestamp_defmt_asc(    Jul, 22 17_28 `44 +0200  2003  , %b, %d %H_%M`%S %z %Y) = 2003-07-22 15:28:44, error: 0
! timestamp_defmt_asc(Tue Jul %22 17:28:44 CEST 2003, %a %b %%%d %H:%M:%S %Z %Y) = 2003-07-22 15:28:44, error: 0
! timestamp_defmt_asc(Tue Jul %22 17:28:44 CEST 2003, %a %b %%%d %H:%M:%S %Z %Y) = 2003-07-22 15:28:44, error: 0
  timestamp_defmt_asc(abc
!    19 October %22 17:28:44 CEST 2003, abc%n %C %B %%%d %H:%M:%S %Z %Y) = 2003-10-22 15:28:44, error: 0
  timestamp_defmt_asc(abc
!    18 October %34 17:28:44 CEST 80, abc%n %C %B %%%d %H:%M:%S %Z %y) = 1880-10-31 15:28:44, error (should be error!): 1
  timestamp_defmt_asc(abc
!    18 October %34 17:28:44 CEST 80, ) = 1880-10-31 15:28:44, error (should be error!): 1
! timestamp_defmt_asc(1980-04-12 3:49:44      , (null)) = 1980-04-12 03:49:44, error: 0
! timestamp_defmt_asc(July 14, 1988. Time: 9:15am, %B %d, %Y. Time: %I:%M%p) = 1988-07-14 09:15:00, error: 0
! timestamp_defmt_asc(September 6 at 01:30 pm in the year 1983, %B %d at %I:%M %p in the year %Y) = 1983-09-06 13:30:00, error: 0
! timestamp_defmt_asc(  1976, July 14. Time: 9:15am, %Y,   %B %d. Time: %I:%M %p) = 1976-07-14 09:15:00, error: 0
! timestamp_defmt_asc(  1976, July 14. Time: 9:15 am, %Y,   %B %d. Time: %I:%M%p) = 1976-07-14 09:15:00, error: 0
! timestamp_defmt_asc(  1976, P.M. July 14. Time: 9:15, %Y, %P  %B %d. Time: %I:%M) = 1976-07-14 21:15:00, error: 0
--- 21,49 ----
  timestamp_to_asc1: 1996-02-29 00:00:00
  timestamp_to_asc2: 1994-02-11 03:10:35
  timestamp_to_asc3: 2000-01-01 00:00:00
! timestamp_fmt_asc: 0: abc-14:52:05-def-08/03/06-ghi%
! timestamp_defmt_asc(This is a 4/12/80 3-39l12test, This is a %m/%d/%y %H-%Ml%Stest) = 2000-01-01 00:08:56.92264, error: 0
! timestamp_defmt_asc(Tue Jul 22 17:28:44 +0200 2003, %a %b %d %H:%M:%S %z %Y) = 2000-01-01 01:07:08.364404, error: 0
! timestamp_defmt_asc(Tue Feb 29 17:28:44 +0200 2000, %a %b %d %H:%M:%S %z %Y) = 2000-01-01 01:07:08.364404, error: 0
! timestamp_defmt_asc(Tue Feb 29 17:28:44 +0200 1900, %a %b %d %H:%M:%S %z %Y) = 2000-01-01 02:18:43.3317, error (should be error!): 1
! timestamp_defmt_asc(Tue Feb 29 17:28:44 +0200 1996, %a %b %d %H:%M:%S %z %Y) = 2000-01-01 01:07:08.364404, error: 0
! timestamp_defmt_asc(      Jul 31 17:28:44 +0200 1996, %b %d %H:%M:%S %z %Y) = 2000-01-01 01:07:08.364404, error: 0
! timestamp_defmt_asc(      Jul 32 17:28:44 +0200 1996, %b %d %H:%M:%S %z %Y) = 2000-01-01 02:18:43.3317, error (should be error!): 1
! timestamp_defmt_asc(Tue Feb 29 17:28:44 +0200 1997, %a %b %d %H:%M:%S %z %Y) = 2000-01-01 02:18:43.3317, error (should be error!): 1
! timestamp_defmt_asc(Tue Jul 22 17:28:44 +0200 2003, %) = 2000-01-01 01:20:31.889104, error (should be error!): 1
! timestamp_defmt_asc(Tue Jul 22 17:28:44 +0200 2003, a %) = 2000-01-01 01:20:31.889104, error (should be error!): 1
! timestamp_defmt_asc(    Jul, 22 17_28 `44 +0200  2003  , %b, %d %H_%M`%S %z %Y) = 2000-01-01 01:07:08.364404, error: 0
! timestamp_defmt_asc(Tue Jul %22 17:28:44 CEST 2003, %a %b %%%d %H:%M:%S %Z %Y) = 2000-01-01 00:08:56.92264, error: 0
! timestamp_defmt_asc(Tue Jul %22 17:28:44 CEST 2003, %a %b %%%d %H:%M:%S %Z %Y) = 2000-01-01 00:08:56.92264, error: 0
  timestamp_defmt_asc(abc
!    19 October %22 17:28:44 CEST 2003, abc%n %C %B %%%d %H:%M:%S %Z %Y) = 2000-01-01 00:08:56.92264, error: 0
  timestamp_defmt_asc(abc
!    18 October %34 17:28:44 CEST 80, abc%n %C %B %%%d %H:%M:%S %Z %y) = 2000-01-01 01:20:31.889936, error (should be error!): 1
  timestamp_defmt_asc(abc
!    18 October %34 17:28:44 CEST 80, ) = 2000-01-01 01:16:03.709744, error (should be error!): 1
! timestamp_defmt_asc(1980-04-12 3:49:44      , ) = 2000-01-01 01:07:08.364404, error: 0
! timestamp_defmt_asc(July 14, 1988. Time: 9:15am, %B %d, %Y. Time: %I:%M%p) = 2000-01-01 00:08:56.92264, error: 0
! timestamp_defmt_asc(September 6 at 01:30 pm in the year 1983, %B %d at %I:%M %p in the year %Y) = 2000-01-01 00:08:56.92264, error: 0
! timestamp_defmt_asc(  1976, July 14. Time: 9:15am, %Y,   %B %d. Time: %I:%M %p) = 2000-01-01 00:08:56.92264, error: 0
! timestamp_defmt_asc(  1976, July 14. Time: 9:15 am, %Y,   %B %d. Time: %I:%M%p) = 2000-01-01 00:08:56.92264, error: 0
! timestamp_defmt_asc(  1976, P.M. July 14. Time: 9:15, %Y, %P  %B %d. Time: %I:%M) = 2000-01-01 00:08:56.92264, error: 0
diff -C3 -r expected//pgtypeslib-dt_test2.stdout results//pgtypeslib-dt_test2.stdout
*** expected//pgtypeslib-dt_test2.stdout	Wed Aug  2 10:14:03 2006
--- results//pgtypeslib-dt_test2.stdout	Thu Aug  3 14:52:06 2006
***************
*** 1,2 ****
  timestamp: 2003-12-04 17:34:29
! Date of timestamp: 2003-12-04
--- 1,2 ----
  timestamp: 2003-12-04 17:34:29
! Date of timestamp: 2000-01-01
diff -C3 -r expected//sql-desc.stdout results//sql-desc.stdout
*** expected//sql-desc.stdout	Thu Aug  3 10:04:56 2006
--- results//sql-desc.stdout	Thu Aug  3 14:52:07 2006
***************
*** 1,4 ****
  output = 1
! val1=1 (ind1: 0) val2='one' (ind2: 0)
  val1=2 val2=null
  val1=2 val2=null
--- 1,4 ----
  output = 1
! val1=654311425 (ind1: 0) val2='one' (ind2: 0)
  val1=2 val2=null
  val1=2 val2=null
diff -C3 -r expected//sql-dyntest2.stdout results//sql-dyntest2.stdout
*** expected//sql-dyntest2.stdout	Wed Aug  2 10:14:03 2006
--- results//sql-dyntest2.stdout	Thu Aug  3 14:52:08 2006
***************
*** 265,271 ****
  	= <"2">
   5	is_instead (type: 16 length: -5 precision: -1 scale: 65531
  	octet_length: 1 returned_octet_length: 1 nullable: 1)
! 	= true
   6	ev_qual (type: 1 length: -5 precision: -1 scale: 65531
  	octet_length: -1 returned_octet_length: 256 nullable: 1)
  	= "{OPEXPR :opno 98 :opfuncid 0 :opresulttype 16 :opretset false :args ({VAR :varno 2 :varattno 1 :vartype 25 :vartypmod -1 :varlevelsup 0 :varnoold 2 :varoattno 1} {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varlevelsup 0 :varnoold 1 :varoattno 1})}"
--- 265,271 ----
  	= <"2">
   5	is_instead (type: 16 length: -5 precision: -1 scale: 65531
  	octet_length: 1 returned_octet_length: 1 nullable: 1)
! 	= false
   6	ev_qual (type: 1 length: -5 precision: -1 scale: 65531
  	octet_length: -1 returned_octet_length: 256 nullable: 1)
  	= "{OPEXPR :opno 98 :opfuncid 0 :opresulttype 16 :opretset false :args ({VAR :varno 2 :varattno 1 :vartype 25 :vartypmod -1 :varlevelsup 0 :varnoold 2 :varoattno 1} {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varlevelsup 0 :varnoold 1 :varoattno 1})}"
