Postgres bug report

From: Jeremy Spray <Jeremy(dot)Spray(at)oxfam(dot)org>
To: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Postgres bug report
Date: 2021-08-30 17:20:34
Message-ID: DBAPR02MB6424619D3EFFBB1D8522FA4198CB9@DBAPR02MB6424.eurprd02.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pg_restore: processing data for table "public.testdata"
pg_restore: error: unrecognized data block type (0) while searching archive
events.js:291
throw er; // Unhandled 'error' event
^

Error: write EPIPE
at afterWriteDispatched (internal/stream_base_commons.js:156:25)
at writeGeneric (internal/stream_base_commons.js:147:3)
at Socket._writeGeneric (net.js:787:11)
at Socket._write (net.js:799:8)
at doWrite (_stream_writable.js:403:12)
at clearBuffer (_stream_writable.js:542:7)
at onwrite (_stream_writable.js:454:7)
at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:103:10)
Emitted 'error' event on Socket instance at:
at errorOrDestroy (internal/streams/destroy.js:108:12)
at Socket.onerror (_stream_readable.js:754:7)
at Socket.emit (events.js:314:20)
at errorOrDestroy (internal/streams/destroy.js:108:12)
at onwriteError (_stream_writable.js:418:5)
at onwrite (_stream_writable.js:445:5)
at internal/streams/destroy.js:50:7
at Socket._destroy (net.js:680:5)
at Socket.destroy (internal/streams/destroy.js:38:8)
at afterWriteDispatched (internal/stream_base_commons.js:156:17) {
errno: 'EPIPE',
code: 'EPIPE',
syscall: 'write'
}
pg_dump: error: could not write to output file: Invalid argument
This message (including any attachments) may contain confidential, proprietary, privileged and/or private information. The information is intended to be for the use of the individual or entity designated above. If you are not the intended recipient of this message, please notify the sender immediately, and delete the message and any attachments. Any disclosure, reproduction, distribution or other use of this message or any attachments by an individual or entity other than the intended recipient is prohibited. This message is for discussion purposes only and cannot be used to create a binding contract.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2021-08-30 17:50:18 BUG #17168: Incorrect sorting
Previous Message Aliaxei Voitsik 2021-08-30 12:05:58 Unexpected performance degradation when calling jsonb_path_query() function in PostgreSQL 13.x and 14 beta