Re: BUG #15343: Segmentation fault using pg_dump with --exclude-table if table contains identity column
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: David Rowley <david.rowley@2ndquadrant.com>,
Michael Paquier <michael@paquier.xyz>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
ND Abelisto <abelisto@gmail.com>, pgsql-bugs@lists.postgresql.org
Date: 2018-08-21T13:01:49Z
Lists: pgsql-bugs
On 21/08/2018 13:12, David Rowley wrote: > On 21 August 2018 at 17:46, David Rowley <david.rowley@2ndquadrant.com> wrote: >> On 21 August 2018 at 13:49, Michael Paquier <michael@paquier.xyz> wrote: >>> I was just looking at this issue, or both of you are already on it? >> >> It's already in my head what it should look like, so I can write it, >> although it might not appear until tomorrow, as I've reached the end >> of my day now. > > I've attached what I had in mind. The header comment for > getOwnedSeqs() gives me the impression this is the best place to > locate this code. Yes, that looks good to me. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Do not dump identity sequences with excluded parent table
- cb282eab1a68 10.6 landed
- 4ed59e02f5aa 11.0 landed
- b965f2617184 12.0 landed