Re: pg_dump throwing segfault error during backup - Mailing list pgsql-bugs

From Tom Lane
Subject Re: pg_dump throwing segfault error during backup
Date
Msg-id 1913012.1728396308@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump throwing segfault error during backup  (Cassandra Thrift <cssndrthrift@gmail.com>)
List pgsql-bugs
Cassandra Thrift <cssndrthrift@gmail.com> writes:
> We are facing a segfault issue while initiating backup with pg_dump.
> This is for Postgresql community version 12.5 and rhel 7.4 (PostgreSQL 12.5
> on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat
> 4.8.5-39), 64-bit)

The current release of PG12 is 12.20, so you are missing fifteen minor
releases' worth of bug fixes, one of which might well have addressed
your problem.  You should update to 12.20 before spending any further
effort on investigation.

Also ... PG12 will be out of support altogether after next month's
12.21 release.  And I'm astonished that Red Hat would provide any
support whatsoever for RHEL7.4, which is about seven years obsolete
as well.  You really need to make plans to migrate onto supported
versions sooner not later.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Maxim Boguk
Date:
Subject: Re: BUG #18644: ALTER PUBLICATION ... SET (publish_via_partition_root) wrong/undocumented behavior.
Next
From: PG Bug reporting form
Date:
Subject: BUG #18647: INSERT statements execute functions twice.