| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Pavel Biryukov <79166341370(at)yandex(dot)ru> |
| Cc: | pgsql-bugs(at)lists(dot)postgresql(dot)org, Andres Freund <andres(at)anarazel(dot)de> |
| Subject: | Re: posgres 12 bug (partitioned table) |
| Date: | 2020-06-04 16:57:30 |
| Message-ID: | 1251598.1591289850@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-hackers |
Pavel Biryukov <79166341370(at)yandex(dot)ru> writes:
> Hello. I'm catch error "virtual tuple table slot does not have system
> attributes" when inserting row into partitioned table with RETURNING
> xmin
Reproduced here. The example works in v11, and in v10 if you remove
the unnecessary-to-the-example primary key, so it seems like a clear
regression. I didn't dig for the cause but I suppose it's related
to Andres' slot-related changes.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kyle Kingsbury | 2020-06-04 20:34:58 | Re: Potential G2-item cycles under serializable isolation |
| Previous Message | David G. Johnston | 2020-06-04 15:07:42 | Re: BUG #16479: Error installing pg-admin3 |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2020-06-04 17:03:22 | Re: Expand the use of check_canonical_path() for more GUCs |
| Previous Message | Tom Lane | 2020-06-04 16:29:06 | Re: libpq copy error handling busted |