New NameStr() macro, RelationGetRelationName fixes - Mailing list pgsql-hackers

From Bruce Momjian
Subject New NameStr() macro, RelationGetRelationName fixes
Date
Msg-id 199911072303.SAA00236@candle.pha.pa.us
Whole thread Raw
Responses Re: [HACKERS] New NameStr() macro, RelationGetRelationName fixes  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
I have overhauled the use of RelationGetRelationName() to it is used
more often.

I have added a new macro NameStr to get a char * from Name.  No more:
var.data&varvar->data

to access Name as a character string.

Also, several calls to nameout() were removed and changed to
pstrdup(NameStr(var)).  Clearer what is going on.

Can't run regression tests because of psql changes, but at least initdb
worked, and I can query my database.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] What is nameout() for?
Next
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] psql and 6.5.3