New NameStr() macro, RelationGetRelationName fixes

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: New NameStr() macro, RelationGetRelationName fixes
Date: 1999-11-07 23:03:05
Message-ID: 199911072303.SAA00236@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
&var
var->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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-11-07 23:37:45 Re: [HACKERS] psql and 6.5.3
Previous Message Damond Walker 1999-11-07 21:55:26 Re: [HACKERS] psql and 6.5.3