From: | Matthias Schmitt <freak002(at)mmp(dot)lu> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Darwin: make check fails with "child process exited with exit code 134" |
Date: | 2013-10-28 15:12:23 |
Message-ID: | 55D64809-F305-41A9-946B-8EAFF88FBE3B@mmp.lu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
Hello Andres,
thank you for your extremely fast reaction.
> Could you execute the following (replacing <my path> with your directory)
> export PGDATA=<my path>/postgresql-9.3.1/src/test/regress/tmp_check/data/
> <my path>/postgresql-9.3.1/src/test/regress/tmp_check/install/<my path>/pgsql/bin/postgres" --single -F -O -c search_path=pg_catalog -c exit_on_error=true -j template1
>
> That might already fail.
It didn’t.
> If it doesn't fail, could you execute the following in the shell the above will open?
>
> UPDATE information_schema.sql_implementation_info SET character_value = 'blub' WHERE implementation_info_name = 'DBMS VERSION’;
No problem.
> COPY information_schema.sql_features (feature_id, feature_name, sub_feature_id, sub_feature_name, is_supported, comments) FROM E'<my path>/postgresql-9.3.1/src/test/regress/tmp_check/install/share/sql_features.txt’
I assume you meant:
COPY information_schema.sql_features (feature_id, feature_name, sub_feature_id, sub_feature_name, is_supported, comments) FROM E'<my path>/postgresql-9.3.1/src/test/regress/tmp_check/install/<my install path>/share/sql_features.txt'
I still have a working prompt. I cannot see any errors until here.
I first executed the COPY command using your path. This file does not exist on my drive. What astonishes me most: there was no error message using this non existing file path. Are the errors messages written somewhere else?
Matthias
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2013-10-28 15:37:50 | Re: Darwin: make check fails with "child process exited with exit code 134" |
Previous Message | Andres Freund | 2013-10-28 14:42:25 | Re: Darwin: make check fails with "child process exited with exit code 134" |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2013-10-28 15:37:50 | Re: Darwin: make check fails with "child process exited with exit code 134" |
Previous Message | Tom Lane | 2013-10-28 15:12:13 | Re: Detection of nested function calls |