Re: localization problem (and solution) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: localization problem (and solution)
Date
Msg-id 22563.1135882211@sss.pgh.pa.us
Whole thread Raw
In response to Re: localization problem (and solution)  ("Andrew Dunstan" <andrew@dunslane.net>)
Responses Re: localization problem (and solution)  ("Andrew Dunstan" <andrew@dunslane.net>)
List pgsql-hackers
"Andrew Dunstan" <andrew@dunslane.net> writes:
> Tom Lane said:
>> BTW, probably a cleaner answer is to put check_function_bodies into
>> some header file instead of having an "extern" in the PLs' .c files.  I
>> was thinking about that yesterday, but couldn't decide where was a good
>> place to put it.

> miscadmin.h ?

Ugh :-(  I was thinking about pg_proc.h, because the variable itself is
in pg_proc.c, but that seems pretty ugly too.  Another possibility is to
move the variable someplace else...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Fwd: Re: [ADMIN] migrating oracle table to PostgresQL
Next
From: Sebastian
Date:
Subject: broken 'SHOW TABLE'-like query works in 8, not 8.1.1