[pg-devel] [PATCH] CLSQL support, more encodings, float parser, etc

Eric Marsden eric.marsden at free.fr
Thu Nov 23 22:34:10 UTC 2006


>>>>> "vs" == Vladimir Sekissov <svg at surnet.ru> writes:

  vs> The patch in the attachment contains some changes to Pg you could find
  vs> useful:
  vs> 
  vs> - "hand-made" float parser;

  looking at this in more detail, I'm afraid that your float parser
  does not respect read/print consistency. For example,
  
CL-USER> (float-parser ".1347626e3")
134.76260000000002d0
  
  The current float parser (using READ-FROM-STRING) does respect this.
  
-- 
Eric Marsden




More information about the pg-devel mailing list