Re: pgsql: Avoid doing catalog lookups in postgres_fdw's conversion_error_c

2021-10-06 Thread Andrey Borodin
> 6 окт. 2021 г., в 21:36, Tom Lane написал(а): > Will fix. Thanks Tom! Best regards, Andrey Borodin.

Re: pgsql: Avoid doing catalog lookups in postgres_fdw's conversion_error_c

2021-10-05 Thread Andrey Borodin
> 5 окт. 2021 г., в 22:08, Tom Lane написал(а): > > Andrey Borodin writes: >> I'm observing a related coredump in >> + ForeignScan *fsplan = castNode(ForeignScan, fsstate->ss.ps.plan); > > Could we have a test case for that please? It seems to be rela

Re: pgsql: Avoid doing catalog lookups in postgres_fdw's conversion_error_c

2021-10-05 Thread Andrey Borodin
x55a5209789e0, isTopLevel=isTopLevel@entry=true) at ./build/../src/backend/commands/vacuum.c:199 If this is known issue, sorry for the noise. Thanks! Best regards, Andrey Borodin.

Re: pgsql: Add functions to 'pageinspect' to inspect GiST indexes.

2021-02-11 Thread Andrey Borodin
so, there was an idea to add a column for LP_DEAD. As long as we are dealing with deleted data anyway, maybe let's add this column? PFW both patches. Thanks! Best regards, Andrey Borodin. 0001-Prevent-pageinspect-from-using-maxoffset-on-GiST-del.patch Description: Binary data 0002-Add-b

Re: pgsql: Indexes with INCLUDE columns and their support in B-tree

2018-04-07 Thread Andrey Borodin
> 8 апр. 2018 г., в 1:51, Teodor Sigaev написал(а): > > Ooops, sorry, if it possible, I'd like to change list of reviewers to add > you, but I don't know how do it. > > Nevertheless, thank you very much for your work > > BTW, I miss Andrey Borodin in tha