Re: pgsql: Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use i - Mailing list pgsql-committers

From Andrew Borodin
Subject Re: pgsql: Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use i
Date
Msg-id CAJEAwVHpTjLCn7xAQ_F4MyB5qFT=eJwzKi83rY12+cfr1k6iNg@mail.gmail.com
Whole thread Raw
In response to pgsql: Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use i  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use i  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Hello!

2016-09-10 3:02 GMT+05:00 Tom Lane <tgl@sss.pgh.pa.us>:
> Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.

>
> Discussion: <CAJEAwVGQjGGOj6mMSgMwGvtFd5Kwe6VFAxY=uEPZWMDjzbn4VQ@mail.gmail.com>
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/b1328d78f88cdf4f7504004159e530b776f0de16
>
> Modified Files
> --------------
> src/backend/access/brin/brin_pageops.c |   6 +-
> src/backend/access/brin/brin_xlog.c    |   9 +--
> src/backend/access/gist/gist.c         |  30 +++++--
> src/backend/access/gist/gistxlog.c     |  29 ++++++-
> src/backend/storage/page/bufpage.c     | 142 ++++++++++++++++++++++++++++-----
> src/include/storage/bufpage.h          |   3 +-
> 6 files changed, 179 insertions(+), 40 deletions(-)
>

This commit changes shape of WAL records of GiST and BRIN, but does
not bump XLOG_PAGE_MAGIC. Is it for a reason?

Best regards, Andrey Borodin.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Be sure to rewind the tuplestore read pointer in non-leader CTES
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use i