]> granicus.if.org Git - postgresql/commit
Remove useless picksplit-doesn't-support-secondary-split log spam.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Feb 2013 18:07:55 +0000 (13:07 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Feb 2013 18:07:55 +0000 (13:07 -0500)
commit782365a6bdff3ec0162771d0f4111897065ffb7d
tree940edd6de6fe8a1a3d76f3f57c5a9d613621fa63
parenta260208afaf93a48da9813e9efccbea8f59a8fa3
Remove useless picksplit-doesn't-support-secondary-split log spam.

This LOG message was put in over five years ago with the evident
expectation that we'd make all GiST opclasses support secondary split
directly.  However, no such thing ever happened, and indeed the number of
opclasses supporting it decreased to zero in 9.2.  The reason is that
improving on the default implementation isn't that easy --- the
opclass-specific code that did exist, before 9.2, doesn't appear to have
been any improvement over the default.

Hence, remove the message altogether.  There's certainly no point in
nagging users about this in released branches, but I doubt that we'll
ever implement complete opclass-specific support anyway.
src/backend/access/gist/gistsplit.c