| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Andres Freund <andres(at)anarazel(dot)de> |
| Cc: | Amit Langote <amitlangote09(at)gmail(dot)com>, David Steele <david(at)pgmasters(dot)net>, Pavel Biryukov <79166341370(at)yandex(dot)ru>, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: posgres 12 bug (partitioned table) |
| Date: | 2021-04-22 20:28:36 |
| Message-ID: | 1197134.1619123316@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-hackers |
Andres Freund <andres(at)anarazel(dot)de> writes:
> On 2021-04-22 15:09:59 -0400, Tom Lane wrote:
>> After thinking about it for a bit, I'm inclined to promote this to
>> a user-facing error, and have all the slot types report
>> ereport(ERROR,
>> (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
>> errmsg("cannot retrieve a system column in this context")));
> WFM.
OK, I'll go make that happen.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Munro | 2021-04-22 22:45:30 | Re: BUG #16976: server crash when deleting via a trigger on a foreign table |
| Previous Message | Tom Lane | 2021-04-22 20:26:53 | Re: Since '2001-09-09 01:46:40'::timestamp microseconds are lost when extracting epoch |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2021-04-22 20:36:03 | Incorrect snapshots while promoting hot standby node when 2PC is used |
| Previous Message | Tom Lane | 2021-04-22 20:26:53 | Re: Since '2001-09-09 01:46:40'::timestamp microseconds are lost when extracting epoch |