Suppress compiler warning in slab.c.

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

Commit: 2f899e7d37ece937740c99164dd846c4b6f884eb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-03-08T21:19:37Z
Releases: 10.0
Suppress compiler warning in slab.c.

Compilers that don't realize that elog(ERROR) doesn't return
complained that SlabRealloc() failed to return a value.

While at it, fix the rather muddled header comment for the function.

Per buildfarm.

Files

PathChange+/−
src/backend/utils/mmgr/slab.c modified +7 −6