summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2013-02-10 13:07:50 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2013-02-10 13:07:50 -0500
commit0ddfa3b64a187c052c1e3891a9400f8a97520872 (patch)
tree5cda9fa8b560e2e29bfcae3dc2bdd91694ca5cbf /src/backend/access/gist/gist.c
parenta0698406f4c8b4944c6e248c7e8672c4f54db01a (diff)
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.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions