Re: [HACKERS] Does this make sense:

Thomas Lockhart <lockhart@alumni.caltech.edu>

From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: The Hermit Hacker <scrappy@hub.org>
Cc: pgsql-hackers@postgreSQL.org
Date: 1998-12-14T07:29:51Z
Lists: pgsql-hackers
> Why the check for '!ipfnam'?  Seems useless since we are setting it to
> NULL the line before...no?

Does a static char get initialized each time through, or just once at
allocation? Is this setting a "persistant value" for pfnam? I would
guess so, but ymmv...

                      - Tom