Fix confusion between sizeof(long) and sizeof(long*), as well as

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 667d5ed206942aa21c3e41919fa8f0cce98599e6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-07-25T20:17:02Z
Releases: 7.1.1
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.

Files

PathChange+/−
src/backend/storage/ipc/shmem.c modified +7 −6