pg_dump: Fix dump of generated columns in partitions
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 4 May 2021 12:03:54 +0000 (14:03 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 4 May 2021 12:18:16 +0000 (14:18 +0200)
commitfeb270d1005f3d7b3705dec9e04c9a205750ea97
tree3767d1251af1619e298648e6b9bc30ed5108c5cc
parenta970edbed306354b0079bdcdc2fc74312122ad89
pg_dump: Fix dump of generated columns in partitions

The previous fix for dumping of inherited generated columns
(0bf83648a52df96f7c8677edbbdf141bfa0cf32b) must not be applied to
partitions, since, unlike normal inherited tables, they are always
dumped separately and reattached.

Reported-by: Santosh Udupi <email@hitha.net>
Discussion: https://www.postgresql.org/message-id/flat/CACLRvHZ4a-%2BSM_159%2BtcrHdEqxFrG%3DW4gwTRnwf7Oj0UNj5R2A%40mail.gmail.com
src/bin/pg_dump/common.c