[PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4)
От
Zdenek Kotala
Тема
[PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for
8.4)
Дата
Msg-id
1243023788.1596.22.camel@localhost
Список
Дерево обсуждения
[PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for
8.4) Zdenek Kotala <Zdenek.Kotala@Sun.COM>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Zdenek Kotala <Zdenek.Kotala@Sun.COM>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Kenneth Marshall <ktm@rice.edu>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Zdenek Kotala <Zdenek.Kotala@Sun.COM>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Zdenek Kotala <Zdenek.Kotala@Sun.COM>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Dimitri Fontaine <dfontaine@hi-media.com>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) David Fetter <david@fetter.org>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Stephen Frost <sfrost@snowman.net>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) David Fetter <david@fetter.org>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) David Fetter <david@fetter.org>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) David Fetter <david@fetter.org>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Alvaro Herrera <alvherre@commandprompt.com>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Andres Freund <andres@anarazel.de>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Andres Freund <andres@anarazel.de>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Andres Freund <andres@anarazel.de>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Peter Eisentraut <peter_e@gmx.net>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Andres Freund <andres@anarazel.de>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Greg Stark <greg.stark@enterprisedb.com>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Robert Haas <robertmhaas@gmail.com>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Alvaro Herrera <alvherre@commandprompt.com>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Greg Stark <greg.stark@enterprisedb.com>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Andres Freund <andres@anarazel.de>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4) Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] cleanup hashindex for pg_migrator hashindex
compat mode (for 8.4) Andrew Dunstan <andrew@dunslane.net>
Attached patch cleanups hash index headers to allow compile hasham for 8.3 version. It helps to improve pg_migrator with capability to migrate database with hash index without reindexing. I discussed this patch year ago with Alvaro when we tried to cleanup include bloating problem. It should reduce also number of including. The main point is that hash functions for datatypes are now in related data files in utils/adt directory. hash_any() and hash_uint32 it now in utils/hashfunc.c. It would be nice to have this in 8.4 because it allows to test index migration functionality. Thanks Zdenek
В списке pgsql-hackers по дате отправления