On Wed, Dec 11, 2013 at 10:22:32AM +0000, Haribabu kommi wrote:
> The make_absolute_path() function moving to port is changed in similar way as
> Bruce Momjian approach. The psprintf is used to store the error string which
> Occurred in the function. But psprintf is not used for storing the absolute 
> path
> As because it is giving problems in freeing the allocated memory in 
> SelectConfigFiles.
> Because the same memory is allocated in a different code branch from 
> guc_malloc.
> 
> After adding the make_absolute_path() function with psprintf stuff in path.c 
> file
> It is giving linking problem in compilation of ecpg. I am not able to find 
> the problem.
> So I added another file abspath.c in port which contains these two functions.

What errors are you seeing?

-- 
  Bruce Momjian  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to