Re: Internal error XX000 with enable_partition_pruning=on, pg 11beta1 on Debian
От | David Rowley |
---|---|
Тема | Re: Internal error XX000 with enable_partition_pruning=on, pg 11beta1 on Debian |
Дата | |
Msg-id | CAKJS1f84sNmcPVpoScvdYz8HcCHOpnOh8KTKsYvYGHUqJp0mSw@mail.gmail.com обсуждение исходный текст |
Ответ на | RE: Internal error XX000 with enable_partition_pruning=on, pg 11beta1 on Debian (Phil Florent <philflorent@hotmail.com>) |
Ответы |
RE: Internal error XX000 with enable_partition_pruning=on, pg 11beta1 on Debian
|
Список | pgsql-hackers |
On 16 July 2018 at 16:56, Phil Florent <philflorent@hotmail.com> wrote:
I should post that in the general section but I am confused by the sentence "A parent partition is always going to have a lower relid than its children"
It's a little confusing since RelOptInfo has a relid field and so does RangeTblEntry. They both have completely different meanings. RelOptInfo's relid is a number starting at 1 and continues in a gapless sequence increasing by 1 with each RelOptInfo. These relids are completely internal to the server and don't appear in the system catalog tables. RangeTblEntry's relid is what's in pg_class.oid.
I was talking about RelOptInfo's relid.
В списке pgsql-hackers по дате отправления: