Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: get_progname and .exe suffix


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: Andrew Dunstan <andrew(at)dunslane(dot)net>
  • Cc: pgsql-hackers-win32 <pgsql-hackers-win32(at)postgresql(dot)org>
  • Subject: Re: get_progname and .exe suffix
  • Date: Sat, 16 Oct 2004 12:57:26 -0400
  • Message-id: <8650(dot)1097945846(at)sss(dot)pgh(dot)pa(dot)us>

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Tom Lane wrote:
>> What would break if we caused get_progname itself to strip the suffix?

> Yes. get_progname() actually just returns a pointer to one past the last 
> directory separator it finds in its argument string. Having it strip the 
> .exe directly would in effect involve mangling argv[0]. That's what 
> makes me slightly nervous about it. We could have it strdup() the result 
> and then mangle that - note that it is called by postmaster before we 
> set up any memory context stuff.

Seems reasonable.  What I was more worried about though was whether
there are any callers that actually need a non-stripped result.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group