Re: pgsql: Remove some dead code in selfuncs.c
От | Tom Lane |
---|---|
Тема | Re: pgsql: Remove some dead code in selfuncs.c |
Дата | |
Msg-id | 4069769.1674146627@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: pgsql: Remove some dead code in selfuncs.c (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: pgsql: Remove some dead code in selfuncs.c
|
Список | pgsql-committers |
I wrote: > Alvaro Herrera <alvherre@alvh.no-ip.org> writes: >> Remove some dead code in selfuncs.c >> RelOptInfo.userid is the same for all relations in a given inheritance >> tree, so the code in examine_variable() and example_simple_variable() >> that repeats the ACL checks on the root parent rel instead of a given >> leaf child relations need not recompute userid too. > This change seems rather ill-advised. Ah, sorry, -ENOCAFFEINE. It's talking about the access-as-user field, not the relation's owner. I agree that as querytrees are currently built, this is probably a safe optimization. But do we really want to hard-wire such a subtle assumption to gain a microscopic speed benefit? It's not as though GetUserId() is expensive. regards, tom lane
В списке pgsql-committers по дате отправления: