Suppress compiler warning in slab.c.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/mmgr/slab.c | modified | +7 −6 |