BUG #15343: Segmentation fault using pg_dump with --exclude-table iftable contains identity column - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15343: Segmentation fault using pg_dump with --exclude-table iftable contains identity column
Date
Msg-id 153479393218.1316.8472285660264976457@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #15343: Segmentation fault using pg_dump with --exclude-tableif table contains identity column  (David Rowley <david.rowley@2ndquadrant.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15343
Logged by:          Andy Abelisto
Email address:      abelisto@gmail.com
PostgreSQL version: 10.5
Operating system:   Linux Mint 19 Tara
Description:

To reproduce:
$ createdb foo
$ psql foo -c "create table bar(i int generated by default as identity
primary key);"
$ pg_dump foo --exclude-table=bar
Segmentation fault (core dumped)


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15342: pg_dump - XML with mixed content types generates invalidbackup file
Next
From: David Rowley
Date:
Subject: Re: BUG #15343: Segmentation fault using pg_dump with --exclude-tableif table contains identity column