Re: [HACKERS] What is nameout() for? - Mailing list pgsql-hackers

From Don Baccus
Subject Re: [HACKERS] What is nameout() for?
Date
Msg-id 3.0.1.32.19991107124751.00ab9b80@mail.pacifier.com
Whole thread Raw
In response to Re: [HACKERS] What is nameout() for?  (Mike Mascari <mascarim@yahoo.com>)
List pgsql-hackers
At 12:38 PM 11/7/99 -0800, Mike Mascari wrote:

>Actually, I have 'C' question regarding the above code. Where does the
>"-" live in RAM? Does the compiler generated a data hunk such that this
>string will be apart of the final executable and each invocation of this
>routine would result in a pointer to that 'global' location being
>returned? 

Yes.



- Don Baccus, Portland OR <dhogaza@pacifier.com> Nature photos, on-line guides, Pacific Northwest Rare Bird Alert
Serviceand other goodies at http://donb.photo.net.
 


pgsql-hackers by date:

Previous
From: Mike Mascari
Date:
Subject: Re: [HACKERS] What is nameout() for?
Next
From: Bruce Momjian
Date:
Subject: New NameStr() macro, RelationGetRelationName fixes