Re: [BUGS] BUG #14867: Cascade drop type error
| От | Tom Lane |
|---|---|
| Тема | Re: [BUGS] BUG #14867: Cascade drop type error |
| Дата | |
| Msg-id | 5379.1508776432@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: [BUGS] BUG #14867: Cascade drop type error (Andres Freund <andres@anarazel.de>) |
| Список | pgsql-bugs |
Andres Freund <andres@anarazel.de> writes: > On 2017-10-23 12:09:24 -0400, Tom Lane wrote: >> Cute. Type my_type isn't exposed as a dependency of the view, >> because it's only referenced internally in the expression tree >> not as a result column type. We can fix that easily enough by >> teaching dependency.c to log the result type of a FieldSelect >> as a dependency. > That does remind me of patch 0001 in > http://archives.postgresql.org/message-id/20170314224706.nxvtapenky6eom3z%40alap3.anarazel.de It is in the same part of the code, but seems directed at a different goal (which I disapproved of, IIRC). But we definitely need the principle that any type OID appearing in an expression tree needs to be logged, except in cases where there's necessarily an indirect dependency (eg, a function or operator's result type doesn't need to be logged separately). regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
В списке pgsql-bugs по дате отправления: