View Single Post

   
  #2 (permalink)  
Old 04-12-2008, 05:23 AM
Tom Lane
 
Posts: n/a
Default Re: [PATCHES] possible ecpg vpath build error

Michael Glaesemann <grzm@seespotcode.net> writes:
> There's a lot of duplicate code in ecpg.


No kidding :-(. The parser is bad enough but the datatype library is
an order of magnitude worse. I don't have a great solution at hand
though. The backend utils/adt/ code gets to rely on the backend's
error handling and memory management protocols, which I surely do
not propose to remove, but how could we keep common sources when
ecpglib has to work in a far less friendly environment?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote