Re: [HACKERS] relname.data

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: takehi-s(at)ascii(dot)co(dot)jp (SHIOZAKI Takehiko)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] relname.data
Date: 1998-11-02 15:37:08
Message-ID: 199811021537.KAA14903@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Applied.

What I also have seen done is changing:

rel->rd_rel->relname

to:

&rel->rd_rel->relname

That should also fix it.

--
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

In response to

  • relname.data at 1998-10-30 01:08:54 from SHIOZAKI Takehiko

Browse pgsql-hackers by date

  From Date Subject
Next Message Memphisto 1998-11-02 15:40:34 float8 to text converter
Previous Message Bruce Momjian 1998-11-02 15:27:14 Re: [HACKERS] v6.4-BETA3 problems with FreeBSD