OSDN Git Service

Code cleanup: don't bother casting the argument to pfree() to void *
authorNeil Conway <neilc@samurai.com>
Mon, 27 Sep 2004 04:01:23 +0000 (04:01 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 27 Sep 2004 04:01:23 +0000 (04:01 +0000)
commit0ed07d49d5b5aed54da02b9dfa87856ba09af859
tree9c3cc44ff10f2c07b5765b8c6add6382454c56a4
parent93371ed3a5f9b056b3c5abaedef5135399f358e9
Code cleanup: don't bother casting the argument to pfree() to void *
from another pointer type. Per C89, this is unnecessary, and it is common
practice throughout the rest of the tree anyway.
src/backend/access/nbtree/nbtsort.c
src/backend/commands/user.c