From: | PikachuEXE <pikachuexe(at)gmail(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #16147: postgresql 12.1 (from homebrew) - pg_restore -h localhost --jobs=2 crashes |
Date: | 2019-12-09 08:57:34 |
Message-ID: | 1575881854624-0.post@n3.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
I encounter similar issue with the following differences to OP
- Operating system: MacOS 10.14.6
- PostgreSQL (both server & pg_restore) installed via PSQL.app
https://github.com/PostgresApp/PostgresApp/releases/tag/v2.3.2
<https://github.com/PostgresApp/PostgresApp/releases/tag/v2.3.2>
pg_restore's path is
/Applications/Postgres.app/Contents/Versions/latest/bin/pg_restore
Same as OP
If the number of jobs is 1
or setting host to unix socket
The error "pg_restore: error: a worker process died unexpectedly" won't be
raised
However this error doesn't happen on Ubuntu 18.04 version of psql
(
https://www.ubuntuupdates.org/package/postgresql/bionic-pgdg/main/base/postgresql-12
<https://www.ubuntuupdates.org/package/postgresql/bionic-pgdg/main/base/postgresql-12>
)
So it might or might not be build issue for MacOS version
Though having the same issue on both distribution channels (homebrew &
psql.app) seem rare
Anyway reported also to psql.app too
https://github.com/PostgresApp/PostgresApp/issues/538
<https://github.com/PostgresApp/PostgresApp/issues/538>
--
Sent from: https://www.postgresql-archive.org/PostgreSQL-bugs-f2117394.html
From | Date | Subject | |
---|---|---|---|
Next Message | Andrey Lepikhov | 2019-12-09 09:03:43 | Re: Warning in the RecordTransactionAbort routine during compilation with O3 flag |
Previous Message | Jan Przemysław Wójcik | 2019-12-09 08:37:23 | Re: Unexpected extra row from jsonb_path_query() with a recursive path |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2019-12-09 08:57:54 | Re: Questions/Observations related to Gist vacuum |
Previous Message | Amit Langote | 2019-12-09 08:51:24 | Re: progress report for ANALYZE |