Обсуждение: Postgres bug report

Поиск
Список
Период
Сортировка

Postgres bug report

От
Jeremy Spray
Дата:

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.

Re: Postgres bug report

От
"David G. Johnston"
Дата:
On Monday, August 30, 2021, Jeremy Spray <Jeremy.Spray@oxfam.org> wrote:

pg_restore: processing data for table "public.testdata"

pg_restore: error: unrecognized data block type (0) while searching archive

events.js:291

      


Suggest you reproduce whatever it is you are doing without a JS environment getting in between.  Just the shell and the commands you want to execute,

David J.