aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2018-08-22 14:23:03 +0900
committerMichael Paquier <michael@paquier.xyz>2018-08-22 14:23:03 +0900
commitcb282eab1a684bb409dcb6cadbf7dd868227713d (patch)
tree7f32940499e06bb03e891a9e00d67d8222f99d6f /src/backend/executor
parent6350dc7c89d24abcf38268a8158b8a2152ecd99a (diff)
downloadpostgresql-cb282eab1a684bb409dcb6cadbf7dd868227713d.tar.gz
postgresql-cb282eab1a684bb409dcb6cadbf7dd868227713d.zip
Do not dump identity sequences with excluded parent table
This commit prevents a crash of pg_dump caused by the exclusion of a table which has identity columns, as the table would be correctly excluded but not its identity sequence. In order to fix that, identity sequences are excluded if the parent table is defined as such. Knowing about such sequences has no meaning without their parent table anyway. Reported-by: Andy Abelisto Author: David Rowley Reviewed-by: Peter Eisentraut, Michael Paquier Discussion: https://postgr.es/m/153479393218.1316.8472285660264976457@wrigleys.postgresql.org Backpatch-through: 10
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions