]> granicus.if.org Git - postgresql/commit
Remove unused arguments in two GiST subroutines
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 28 Jun 2016 20:01:13 +0000 (16:01 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 28 Jun 2016 20:01:13 +0000 (16:01 -0400)
commitb78364df1850a09ece442a138118f4be1a451366
treeacccc4f43619c3008ee524667c648229a6a594ae
parent8e1ad1b37c7afdf99815f9ed1ca255264e0b3f9e
Remove unused arguments in two GiST subroutines

These arguments became unused in commit 2c03216d8311.  Noticed while
skimming code for unrelated development.

This is cosmetic, so no backpatch.
src/backend/access/gist/gist.c
src/backend/access/gist/gistvacuum.c
src/backend/access/gist/gistxlog.c
src/include/access/gist_private.h