Re: [BUGS] BUG #6633: PL/Python build does not honor PYTHON on Mac OS X

2012-05-09 Thread Peter Eisentraut
On tis, 2012-05-08 at 11:33 -0400, Clay McClure wrote: > "The gist of it is to grab python-config --prefix and store it in a > variable, say py_prefix. If the file $py_prefix/Python exists, you are > dealing with a Framework build and -framework Python is the > appropriate method of linking. Otherw

[BUGS] BUG #6635: TRUNCATE didn't recreate init fork.

2012-05-09 Thread kurosawa-akira
The following bug has been logged on the website: Bug reference: 6635 Logged by: Akira Kurosawa Email address: kurosawa-ak...@mxc.nes.nec.co.jp PostgreSQL version: 9.1.3 Operating system: Red Hat Enterprise Linux 5.5 Description: When I executed TRUNCATE command to un

Re: [BUGS] BUG #6634: pg_dump dumps cast after objects depending on it

2012-05-09 Thread Tom Lane
=?ISO-8859-1?B?QW5kcuFzIFbhY3pp?= writes: > Object list as pg_restore outputs (see error log below): That is not tremendously helpful. pg_dump should generally dump casts before views, and you have not provided any information that would tell why it's not doing so in this case. We need to see a