mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
## Problem During ingest_benchmark which uses `pgcopydb` ([see](https://github.com/dimitri/pgcopydb))we sometimes had outages. - when PostgreSQL COPY step failed we got a segfault (reported [here](https://github.com/dimitri/pgcopydb/issues/899)) - the root cause was Neon idle_in_transaction_session_timeout is set to 5 minutes which is suboptimal for long-running tasks like project import (reported [here](https://github.com/dimitri/pgcopydb/issues/900)) ## Summary of changes Patch pgcopydb to avoid segfault. override idle_in_transaction_session_timeout and set it to "unlimited"
28 lines
355 B
Plaintext
28 lines
355 B
Plaintext
*
|
|
|
|
# Files
|
|
!Cargo.lock
|
|
!Cargo.toml
|
|
!Makefile
|
|
!rust-toolchain.toml
|
|
!scripts/ninstall.sh
|
|
!docker-compose/run-tests.sh
|
|
|
|
# Directories
|
|
!.cargo/
|
|
!.config/
|
|
!compute/
|
|
!compute_tools/
|
|
!control_plane/
|
|
!libs/
|
|
!pageserver/
|
|
!pgxn/
|
|
!proxy/
|
|
!storage_scrubber/
|
|
!safekeeper/
|
|
!storage_broker/
|
|
!storage_controller/
|
|
!vendor/postgres-*/
|
|
!workspace_hack/
|
|
!build_tools/patches
|