Re: next method of Python iterators

2024-12-09 Thread Tom Lane
PG Doc comments form writes: > Method `next` of an iterator should be named `__next__` instead. This was reported and fixed recently [1], but thanks for the report! regards, tom lane https://git.postgresql.org/gitweb/?p=postgresql.git&a=commitdiff&h=2ff7c913d

next method of Python iterators

2024-12-09 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/plpython-data.html Description: Method `next` of an iterator should be named `__next__` instead.

Re: Parallel index build for BRIN

2024-12-09 Thread Tomas Vondra
On 12/8/24 16:00, Egor Rogov wrote: > Hi, > > > On 17.11.2024 11:28, Egor Rogov wrote: >> Hi everyone, >> >> This thread doesn't seem to have attracted attention, so let me try >> again. Two documentation pages claim that B-tree is the only access >> method that supports parallel building, which