aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-06-30 17:19:46 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-06-30 17:19:46 -0400
commit81e82643837de93909e0c5a8e14e805f3f69f41e (patch)
tree91e556248a0038eea5ad94c7f7a93560249efb10 /src/backend/access/gist
parent541ffa65c32b278da8ab2d19433fa6d37bd15c8d (diff)
downloadpostgresql-81e82643837de93909e0c5a8e14e805f3f69f41e.tar.gz
postgresql-81e82643837de93909e0c5a8e14e805f3f69f41e.zip
Declare AnonymousShmem pointer as "void *".
The original coding had it as "PGShmemHeader *", but that doesn't offer any notational benefit because we don't dereference it. And it was resulting in compiler warnings on some platforms, notably buildfarm member castoroides, where mmap() and munmap() are evidently declared to take and return "char *".
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions