Thread: [COMMITTERS] pgsql: Suppress compiler warning in slab.c.

[COMMITTERS] pgsql: Suppress compiler warning in slab.c.

From
Tom Lane
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2f899e7d37ece937740c99164dd846c4b6f884eb

Modified Files
--------------
src/backend/utils/mmgr/slab.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)