Hello!

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

>
> Discussion: 
> <CAJEAwVGQjGGOj6mMSgMwGvtFd5Kwe6VFAxY=uepzwmdjzbn...@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.


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to