Change type to (Node *) to fix compiler warning
authorTomas Vondra <[email protected]>
Thu, 6 Jul 2017 17:21:30 +0000 (19:21 +0200)
committerTomas Vondra <[email protected]>
Thu, 6 Jul 2017 17:21:30 +0000 (19:21 +0200)
commitc026dfc99447f7c58ff6e6301fa5550126abcf7a
tree659677d64b6590ee2c66380c7907ae50cb36d60b
parent1e0b3b8000224a766c32e8e4a3442911f1a026de
Change type to (Node *) to fix compiler warning

get_object_address() expects the second parameter to be (Node *) but
we've been passing (List *), so that compilers were complaining. Just
change the type to fix this.
src/backend/tcop/utility.c