| From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
|---|---|
| To: | Masahiko Sawada <masahiko(dot)sawada(at)2ndquadrant(dot)com> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Dumping/restoring fails on inherited generated column |
| Date: | 2020-05-08 09:47:22 |
| Message-ID: | c9848634-76c1-3c21-fc19-f1b7eebb640f@2ndquadrant.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 2020-05-06 16:29, Peter Eisentraut wrote:
> On 2020-04-23 08:35, Masahiko Sawada wrote:
>> After investigating this issue, I think that current DDLs regarding
>> inherited tables and generated columns seem not to work fine.
>
> Right, there were a number of combinations that were not properly
> handled. The attached patch should fix them all. It's made against
> PG12 but also works on master. See contained commit message and
> documentation for details.
committed to master and PG12
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Sergei Kornilov | 2020-05-08 09:50:32 | Re: Strange decreasing value of pg_last_wal_receive_lsn() |
| Previous Message | Peter Eisentraut | 2020-05-08 09:40:00 | Re: PG 13 release notes, first draft |