Re: error in compilation!
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: "Gurjeet Singh" <singh(dot)gurjeet(at)gmail(dot)com>
- Cc: "PGSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>
- Subject: Re: error in compilation!
- Date: Sat, 27 May 2006 14:33:16 -0400
- Message-id: <27599(dot)1148754796(at)sss(dot)pgh(dot)pa(dot)us>
"Gurjeet Singh" <singh(dot)gurjeet(at)gmail(dot)com> writes:
> dllwrap -o libplpgsql.dll --dllname libplpgsql.dll --def plpgsql.def
> pl_gram.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o
> -L../../../../src/backend -L../../../../src/port -lpostgres
> Info: resolving _standard_conforming_strings by linking to
> __imp__standard_conforming_strings (auto-import)
Lack of DLLIMPORT. However, the correct fix is that plpgsql has no
business depending on the setting of standard_conforming_strings
here anyway (because the constructed string might be used later
after a change to standard_conforming_strings).
Guess I'd better go review Bruce's recent patch.
regards, tom lane
Home |
Main Index |
Thread Index