New NameStr() macro, RelationGetRelationName fixes
Bruce Momjian <maillist@candle.pha.pa.us>
From: Bruce Momjian <maillist@candle.pha.pa.us>
To: PostgreSQL-development <pgsql-hackers@postgreSQL.org>
Date: 1999-11-07T23:03:05Z
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@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026