OSDN Git Service

Fix confusion between sizeof(long) and sizeof(long*), as well as
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Jul 2000 20:17:02 +0000 (20:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Jul 2000 20:17:02 +0000 (20:17 +0000)
commit667d5ed206942aa21c3e41919fa8f0cce98599e6
tree27709788290a7d4ef38949179538175ea29c286b
parentdc73e25a5ed1980a49a8ff4655ff623fea9fd92f
Fix confusion between sizeof(long) and sizeof(long*), as well as
failure to MAXALIGN the start of shmem allocable space.  No reports
of trouble here, just compulsive tidiness.
src/backend/storage/ipc/shmem.c