unused variable ShmemBootstrap - Mailing list pgsql-patches

From Alvaro Herrera
Subject unused variable ShmemBootstrap
Date
Msg-id 20050330023345.GA7632@dcc.uchile.cl
Whole thread Raw
Responses Re: unused variable ShmemBootstrap
List pgsql-patches
Patchers,

src/backend/storage/shmem.c contains an unused variable; it's only
assigned to, and used in a couple Assert().  It's been this way since
shmem.c 1.53, which was current on july 2000.

This patch removes it, along with an obsolete comment (which refers to a
file and function that hasn't existed at all in the whole CVS history.)

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"There is evil in the world. There are dark, awful things. Occasionally, we get
a glimpse of them. But there are dark corners; horrors almost impossible to
imagine... even in our worst nightmares." (Van Helsing, Dracula A.D. 1972)

Attachment

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [WIP] shared row locks
Next
From: Tom Lane
Date:
Subject: Re: unused variable ShmemBootstrap