Re: pgsql: Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use i
| От | Andrew Borodin |
|---|---|
| Тема | Re: pgsql: Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use i |
| Дата | |
| Msg-id | CAJEAwVHpTjLCn7xAQ_F4MyB5qFT=eJwzKi83rY12+cfr1k6iNg@mail.gmail.com обсуждение исходный текст |
| Ответ на | pgsql: Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use i (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: pgsql: Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use i
|
| Список | 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 по дате отправления: