Re: [HACKERS] BUG report: ERROR: Cannot expand tables; .... - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] BUG report: ERROR: Cannot expand tables; ....
Date
Msg-id 199905170418.AAA24385@candle.pha.pa.us
Whole thread Raw
In response to BUG report: ERROR: Cannot expand tables; ....  (David Sauer <davids@orfinet.cz>)
List pgsql-hackers
> postgres, cvs snapshot 19990517 gives me an error:
> 
> ERROR:  Cannot expand tables; null p_rtable (internal error)
> 
> This happens after request to 'select *';
> 
> david=> select *;
> ERROR:  Cannot expand tables; null p_rtable (internal error)
> 
> This select statement is useless, but I dont like internal errors.

New message is:
       elog(ERROR, "Wildcard with no tables specified.");                    
Is this OK?

--  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: The Hermit Hacker
Date:
Subject: Re: [HACKERS] How good is FreeBSD for postgres ?
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Memory leaks in relcache